How to CLEAN shutdown of only one node in a cluster
Hi,prior 11g2 we perform shutdown of one node with:
srvctl stop instance -i inst1 -d test -o immediate
srvctl stop asm -i asm1
in 11g2 it is supposed not supportet. What ever ,is "crsctl stop cluster -n SERVER1" correct or not?
if I perform a
"srvctl stop instance -i inst1 -d test -o immediate" is OK
"srvctl stop asm -i asm1" then commes ASM is in use (ocr an voting disks are located in ASM-diskgroup, that's why ora.registry.acfs is depend on ASM")
I assume I have do it in this way:
srvctl stop instance -i inst1 -d test -o immediate
srvctl stop instance -i inst1 -d test -o immediate
srvctl stop asm -i asm1
in 11g2 it is supposed not supportet. What ever ,is "crsctl stop cluster -n SERVER1" correct or not?
if I perform a
"srvctl stop instance -i inst1 -d test -o immediate" is OK
"srvctl stop asm -i asm1" then commes ASM is in use (ocr an voting disks are located in ASM-diskgroup, that's why ora.registry.acfs is depend on ASM")
I assume I have do it in this way:
srvctl stop instance -i inst1 -d test -o immediate
2