PROBLEM:

While shutting down crs, got below error.



[root@bin]# ./crsctl stop crs
CRS-4013: This command is not supported in a single-node configuration.
CRS-4000: Command Stop failed, or completed with errors.

SOLUTION:

In case of standalone grid, there will not be any crs . Only has component will be there.
So use the below command to shutdown the service.s



[root@bin]# ./crsctl stop has
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'eaidb3'
CRS-2673: Attempting to stop 'ora.NEWDATA.dg' on 'eaidb3'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'eaidb3'
CRS-2673: Attempting to stop 'ora.ENUMREDOA.dg' on 'eaidb3'
CRS-2673: Attempting to stop 'ora.LISTENER_1527.lsnr' on 'eaidb3'
CRS-2677: Stop of 'ora.NEWDATA.dg' on 'eaidb3' succeeded
CRS-2677: Stop of 'ora.ENUMREDOA.dg' on 'eaidb3' succeeded
CRS-2673: Attempting to stop 'ora.ENUMDATA.dg' on 'eaidb3'
CRS-2673: Attempting to stop 'ora.NEWRECO.dg' on 'eaidb3'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'eaidb3' succeeded
CRS-2677: Stop of 'ora.ENUMDATA.dg' on 'eaidb3' succeeded
CRS-2677: Stop of 'ora.LISTENER_1527.lsnr' on 'eaidb3' succeeded
CRS-2677: Stop of 'ora.NEWRECO.dg' on 'eaidb3' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'eaidb3'
CRS-2677: Stop of 'ora.asm' on 'eaidb3' succeeded
CRS-2673: Attempting to stop 'ora.evmd' on 'eaidb3'
CRS-2677: Stop of 'ora.evmd' on 'eaidb3' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'eaidb3'
CRS-2677: Stop of 'ora.cssd' on 'eaidb3' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'eaidb3' has completed
CRS-4133: Oracle High Availability Services has been stopped.