1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 crm_standby <command> [options]
10
12 crm_standby - Query, enable, or disable standby mode for a node
13
14 Nodes in standby mode may not host cluster resources.
15
16 Common options:
17 --help Display this text, then exit
18
19 --version
20 Display version information, then exit
21
22 -V, --verbose
23 Specify multiple times to increase debug output
24
25 -q, --quiet
26 Print only the standby status (if querying)
27
28 Commands:
29 -G, --query
30 Query the current value of standby mode (on/off)
31
32 -v, --update=VALUE
33 Update the value of standby mode (on/off)
34
35 -D, --delete
36 Let standby mode use default value
37
38 Additional Options:
39 -N, --node=NODE
40 Operate on the named node instead of the current one
41
42 -l, --lifetime=VALUE
43 Until when should the setting take effect (valid values: reboot,
44 forever)
45
46 -i, --id=VALUE
47 (Advanced) XML ID used to identify standby attribute
48
50 Written by Andrew Beekhof
51
52
53
54Pacemaker 2.0.1-2.fc30 April 2019 PACEMAKER(8)