Friday 12 November 2010

Start and Stop Oracle Cluster

To stop the cluster and all services use those commands on sequance:
srvctl stop instance -d racdb -i racdb1
srvctl stop asm -n rac1
srvctl stop nodeapps -n rac1

To start the cluster and all services use those commands on sequance:
srvctl start nodeapps -n rac1
srvctl start asm -n rac1
srvctl start instance -d racdb -i racdb1

To do those in one shot use:
srvctl start database -d racdb
srvctl stop database -d racdb

No comments:

Post a Comment

Number of Visitors