ORA-29701: Unable to connect to Cluster Manager
When trying to start the ASM instance in cluster, and getting the below error
ORA-29701: Unable to connect to Cluster Manager.
Solution :
[oracle@racnode1 ~]$ export ORACLE_SID=+ASM1
[oracle@racnode1 ~]$ sqlplus / as sysassm
SQL> startup
ORA-29701: unable to connect to Cluster Manager
————————————————————————————————-
Now check status of HAS
[root@racnode1]#crsctl config has
[root@racnode1]#crsctl enable has
CRS-4622: Oracle High Availability Services autostart is enabled.
[root@racnode1]#crsctl start crs
CRS-4123: Oracle High Availability Services has been started.
[oracle@racnode1 ~]$ export ORACLE_SID=+ASM1
[oracle@racnode1 ~]$ sqlplus / as sysassm
SQL*Plus: Release 11.2.0.3.0 Production on Tue Jun 20 11:22:54 2016
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to:
Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 – 64bit Production
With the Automatic Storage Management option
SQL> select status from v$instance;
STATUS
————
STARTED