Posted 11/16/2009 2:42:06 PM
|
|
|
|
| When I try to start the ASM instance,(RHEL 5 and 10gR2 -10.2.0.4) i'm getting the following error message: ORA-29701: unable to connect to Cluster Manager There are couple of reasons why this errors occurs. You need to do the following things: As root run the following from the db $ORACLE_HOME/bin localconfig reset and you can also try this if it doesn't successfully run: localconfig add Finally, after running reset option, you need to run root.sh . Hopefully this helps resolve your issue. It worked for me. Thanks,
|
|
Posted 6/10/2010 1:01:11 PM
|
|
|
|
For ORA-29701: unable to connect to Cluster Manager
Please run the following batch files in the $ORACLE_HOME/bin directory
localconfig delete localconfig add
This will help you to solve your problem. Hope this helps.
|
|
Posted 6/10/2010 1:01:43 PM
|
|
|
|
| Re: ORA-29701: unable to connect to Cluster Manager This works if, on unix//linux systems, you performs these commands connected by root.
|
|
Posted 6/10/2010 1:02:06 PM
|
|
|
|
| Re: ORA-29701: unable to connect to Cluster Manager localconfig delete localconfig add
Works good in Linux RHEL environment, thanks
|
|
Posted 6/10/2010 1:04:17 PM
|
|
|
|
| Re: ORA-29701: unable to connect to Cluster Manager After executing "localconfig add" as a root, its created the CRS daemon.
[root@testdb1 bin]# /oracle/app/oracle/product/10.2.0/db_1/bin/crsctl check crs CSS appears healthy Cannot communicate with CRS Cannot communicate with EVM
After that i am able to startup asm instance.
Its work for me also. Thank you guys
|
|
|
|