关于RAC停开机器顺序标准做法

http://www.itpub.net/thread-1020329-1-1.html 提出了这样一个问题,RAC如何关闭,我提供了一个最标准的做法: 

开机顺序:

srvctl start nodeapps -n
srvctl start nodeapps -n
srvctl start asm -n
srvctl start asm -n
srvctl start database -d
srvctl start service -d -s
crs_stat -t

关闭顺序: 

srvctl stop service -d -s
srvctl stop database -d
srvctl stop asm -n
srvctl stop asm -n
srvctl stop nodeapps -n
srvctl stop nodeapps -n
crs_stat -t

如果某些服务没有启动

手工SHUTDOWN 每个实例
然后CRS_STOP -ALL,关闭其他服务。
启动的时候可以通过CRS_START -ALL启动

请使用浏览器的分享功能分享到微信等