10g R2 - 2 node RAC - Shutdown / Startup process
Hi,
We have inherited a 2 node 10g Rel 2 RAC database running on Linux X64
We need to shutdown the RAC database and clusterware for maintenance
Could anyone please verify if the following steps (and sequence) are the correct method of accomplishing this task
logged on as "oracle"
1. emctl stop dbconsole --> on both nodes
2. srvctl stop database -d <db name> --> on any one node
3. srvctl stop asm -n <node1>
srvctl stop asm -n <node2>
4. srvctl stop nodeapps -n <node1>
srvctl stop nodeapps -n <node2>
logged on as root
5. crsctl stop crs --> on both nodes
After the maintenance, once both the servers are online, perform the following
We have inherited a 2 node 10g Rel 2 RAC database running on Linux X64
We need to shutdown the RAC database and clusterware for maintenance
Could anyone please verify if the following steps (and sequence) are the correct method of accomplishing this task
logged on as "oracle"
1. emctl stop dbconsole --> on both nodes
2. srvctl stop database -d <db name> --> on any one node
3. srvctl stop asm -n <node1>
srvctl stop asm -n <node2>
4. srvctl stop nodeapps -n <node1>
srvctl stop nodeapps -n <node2>
logged on as root
5. crsctl stop crs --> on both nodes
After the maintenance, once both the servers are online, perform the following
0