Useful CRS Commands

Contents

Stopping and Starting the RAC Stack

1. Log onto Node 1 as root.

2. Start the stack on Node 1.

cd $CRS_HOME/bin
./crsctl start crs

3. Stop the stack on Node 1

cd $CRS_HOME/bin
./crsctl stop crs

4. Repeat on each node as required.


Stoping and Starting a RAC Instance

1. Log onto Node 1 as Oracle

2. Stop instance 1 on node 1

srvctl stop instance -d MYDB00 -i MYINST01

3. Start instance 1 on node 1

srvctl start instance -d MYDB00 -i MYINST01

4. Repeat on each node as required.


NOTE
Use the following script to monitor the CRS stack.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License