1COROSYNC-QUORUMTOOL(8) System Manager's Manual COROSYNC-QUORUMTOOL(8)
2
3
4
6 corosync-quorumtool - Set and display quorum settings.
7
9 corosync-quorumtool [-s] [-m] [-l] [-p] [-v votes] [-n nodeid] [-e
10 expected] [-H] [-i] [-o <a|n|i>] [-a] [-f] [-h] [-V]
11
13 Display the current state of quorum in the cluster and set vote quorum
14 options.
15
17 -s show quorum status
18
19 -m constantly monitor quorum status
20
21 -l list nodes
22
23 -p when used with -s or -l, generates machine parsable output
24
25 -v <votes>
26 change the number of votes for a node *
27
28 -n <nodeid>
29 optional nodeid of node for -v
30
31 -e <expected>
32 change expected votes for the cluster *
33
34 -H show nodeids in hexadecimal rather than decimal
35
36 -i show node IP addresses instead of the resolved name
37
38 -p when used with -s or -l, generates machine parsable output
39
40 -o <a|n|i>
41 Orders the output of the nodes list. By default or with -oa
42 nodes are listed in IP address order: as they come from
43 corosync. -on will order the nodes based on their name, and -oi
44 will order them based on their node ID.
45
46 -a Show the name or IP address (see -i above) of all interfaces in
47 use on the nodes, rather than just the first one.
48
49 -f forcefully unregister a quorum device *DANGEROUS* *
50
51 -h (if no other argument)
52 show this help text
53
54 -V show version and exit
55
56 * Starred items only work if votequorum is the quorum provider for
57 corosync
58
60 corosync-quorumtool may return one of several error codes if it encounā
61 ters problems.
62
63 0 No problems occurred (quorate for -s operation).
64
65 1 Generic error code.
66
67 2 Not quorate (returned only for -s operation).
68
70 corosync_overview(7), votequorum_overview(3),
71
73 Angus Salkeld
74
75 2019-02-14 COROSYNC-QUORUMTOOL(8)