top of page
Oracle CRSCTL Commands List
A comprehensive list of CRSCTL commands for managing Oracle Clusterware.
CRACTL utility allows you to administer cluster resources. Here are few quick commands to help you administer Oracle RAC cluster!
Check Cluster Status
Status of upper & lower stack
./crsctl check crsStatus of upper stack
./crsctl check clusterCluster status on all nodes
./crsctl check cluster -allCluster status on specific node
./crsctl check cluster -n rac2Check Cluster Nodes
Check cluster services in table format
./crsctl status resource -tChecking status of clusterware nodes / services
./crsctl status server -fCheck cluster nodes
olsnodes -n
oraracn1 1
oraracn2 2Stop Grid Cluster
Stop HAS on current node
./crsctl stop hasStop HAS on remote node
./crsctl stop has –n rac2Stop entire cluster on all nodes
./crsctl stop cluster -allStop cluster ( CRS + HAS ) on remote node
./crsctl stop cluster –n rac2 Start Grid Cluster
Start HAS on current node
./crsctl start has Start HAS on remote node
./crsctl start has –n rac2Start entire cluster on all nodes
./crsctl start cluster –allStart cluster(CRS + HAS) on remote node
./crsctl start cluster –n rac2ENABLE – DISABLE CLUSTER AUTO START
crsctl disable has
crsctl enable hasbottom of page

