| 修改时间 01-JUL-2011 类型 PROBLEM 状态 PUBLISHED | |||||
In this Document
Symptoms
Cause
Solution
References
Applies to:
Oracle Server - Enterprise Edition - Version: 11.2.0.1 to 11.2.0.2 - Release: 11.2 to 11.2Information in this document applies to any platform.
Symptoms
Following error is reported while trying to shutdown ASM:ORA-15097: cannot SHUTDOWN ASM instance with connected client
srvctl stop asm -n enode1 -f
PRCR-1014 : Failed to stop resource ora.asm
PRCR-1065 : Failed to stop resource ora.asm
CRS-2673: Attempting to stop 'ora.asm' on 'enode1'
ORA-15097: cannot SHUTDOWN ASM instance with connected client
CRS-2675: Stop of 'ora.asm' on 'enode1' failed
CRS-2675: Stop of 'ora.asm' on 'enode1' failed
Verified there is no instance up and running on local node except ASM itself:
ps -ef|grep pmon
oracle 3913 1 0 22:45 ? 00:00:00 asm_pmon_+ASM1
Cause
The OCR is located on ASM and CRSD is client of ASM thus ASM can't be shutdownSolution
To shutdown ASM, CRS need to be shutdown: crsctl stop crs
ATTENTION: Never kill the ASM instance!
References
|
产品
| |||
相关内容
返回页首