- Arun Kumar
Oracle CRSCTL Commands List
CHECKING CLUSTER STATUS
Status of upper & lower stack
./crsctl check crs
Status of upper stack
./crsctl check cluster
Cluster status on all nodes
./crsctl check cluster -all
Cluster status on specific node
./crsctl check cluster -n rac2
CHECKING CLUSTER SERVICES IN TABLE FORMAT
./crsctl status resource -t
CHECKING STAUS OF CLUSTERWARE NODES / SERVERS
./crsctl status server -f
CHECK CLUSTER NODES
olsnodes -n
oraracn1 1
oraracn2 2
STOPPING GRID CLUSTER
Stop HAS on current node
./crsctl stop has
Stop HAS on remote node
./crsctl stop has –n rac2
Stop entire cluster on all nodes
./crsctl stop cluster -all
Stop cluster ( CRS + HAS ) on remote node
./crsctl stop cluster –n rac2
STARTING GRID CLUSTER
Start HAS on current node.
./crsctl start has
Start HAS on remote node
./crsctl start has –n rac2
Start entire cluster on all nodes
./crsctl start cluster –all
Start cluster(CRS + HAS) on remote node
./crsctl start cluster –n rac2
ENABLE – DISABLE CLUSTER AUTO START
crsctl disable has
crsctl enable has