Thursday, April 21, 2016

PRCR-1014 : Failed to stop resource ora.asm

grid@Linux211:[/u01/app/PATCHES/22191577] $ srvctl stop asm -n Linux211

PRCR-1014 : Failed to stop resource ora.asm
PRCR-1065 : Failed to stop resource ora.asm
CRS-2529: Unable to act on 'ora.asm' because that would require stopping or relocating 'ora.DATA.dg', but the force option was not specified

grid@Linux211:[/u01/app/PATCHES/22191577] $

This behaviour is very correct, you might have Oracle OCR and Votedisk on ASM since it is supported in Oracle 11.2.0.2. If OCR and vote disk are on ASM you could not stop ASM instance, it would not allow you because of resource dependencies in Oracle clusterware.

To stop Oracle RAC environment you need to execute only single command. It would stop database,nodeapps and cluterware.

#crsctl stop crs

Since database and all rest of resources like nodeapps, crsd, cssd ,evmd registered with Oracle clusterware (OCR) with proper dependecies.

crsctl stop crs command would take care of depencies and stop all reources sequentially.

No comments:

Post a Comment