Home / Errors/Workarounds11g / ORA-01078: failure in processing system parameters ORA-29701: unable toconnect to Cluster Synchronization Service

ORA-01078: failure in processing system parameters ORA-29701: unable toconnect to Cluster Synchronization Service

ERROR

startup of ASM instance failed with error:
ORA-01078: failure in processing system parameters
ORA-29701: unable to connect to Cluster Synchronization Service

SOLUTION

check services by command:

crs_stat -t

Name           Type           Target    State     Host        
------------------------------------------------------------
ora.DATA.dg    ora....up.type OFFLINE   OFFLINE      
ora....ER.lsnr ora....er.type ONLINE    ONLINE    orcl01   
ora....2C.lsnr ora....er.type ONLINE    ONLINE    orcl01   
ora.asm        ora.asm.type   OFFLINE   OFFLINE      
ora.cssd       ora.cssd.type  ONLINE    ONLINE    orcl01   
ora.diskmon    ora....on.type ONLINE    ONLINE    orcl01   
ora.orcl.db    ora....se.type OFFLINE   OFFLINE    


Start services manually

#crsctl start resource ora.cssd

CRS-2672: Attempting to start 'ora.cssd' on 'orcl01'
CRS-2679: Attempting to clean 'ora.diskmon' on 'orcl01'
CRS-2681: Clean of 'ora.diskmon' on 'orcl01' succeeded
CRS-2672: Attempting to start 'ora.diskmon' on 'orcl01'
CRS-2676: Start of 'ora.diskmon' on 'orcl01' succeeded
CRS-2676: Start of 'ora.cssd' on 'orcl01' succeeded

#sqlplus / as sysasm

SQL*Plus: Release 11.2.0.1.0 Production on Fri Jan 25 12:35:10 2015

Copyright (c) 1982, 2009, Oracle.  All rights reserved.

Connected to an idle instance.

SQL> startup;
ASM instance started

Total System Global Area  283930624 bytes
Fixed Size                  2212656 bytes
Variable Size             256552144 bytes
ASM Cache                  25165824 bytes
ASM diskgroups mounted



About Syed Saad Ali

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

OracleDBconfig

Manually remove ODA DB HOME

Manually remove OLD DB HOMES if odacli-delete dbhome fails Please follow the instructions below: 1. …

Leave a Reply