Hi guys
I performed my installation of oracle grid infrastructure 12c in two nodes with success but after recycling both nodes grid doesn't come up again.
$ sudo ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
CRS-4534: Cannot communicate with Event Manager
# ps -ef|grep -i init.d
root 1620 1 0 12:01 ? 00:00:00 /bin/sh /etc/init.d/init.tfa run >/dev/null 2>&1 </dev/null
root 3038 1 0 12:01 ? 00:00:00 /bin/sh /etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null
root 6011 5507 0 13:29 pts/0 00:00:00 grep --color=auto -i init.d
# crs_stat
CRS-0184: Cannot communicate with the CRS daemon.
$ sudo /u01/app/12.1.0/grid/bin/crsctl stat res -t -init
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.asm
1 ONLINE OFFLINE STABLE
ora.cluster_interconnect.haip
1 ONLINE OFFLINE STABLE
ora.crf
1 ONLINE OFFLINE STABLE
ora.crsd
1 ONLINE OFFLINE STABLE
ora.cssd
1 ONLINE OFFLINE NODE1SERVER STARTING
ora.cssdmonitor
1 ONLINE ONLINE NODE1SERVER STABLE
ora.ctssd
1 ONLINE OFFLINE STABLE
ora.diskmon
1 OFFLINE OFFLINE STABLE
ora.evmd
1 ONLINE INTERMEDIATE NODE1SERVER STABLE
ora.gipcd
1 ONLINE ONLINE NODE1SERVER STABLE
ora.gpnpd
1 ONLINE ONLINE NODE1SERVER STABLE
ora.mdnsd
1 ONLINE ONLINE NODE1SERVER STABLE
ora.storage
1 ONLINE OFFLINE STABLE
--------------------------------------------------------------------------------
If you have any clues to start this services, please let me know, I already tried all commands I could
Thanks