Skip to main content

PRCR-1065 : Failed to stop resource ora.asm

<<Back to Oracle ASM Main Page

PRCR-1065 : Failed to stop resource ora.asm

CRS-2974: unable to act on resource 'ora.asm' on server


$ srvctl stop asm
PRCR-1065 : Failed to stop resource ora.asm
CRS-2974: unable to act on resource 'ora.asm' on server 'node1' because that would require stopping or relocating resource 'ora.DG_TEST_DATA.dg' but the -force option was not specified

Solution: stop ASM with -f option (Force Stop Option)

$ srvctl stop asm -f

Comments