早上在启动ASM时莫名其妙的出现ORA-29701: unable to connect to Cluster Manager
查了一些资料可能是非正常关闭数据库导致的CSS出错
解决办法如下:
使用root用户切换到$ORACLE_HOME/bin下执行localconfig,
[root@ASM bin]# ./localconfig delete
Stopping CSSD.
Shutting down CSS daemon.
Shutdown request successfully issued.
Shutdown has begun. The daemons should exit soon.
[root@ASM bin]# ./localconfig add
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Configuration for local CSS has been initialized
Stopping CSSD.
Shutting down CSS daemon.
Shutdown request successfully issued.
Shutdown has begun. The daemons should exit soon.
[root@ASM bin]# ./localconfig add
Successfully accumulated necessary OCR keys.
Creating OCR keys for user 'root', privgrp 'root'..
Operation successful.
Configuration for local CSS has been initialized
Adding to inittab
Startup will be queued to init within 90 seconds.
Checking the status of new Oracle init process...
Expecting the CRS daemons to be up within 600 seconds.
CSS is active on these nodes.
asm
CSS is active on all nodes.
Oracle CSS service is installed and running under init(1M)
[root@ASM bin]#
然后,就可以继续正常的启动和操作了.
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23655288/viewspace-745844/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/23655288/viewspace-745844/