To start the instance:
# check status of instance
$ $CRS_HOME/bin/crs_stat

# seen cases when CRS says OFFLINE but pmon is still running so double checking here
$ ps -ef | grep <instance_name> | grep pmon

# start one of the instance on one of the nodes if not running
$ srvctl start database -d <database name> -i <instance name>

To shutdown the instance:

# verify instance running
$ ps -ef | grep <instance_name> | grep pmon

# shutdown one of the instance on one of the nodes
$ srvctl stop database -d <database name> -i <instance name>

# check status of instance to make sure it’s down
$ $CRS_HOME/bin/crs_stat

# verify instance not running
$ ps -ef | grep <instance_name> | grep pmon

3 responses to “How to start/stop an instance on a RAC?”

  1. Rajat Avatar
    Rajat

    Your command is wrong, rectify it or else remove it

    Like

    1. Alex Lima Avatar

      Let me know which one is wrong and if correct I will rectify.

      Like

  2. How to start/stop an instance on a Oracle RAC? – VMDK 自修室 Avatar

    […] How to start/stop an instance on a RAC? […]

    Like

Leave a reply to Rajat Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.