ORA-29701: unable to connect to Cluster Manager

今天启动ASM报错了,ORA-29701: unable to connect to Cluster Manager
 
搜索了metalink 459775.1
 
 
 

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

你可能感兴趣的:(oracle,css)