C:UsersU0001>set oracle_sid=xyz1
C:UsersU0001>sqlplus
SQL*Plus: Release 11.2.0.3.0 Production on Wed Nov 11 02:21:57 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to:
Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
SQL> select instance_name , status from gv$instance;
INSTANCE_NAME STATUS
---------------- ------------
xyz1 OPEN
xyz2 OPEN
SQL> ^C
C:UsersU0001>set oracle_sid=pqr1
C:UsersU0001>sqlplus
SQL*Plus: Release 11.2.0.3.0 Production on Wed Nov 11 02:22:41 2015
Copyright (c) 1982, 2011, Oracle. All rights reserved.
Enter user-name: sys as sysdba
Enter password:
Connected to:
Oracle Database 11g Release 11.2.0.3.0 - 64bit Production
With the Real Application Clusters and Automatic Storage Management options
SQL> select instance_name, status from gv$instance;
INSTANCE_NAME STATUS
---------------- ------------
pqr1 OPEN
pqr2 OPEN
SQL> ^C
C:UsersU0001>crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
C:UsersU0001>crsctl check cluster -all
**************************************************************
node01:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
node02:
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
**************************************************************
C:UsersU0001>crs_stat -t
2015-11-11 02:27:25.237:
CLSD: A file system error occured while attempting to create default permissions
for file "S:pp .2.0gridlogode01clientocr_40344_3.log" during log o
pen processing for process "UNKNOWN". Additional diagnostic data: LFI-00133: Try
ing to create file S:pp .2.0gridlogode01clientocr_40344_3.log that
already exists.
LFI-01509: fopen() failed(OSD return value = 5).
2015-11-11 02:27:25.239:
CLSD:An error was encountered while attempting to open log file "S:pp .2.0g
ridlogode01clientocr_40344_3.log". Additional diagnostics: (:CLSD00157:)
Name Type Target State Host
------------------------------------------------------------
ora.DATA.dg ora....up.type ONLINE ONLINE node01
ora.FLASH.dg ora....up.type ONLINE ONLINE node01
ora....ER.lsnr ora....er.type ONLINE ONLINE node01
ora....N1.lsnr ora....er.type ONLINE ONLINE node02
ora....N2.lsnr ora....er.type ONLINE ONLINE node02
ora....N3.lsnr ora....er.type ONLINE ONLINE node02
ora....VOTE.dg ora....up.type ONLINE ONLINE node01
ora.xyz.db ora....se.type ONLINE OFFLINE
ora.asm ora.asm.type ONLINE ONLINE node01
ora....SM1.asm application ONLINE ONLINE node01
ora....01.lsnr application ONLINE ONLINE node01
ora....s01.gsd application OFFLINE OFFLINE
ora....s01.ons application ONLINE ONLINE node01
ora....s01.vip ora....t1.type ONLINE ONLINE node02
ora....SM2.asm application ONLINE ONLINE node02
ora....02.lsnr application ONLINE ONLINE node02
ora....s02.gsd application OFFLINE OFFLINE
ora....s02.ons application ONLINE ONLINE node02
ora....s02.vip ora....t1.type ONLINE ONLINE node02
ora.cvu ora.cvu.type ONLINE ONLINE node01
ora....tadm.db ora....se.type ONLINE OFFLINE
ora.gsd ora.gsd.type OFFLINE OFFLINE
ora....network ora....rk.type ONLINE ONLINE node01
ora.oc4j ora.oc4j.type ONLINE ONLINE node01
ora.ons ora.ons.type ONLINE ONLINE node01
ora....ry.acfs ora....fs.type ONLINE ONLINE node01
ora.scan1.vip ora....ip.type ONLINE ONLINE node02
ora.scan2.vip ora....ip.type ONLINE ONLINE node02
ora.scan3.vip ora....ip.type ONLINE ONLINE node02
ora.seed.db ora....se.type ONLINE ONLINE node02
ora.pqr.db ora....se.type ONLINE ONLINE node02
C:UsersU0001>crstctl stat res -t
'crstctl' is not recognized as an internal or external command,
operable program or batch file.
C:UsersU0001>crsctl stat res -t
--------------------------------------------------------------------------------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.DATA.dg
ONLINE ONLINE node01
ONLINE ONLINE node02
ora.FLASH.dg
ONLINE ONLINE node01
ONLINE ONLINE node02
ora.LISTENER.lsnr
ONLINE INTERMEDIATE node01 Not All Endpoints R
egistered
ONLINE ONLINE node02
ora.OCR_VOTE.dg
ONLINE ONLINE node01
ONLINE ONLINE node02
ora.asm
ONLINE ONLINE node01 Started
ONLINE ONLINE node02 Started
ora.gsd
OFFLINE OFFLINE node01
OFFLINE OFFLINE node02
ora.net1.network
ONLINE ONLINE node01
ONLINE ONLINE node02
ora.ons
ONLINE ONLINE node01
ONLINE ONLINE node02
ora.registry.acfs
ONLINE ONLINE node01
ONLINE ONLINE node02
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
1 ONLINE ONLINE node02
ora.LISTENER_SCAN2.lsnr
1 ONLINE ONLINE node02
ora.LISTENER_SCAN3.lsnr
1 ONLINE ONLINE node02
ora.xyz.db
1 ONLINE OFFLINE Instance Shutdown
2 ONLINE OFFLINE Instance Shutdown
ora.node01.vip
1 ONLINE INTERMEDIATE node02 FAILED OVER
ora.node02.vip
1 ONLINE ONLINE node02
ora.cvu
1 ONLINE ONLINE node01
ora.abc.db
1 ONLINE OFFLINE Instance Shutdown
2 ONLINE OFFLINE Instance Shutdown
ora.oc4j
1 ONLINE ONLINE node01
ora.scan1.vip
1 ONLINE ONLINE node02
ora.scan2.vip
1 ONLINE ONLINE node02
ora.scan3.vip
1 ONLINE ONLINE node02
ora.seed.db
1 ONLINE OFFLINE Instance Shutdown
2 ONLINE ONLINE node02 Open
ora.pqr.db
1 ONLINE OFFLINE Instance Shutdown
2 ONLINE ONLINE node02 Open
C:UsersU0001>