ASM can't Start with ORA-29701 and ORA-01078 in SIHA
(Doc ID 1423243.1)
Last updated on JUNE 18, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 11.2.0.1 and laterOracle Database Cloud Schema Service - Version N/A and later
Oracle Database Exadata Express Cloud Service - Version N/A and later
Oracle Database Exadata Cloud Machine - Version N/A and later
Oracle Cloud Infrastructure - Database Service - Version N/A and later
Information in this document applies to any platform.
Symptoms
After server reboot ASM doesn't start, not even manually.
[grid@latest trace]$ sqlplus /nolog
SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 13:16:26 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> conn /as sysasm
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
ORA-29701: unable to connect to Cluster Synchronization Service
SQL> exit
Disconnected
[grid@latest trace]$ asmcmd
Connected to an idle instance.
ASMCMD> ls
ASMCMD-08102: no connection to ASM; command requires ASM to run
ASMCMD>
SQL*Plus: Release 11.2.0.1.0 Production on Tue Feb 21 13:16:26 2012
Copyright (c) 1982, 2009, Oracle. All rights reserved.
SQL> conn /as sysasm
Connected to an idle instance.
SQL> startup
ORA-01078: failure in processing system parameters
ORA-29701: unable to connect to Cluster Synchronization Service
SQL> exit
Disconnected
[grid@latest trace]$ asmcmd
Connected to an idle instance.
ASMCMD> ls
ASMCMD-08102: no connection to ASM; command requires ASM to run
ASMCMD>
ASM doesn't start either when using pfile
SQL> conn /as sysasm
Connected to an idle instance.
SQL> startup pfile='/tmp/pfile';
ORA-29701: unable to connect to Cluster Synchronization Service
ORA-01078: failure in processing system parameters
SQL> exit
Disconnected
Connected to an idle instance.
SQL> startup pfile='/tmp/pfile';
ORA-29701: unable to connect to Cluster Synchronization Service
ORA-01078: failure in processing system parameters
SQL> exit
Disconnected
Changes
Reboot of the server.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |