Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

what is the correct order to shutdown and startup RAC system

user8117130Aug 30 2011 — edited Sep 1 2011
anyone please take a look if my order of shutdown and restart is correct.
This is two node RAC,


1) srvctl stop database -d db_unique_name
2)srvctl stop nodeapps -n node1
3)srvctl stop nodeapps -n node2
4)srvctl stop asm -n rac1
5)srvctl stop asm -n rac2
6)srvctl stop listener -n rac1
7)srvctl stop listener -n rac2
8) crsctl stop cluster all


when I restart RAC, use

1)crsctl start cluster all
2)srvctl start listener -n rac1
3)srvctl start listener -n rac2
4)srvctl start asm -n rac1
5)srvctl start asm -n rac2
6)srvctl start nodeapps -n node1
7)srvctl start nodeapps -n node2
8)srvctl start database -d db_unique_name
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2011
Added on Aug 30 2011
3 comments
2,057 views