Problem description:
# crsctl stop crs
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'oratest1-lnx'
CRS-2673: Attempting to stop 'ora.crsd' on 'oratest1-lnx'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'oratest1-lnx'
CRS-2673: Attempting to stop 'ora.DATAPUMP_DATA.dg' on 'oratest1-lnx'
CRS-2675: Stop of 'ora.DATAPUMP_DATA.dg' on 'oratest1-lnx' failed
CRS-2799: Failed to shut down resource 'ora.DATAPUMP_DATA.dg' on 'oratest1-lnx'
CRS-2794: Shutdown of Cluster Ready Services-managed resources on 'oratest1-lnx' has failed
CRS-2675: Stop of 'ora.crsd' on 'oratest1-lnx' failed
CRS-2799: Failed to shut down resource 'ora.crsd' on 'oratest1-lnx'
CRS-2795: Shutdown of Oracle High Availability Services-managed resources on 'oratest1-lnx' has failed
CRS-4687: Shutdown command has completed with error(s).
CRS-4000: Command Stop failed, or completed with errors.
Cause of problem:
There is an ACFS mount point 
df -h
/dev/asm/datapumpvol-371
                     167772160    398368 167373792   1% /datapump
Solution of problem:
# umount /datapump
# crsctl stop crs
Friday, May 10, 2013
crsctl stop crs failed if there is ACFS mount point
Labels:
Performance,
RAC
Subscribe to:
Post Comments (Atom)
 
Yes, will not work ;)
ReplyDeleteIf not unmounted before you run crsctl stop crs crs deamon will be partially stopped (hanged on acfs) and almost nothing will help :((
If you try to unmount acfs will get
umount: /datapump busy
only init 6 helps