Issues re-starting cluster services in Oracle RAC after eviction of one node
We have the following scenario: in a 2 nodes Oracle RAC configuration, after a node eviction due to memory issues in node 1, crs resource in node 2 remains in state OFFLINE (CLEANING). Process crsd.bin exists in node 2.
Once memory issues were solved in node 1, clusterware stack does not start in node 1:
- crs and evm resources remains in INTERMEDIATE state
- crsd.log file shows the next messages
[ OCRMAS][3342]proath_master:100b: Polling, connect to master not complete retval1 = 203, retval2 = 203
We would like to know, in this situation:
1) why crs resource in node 2 remains OFFLINE (CLEANING) after node 1 eviction?
2) is it possible to restart crs process in node 2 (kill the process and restart with $GRID_HOME/bin/crsctl start res ora.crsd -init) with no lose of service?