ORA-29701 :unable to connect to Cluster Manager 标记成功!
标记成功!ORA-29701 At Startup Of ASM Instance [ID 459775.1]
http://blog.csdn.net/wyzxg/archive/2008/03/13/2176517.aspx
2008/03/08
skate
今天配置asm遇到一个问题,在启动asm实例的时候提示:
ORA-29701 :unable to connect to Cluster Manager
Cause
Connect to CM failed or timed out.
Action
Verify that the CM was started. If the CM was not started, start it and then
retry the database startup. If the CM died or is not responding, check the
Oracle and CM trace files for errors.
参考资料,如果出现上面的错误,就检查文件/etc/inittab,看看是否有下面的行:
h1:35:respawn:/etc/init.d/init.cssd run >/dev/null 2>&1</dev/null
如果没有上面的行,请添加上;如果注释掉,请取消注释
我按着说明也添加了.可还是提示同样的错误,我在oracle的官方论坛找到一种方法:
Please run the following batch files in the $ORACLE_HOME/bin directory
localconfig delete
localconfig add
This will help you to solve your problem
问题解决了,asm实例可以启动了
http://blog.chinaunix.net/u1/57483/showart.php?id=1907915
2010-6-4 重启solaris后,报错,按照以下方式解决成功!!!
Symptoms
When multiple oracle homes exist on a server, the startup of ASM instance fails with error:
ORA-29701: unable to connect to Cluster Manager
Cause
The cluster service is linked to one oracle home and the startup of the ASM instance to another oracle home and thus failing with ORA-29701
Solution
1. Stop CSS process currently running
$ Kill -9 <process>
2. With the root user authentication switch to oracle_home/bin directory
#cd $ORACLE_HOME/bin
#localconfig reset $ORACLE_HOME
3. Start the CSS process
# /etc/init.d/init.cssd start
4. Start the ASM instance
浙公网安备 33010602011771号