Saturday, 4 February 2017

CRSCTL commands

CRSCTL commands:
===========================

To stop Cluster in one node:

Note:stoping/starting cluster should be done as root user.

#crsctl stop crs

To start cluster in one node:

#crsctl start crs

To check the status of the resources.

$crs_stat -t

(or)

$crsctl status res -t

To know cluster status in all nodes:

crsctl check cluster -all


Relocate resouce in cluster:

crsctl relocate resource <res_name> -s node1 -n node3

No comments:

Post a Comment