1PACEMAKER(8) System Administration Utilities PACEMAKER(8)
2
3
4
6 Pacemaker - Part of the Pacemaker cluster resource manager
7
9 crmadmin [options] [node]
10
12 query and manage the Pacemaker controller
13
15 Help Options:
16 -h, --help
17 Show help options
18
19 --help-all
20 Show all help options
21
22 --help-output
23 Show output help
24
25 --help-command
26 Show command options
27
28 --help-additional
29 Show additional options
30
31 Output Options:
32 --output-as=FORMAT
33 Specify output format as one of: text (default), xml
34
35 --output-to=DEST
36 Specify file name for output (or "-" for stdout)
37
38 --text-fancy
39 Use more highly formatted output (requires --output-as=text)
40
41 Commands:
42 -S, --status=NODE
43 Display the status of the specified node. Result is state of
44 node's internal finite state machine, which can be useful for
45 debugging
46
47 -P, --pacemakerd
48 Display the status of local pacemakerd. Result is the state of
49 the sub-daemons watched by pacemakerd.
50
51 -D, --dc_lookup
52 Display the uname of the node co-ordinating the cluster. This
53 is an internal detail rarely useful to administrators except
54 when deciding on which node to examine the logs.
55
56 -N, --nodes=TYPE
57 Display the uname of all member nodes [optionally filtered by
58 type (comma-separated)] Types: all (default), cluster, guest,
59 remote
60
61 Additional Options:
62 -t, --timeout=TIMESPEC
63 Time to wait before declaring the operation failed
64
65 -B, --bash-export
66 Display nodes as shell commands of the form 'export uname=uuid'
67 (valid with -N/--nodes)
68
69 -i, --ipc-name=NAME
70 Name to use for ipc instead of 'crmadmin' (with -P/--pacemak‐
71 erd).
72
73 Application Options:
74 -$, --version
75 Display software version and exit
76
77 -V, --verbose
78 Increase debug output (may be specified multiple times)
79
80 -q, --quiet
81 Display only the essential query information
82
83 Notes:
84
85 Time Specification:
86
87 The TIMESPEC in any command line option can be specified in many dif‐
88 ferent formats. It can be just an integer number of seconds, a number
89 plus units (ms/msec/us/usec/s/sec/m/min/h/hr), or an ISO 8601 period
90 specification.
91
93 Written by Andrew Beekhof and the Pacemaker project contributors
94
96 Report bugs to users@clusterlabs.org
97
98
99
100Pacemaker 2.1.4-4.fc36 June 2022 PACEMAKER(8)