Grid version: 11.2.0.4
Platform : OEL 6.4
To shutdown the entire crs stack, I ran crsctl stop cluster -all from one node. After the command execution, the below mentioned processes were still running on all nodes.
[root@intsmdp01 ~]# ps -ef | grep d.bin
root 38562 33228 0 19:12 pts/2 00:00:00 grep d.bin
root 80820 1 0 Nov09 ? 00:20:56 /crs/product/11.2.0/bin/ohasd.bin reboot
grid 81448 1 0 Nov09 ? 00:01:22 /crs/product/11.2.0/bin/mdnsd.bin
grid 81459 1 0 Nov09 ? 00:01:55 /crs/product/11.2.0/bin/gpnpd.bin
grid 81473 1 0 Nov09 ? 00:17:26 /crs/product/11.2.0/bin/gipcd.bin
root 81484 1 20 Nov09 ? 09:10:27 /crs/product/11.2.0/bin/osysmond.bin
So , I had to manually run crsctl stop crs on all nodes.
[root@intsmdp01 ~]# /crs/product/11.2.0/bin/crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'intsmdp01'
CRS-2673: Attempting to stop 'ora.crf' on 'intsmdp01'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'intsmdp01'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'intsmdp01'
CRS-2677: Stop of 'ora.crf' on 'intsmdp01' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'intsmdp01'
CRS-2677: Stop of 'ora.mdnsd' on 'intsmdp01' succeeded
CRS-2677: Stop of 'ora.drivers.acfs' on 'intsmdp01' succeeded
CRS-2677: Stop of 'ora.gipcd' on 'intsmdp01' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'intsmdp01'
CRS-2677: Stop of 'ora.gpnpd' on 'intsmdp01' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'intsmdp01' has completed
CRS-4133: Oracle High Availability Services has been stopped.
[root@intsmdp01 ~]#
Is there a way to bring down the entire crs stack in all the nodes in the cluster from one node ?