crm_standby — manipulate a node's standby attribute to determine whether resources can be run on this node
crm_standby[-?|-V]-D-u|-Unode-rresource
crm_standby[-?|-V]-G-u|-Unode-rresource
crm_standby[-?|-V]-vstring-u|-Unode-rresource[-lstring]
The crm_standby command manipulates a node's standby attribute. Any node in standby mode is no longer eligible to host resources and any resources that are there must be moved. Standby mode can be useful for performing maintenance tasks, such as kernel updates. Remove the standby attribute from the node when it should become a fully active member of the cluster again.
By assigning a lifetime to the standby attribute,
determine whether the standby setting should survive a reboot of the
node (set lifetime to forever) or should be reset with
reboot (set lifetime to
reboot). Alternatively, remove the
standby attribute and bring the node back from
standby manually.
--help, -?Print a help message.
--verbose, -VTurn on debug information.
![]() | |
Increase the level of verbosity by providing additional instances. | |
--quiet, -QWhen doing an attribute query using -G, print just
the value to stdout. Use this option with -G.
--get-value, -GRetrieve rather than set the preference.
--delete-attr, -DSpecify the attribute to delete.
--attr-value string,
-v stringSpecify the value to use. This option is ignored when used with
-G.
--attr-id string,
-i stringFor advanced users only. Identifies the id attribute..
--node-uuid node_uuid,
-u node_uuidSpecify the UUID of the node to change.
--node-uname node_uname,
-U node_unameSpecify the uname of the node to change.
--lifetime string, -l stringDetermine how long this preference lasts. Possible values are
reboot or forever.
![]() | |
If a | |
crm_standby -v truenode1) go to standby:crm_standby-vtrue-Unode1
crm_standby-G-Unode1
crm_standby-D-Unode1
crm_standby-vtrue-lforever-Unode1
crm_standby-vtrue-lreboot -Unode1