停止RAC:
emctl stop dbconsole
srvctl stop instance -d rac -i rac1
srvctl stop instance -d rac -i rac2
srvctl stop asm -n rac1
srvctl stop asm -n rac2
srvctl stop nodeapps -n rac1
srvctl stop nodeapps -n rac2
启动RAC:
和上面的步骤正好相反即
srvctl start nodeapps -n rac1
srvctl start nodeapps -n rac2
srvctl start asm -n rac1
srvctl start asm -n rac2
srvctl start instance -d rac -i rac2
srvctl start instance -d rac -i rac1
emctl start dbconsole
注释掉/etc/inittab中如下三行:
#h1:3:respawn:/sbin/init.d/init.evmd run >/dev/null 2>&1
#h2:3:respawn:/sbin/init.d/init.cssd fatal >/dev/null 2>&1
#h3:3:respawn:/sbin/init.d/init.crsd run >/dev/null 2>&1
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/13750068/viewspace-722459/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/13750068/viewspace-722459/
本文详细介绍了RAC集群停止与启动的具体步骤,包括监听器、数据库、ASM和CRS等组件的顺序操作,并提供了禁止自动启动的方法。
1075

被折叠的 条评论
为什么被折叠?



