|
本帖最后由 hellohf123 于 2021-9-16 15:29 编辑
You are on 11g, so most probably you have your OCR file on ASM.
The second step is not valid because you can't shutdown ASM only, without stopping clusterware.
简单说就是ocr位于asm上,所以不可以关闭asm。
我测试crsctl stop resources -all 同样是这种问题,所以如果关闭,直接用crsctl stop crs,关闭crs的时候,asm也就关了
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.
|
|