1COROSYNC-CFGTOOL(8) COROSYNC-CFGTOOL(8)
2
3
4
6 corosync-cfgtool - An administrative tool for corosync.
7
9 corosync-cfgtool [[-i IP_address] [-b] -s] [-R] [-L] [-k nodeid] [-a
10 nodeid] [-h] [-H]
11
13 corosync-cfgtool A tool for displaying and configuring active parame‐
14 ters within corosync.
15
17 -i Finds only information about the specified interface IP address
18 or link id with -s.
19
20 -s Displays the status of the current links on this node for
21 UDP/UDPU, with extended status for KNET. After each link, the
22 nodes on that link are displayed in order with their status, for
23 example there are 3 nodes with KNET transportation: LINK ID 0:
24 id = 192.168.100.80
25 status:
26 node 0: link enabled: 1 link connected: 1
27 node 1: link enabled: 1 link connected: 1
28 node 2: link enabled: 1 link connected: 1
29
30 -b Displays the brief status of the current links on this node
31 (KNET only) when used with "-s". If any interfaces are faulty, 1
32 is returned by the binary. If all interfaces are active 0 is
33 returned to the shell. After each link, the nodes on that link
34 are displayed in order with their status encoded into a single
35 digit, or characters 'n', 'd' and '?' with special meaning.
36 1=link enabled, 2=link connected, So a 3 in a node position
37 indicates that the link is both enabled and connected. Status
38 represented by character 'n' is used for localhost link. Charac‐
39 ter '?' means that Crosync was unable to get status of link from
40 knet (log should contain more information). Character 'd'
41 shouldn't appear and it means that Corosync was unable to con‐
42 figure a link and it is result of some error which should have
43 been logged.
44
45 The output will be: LINK ID 0:
46 id = 192.168.100.80
47 status = 333
48
49 -R Tell all instances of corosync in this cluster to reload
50 corosync.conf.
51
52 -L Tell corosync to reopen all logging files. In contrast to other
53 subcommands, nothing is displayed on terminal if call is suc‐
54 cessful.
55
56 -k Kill a node identified by node id.
57
58 -a Display the IP address(es) of a node.
59
60 -h Print basic usage.
61
62 -H Shutdown corosync cleanly on this node.
63
65 corosync_overview(7),
66
68 Angus Salkeld
69
70 2020-02-10 COROSYNC-CFGTOOL(8)