crm_standby (8) - Linux Manuals
crm_standby: Part of the Pacemaker cluster resource manager
NAME
Pacemaker - Part of the Pacemaker cluster resource managerSYNOPSIS
crm_standby <command> [options]DESCRIPTION
crm_standby - convenience wrapper for crm_attributeCheck, enable or disable standby mode for a cluster node. Nodes in standby mode may not host cluster resources.
Commands:
- --help
- Display this text and exit
- --version
- Display version information and exit
- -G, --query
- Display the current value of standby mode (on/off)
- -v, --update=<value>
- Update the value of standby mode (on/off)
- -D, --delete
- Let standby mode use default value
OPTIONS
- -V, --verbose
- Increase debug output (may be specified multiple times)
- -q, --quiet
- Print nothing on stdout except the standby status
- -N, --node=<value>
- Operate on the named node instead of the current one
-
-l, --lifetime=<value> Until when the setting should take effect (reboot/forever)
- -i, --id=<value>
- (Advanced) ID used to identify the XML attribute
AUTHOR