分类: Oracle
2009-04-23 11:48:31
When multiple oracle homes exist on a server, the startup of ASM instance fails with error:
ORA-29701: unable to connect to Cluster Manager
1. Stop CSS process currently running
$ Kill -9
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