Cause:

After installing grid,i cant start asm resource

[oracle@dbadb01 ~]$ srvctl start asm
PRCR-1001 : Resource ora.asm does not exist
Check the resource status
[oracle@dbadb01 ~]$ crsctl stat res -t
——————————————————————————–
NAME TARGET STATE SERVER STATE_DETAILS
——————————————————————————–
Local Resources
——————————————————————————–
ora.LISTENER.lsnr
ONLINE ONLINE dbadb01
ora.ons
OFFLINE OFFLINE dbadb01
——————————————————————————–
Cluster Resources
——————————————————————————–
ora.cssd
1 OFFLINE OFFLINE
ora.diskmon
1 OFFLINE OFFLINE
ora.evmd
1 ONLINE ONLINE dbadb01
ASM resource doesnot reflect in the list of resources
After investing the logfiles, i can see that SPFILE was not accessible because css

kgxgncin: CLSS init failed with status 3
kgxgncin: return status 3 (1311719766 SKGXN not av) from CLSS
KGGPNP_SIHA: resource 'ora.asm' is not available [200]
KGGPNP_SIHA: attribute 'SPFILE' get failed sts[200] lsts[0]
kgxgncin: CLSS init failed with status 3
kgxgncin: return status 3 (1311719766 SKGXN not av) from CLSS
2021-01-23 19:29:47.182536*:kgflk.c@160: kgflkLockInit2: Unable to get CSS context(2)
kgxgncin: CLSS init failed with status 3
kgxgncin: return status 3 (1311719766 SKGXN not av) from CLSS
2021-01-23 19:29:47.245344*:kgflk.c@160: kgflkLockInit2: Unable to get CSS context(2)
kgxgncin: CLSS init failed with status 3
kgxgncin: return status 3 (1311719766 SKGXN not av) from CLSS
kjidpins: unable to connect to NM

After scrutinizing the ASM configuration,i found out that asm was not added to cluster confoguration
[oracle@dbadb01 ~]$ srvctl config asm
PRCR-1001 : Resource ora.asm does not exist

Solution:

Add the asm resource to the cluster configuration
[oracle@dbadb01 ~]$ srvctl add asm
Check if ora.asm resource reflect
[oracle@dbadb01 ~]$ crsctl stat res -t
——————————————————————————–
NAME TARGET STATE SERVER STATE_DETAILS
——————————————————————————–
Local Resources
——————————————————————————–
ora.LISTENER.lsnr
ONLINE ONLINE dbadb01
ora.asm
OFFLINE OFFLINE dbadb01
ora.ons
OFFLINE OFFLINE dbadb01
——————————————————————————–
Cluster Resources
——————————————————————————–
ora.cssd
1 OFFLINE OFFLINE
ora.diskmon
1 OFFLINE OFFLINE
ora.evmd
1 ONLINE ONLINE dbadb01
Start the ASM
[oracle@dbadb01 ~]$ srvctl start asm
Check the ASM status
Check the ASM status
[oracle@dbadb01 ~]$ srvctl status asm
ASM is running on dbadb01
Recent Posts

Start typing and press Enter to search