- Stop the databases on all nodes
- Run the following command to bring down the oracle CRS
- sudo /etc/init.d/init.crs stop
sudo /etc/init.d/init.crs stop Shutting down Oracle Cluster Ready Services (CRS): Stopping resources. This could take several minutes. Successfully stopped CRS resources. Stopping CSSD. Shutting down CSS daemon. Shutdown request successfully issued. Shutdown has begun. The daemons should exit soon.
There is a bug in 10g where, on reboot when CRS auto-starts a database, the database will be in a “hung” state.
The only way to solve this is to:
- Kill the pmon process (to hard crash the database on all nodes).
- Restart the databases manually (one at a time)
To avoid this, remove the DBs from the oratab before reboots on a cluster/RAC DB.
0 Comments.