root.sh failed with CRS-2800: Can't start resource 'ora.ctssd' as it is
877440Feb 1 2012 — edited Feb 12 2012Cannot start resource 'ora.ctssd' as it is already in the INTERMEDIATE state.
I was trying to install two node RAC on linux REDHAT, I have encountered following errors:
Start of resource "ora.crsd" failed
CRS-2800: Cannot start resource 'ora.ctssd' as it is already in the INTERMEDIATE state on server
CRS-4000: Command Start failed, or completed with errors.
Clusterware exclusive mode start of Clusterware Ready Services failed at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 6475.
/u01/app/11.2.0/grid/perl/bin/perl -I/u01/app/11.2.0/grid/perl/lib -I/u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/crs/install/rootcrs.pl execution failed
How to fix this issue?
runCluvfy ran successfully.
I found out on the second node(oracle02), there is no any daemon running. But on the local installation node(oracle01):
[root@oracle01.pvd.secureworkslab.com bin]# ./crsctl stat res -t -init
--------------------------------------------------------------------------------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 ONLINE ONLINE oracle01 Started
ora.cluster_interconnect.haip
1 ONLINE ONLINE oracle01
ora.crf
1 OFFLINE OFFLINE
ora.crsd
1 ONLINE OFFLINE
ora.cssd
1 ONLINE ONLINE oracle01
ora.cssdmonitor
1 ONLINE ONLINE oracle01
ora.ctssd
1 ONLINE INTERMEDIATE oracle01 Wrong check return.
ora.diskmon
1 ONLINE ONLINE oracle01
ora.drivers.acfs
1 ONLINE ONLINE oracle01
ora.evmd
1 OFFLINE OFFLINE
ora.gipcd
1 ONLINE ONLINE oracle01
ora.gpnpd
1 ONLINE ONLINE oracle01
ora.mdnsd
1 ONLINE ONLINE oracle01
[root@oracle01.pvd.secureworkslab.com bin]#
How to proceed next step? what to fix in order for my installation to be successful.
Thanks in advance.