When stopping crs, there are 50+ outputs and is Attempting really necessary?
Conversely, when starting crs, there are only 1 output and we all know the process has not completed since crsctl stat fails.
Wouldn’t it be nice if crsctl start provides some useful information as well and prompt the the all the processes are started?
What am I missing?
[root@rac01:/root] # crsctl stop crs CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rac01' CRS-2673: Attempting to stop 'ora.crsd' on 'rac01' CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'rac01' CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'rac01' CRS-2673: Attempting to stop 'ora.registry.acfs' on 'rac01' CRS-2673: Attempting to stop 'ora.emu.db' on 'rac01' CRS-2673: Attempting to stop 'ora.dg_acfs.vg_acfs.acfs' on 'rac01' CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'rac01' CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.scan1.vip' on 'rac01' CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.rac01.vip' on 'rac01' CRS-2677: Stop of 'ora.dg_acfs.vg_acfs.acfs' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.DG_ACFS.dg' on 'rac01' CRS-2677: Stop of 'ora.registry.acfs' on 'rac01' succeeded CRS-2677: Stop of 'ora.emu.db' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.DATA2.dg' on 'rac01' CRS-2677: Stop of 'ora.scan1.vip' on 'rac01' succeeded CRS-2672: Attempting to start 'ora.scan1.vip' on 'rac02' CRS-2677: Stop of 'ora.rac01.vip' on 'rac01' succeeded CRS-2672: Attempting to start 'ora.rac01.vip' on 'rac02' CRS-2677: Stop of 'ora.DG_ACFS.dg' on 'rac01' succeeded CRS-2676: Start of 'ora.scan1.vip' on 'rac02' succeeded CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'rac02' CRS-2676: Start of 'ora.rac01.vip' on 'rac02' succeeded CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'rac02' succeeded CRS-2677: Stop of 'ora.DATA2.dg' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.asm' on 'rac01' CRS-2677: Stop of 'ora.asm' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.ons' on 'rac01' CRS-2677: Stop of 'ora.ons' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.net1.network' on 'rac01' CRS-2677: Stop of 'ora.net1.network' on 'rac01' succeeded CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rac01' has completed CRS-2677: Stop of 'ora.crsd' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.ctssd' on 'rac01' CRS-2673: Attempting to stop 'ora.evmd' on 'rac01' CRS-2673: Attempting to stop 'ora.asm' on 'rac01' CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac01' CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac01' CRS-2677: Stop of 'ora.ctssd' on 'rac01' succeeded CRS-2677: Stop of 'ora.evmd' on 'rac01' succeeded CRS-2677: Stop of 'ora.mdnsd' on 'rac01' succeeded CRS-2677: Stop of 'ora.drivers.acfs' on 'rac01' succeeded CRS-2677: Stop of 'ora.asm' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac01' CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.cssd' on 'rac01' CRS-2677: Stop of 'ora.cssd' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.crf' on 'rac01' CRS-2677: Stop of 'ora.crf' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.gipcd' on 'rac01' CRS-2677: Stop of 'ora.gipcd' on 'rac01' succeeded CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac01' CRS-2677: Stop of 'ora.gpnpd' on 'rac01' succeeded CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rac01' has completed CRS-4133: Oracle High Availability Services has been stopped. [root@rac01:/root] # crsctl start crs CRS-4123: Oracle High Availability Services has been started. [root@rac01:/root] # 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 [root@rac01:/root] # crsctl stat res -t CRS-4535: Cannot communicate with Cluster Ready Services CRS-4000: Command Status failed, or completed with errors. [root@rac01:/root] #
