CRS-2675

crsctl stop cluster -all

CRS-2675: Stop of 'ora.DATA.dg' on 'si01' failed

Checking the ASM alert log

NOTE: [emcrsp.bin@si01.an.com (TNS V1-V3) 20111] opening OCR file
NOTE: [emcrsp.bin@si01.an.com (TNS V1-V3) 20115] opening OCR file
NOTE: [emcrsp.bin@si01.an.com (TNS V1-V3) 20119] opening OCR file

Some notes about this issue:

1. This Bug is fixed in 11.2.0.3 and above.  If patch 9897335 is unavailable, the warning can be   ignored as it posts no harm.
2. You can't connect as sysasm and shut it down
SQL> connect / as sysasm
Connected.
SQL> shutdown immediate;
ORA-15097: cannot SHUTDOWN ASM instance with connected client (process 10871)

SQL> set linesize 132
SQL> select * from v$asm_client;

GROUP_NUMBER INSTANCE_NAME                                                    DB_NAME  STATUS
------------ ---------------------------------------------------------------- -------- ------------
SOFTWARE_VERSION                                             COMPATIBLE_VERSION
------------------------------------------------------------ ---------------------------------------
           1 +ASM1                                                            +ASM     CONNECTED
11.2.0.2.0                                                   11.2.0.2.0

           3 +ASM1                                                            asmacfs   CONNECTED
11.2.0.2.0                                                   11.2.0.2.0


NEVER To shutdown ASM or kill -9.  CRS need to be shutdown: crsctl stop crs

No comments:

Post a Comment