I will share the solution for the ORA-01078 and ORA-29701 errors I got while starting the ASM instance.
Error :
1 2 3 |
SQL> startup ORA-01078: failure in processing system parameters ORA-29701: unable to connect to Cluster Synchronization Service |
Solution :
1. To fix this problem, it is necessary to start has ( high availability services ).
1 2 3 4 5 6 7 |
$ crsctl enable has CRS-4622: Oracle High Availability Services autostart is enabled. $ crsctl start res ora.cssd -init CRS-2672: Attempting to start 'ora.cssd' on 'orcl' CRS-2672: Attempting to start 'ora.diskmon' on 'orcl' CRS-2676: Start of 'ora.diskmon' on 'orcl' succeeded CRS-2676: Start of 'ora.cssd' on 'orcl' succeeded |
2. Startup ASM Instance
1 2 3 4 5 6 7 |
SQL> startup ASM instance started Total System Global Area 1137173320 bytes Fixed Size 8905544 bytes Variable Size 1103101952 bytes ASM Cache 25165824 bytes ASM diskgroups mounted |