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. 1=link enabled, 2=link connected, So a 3 in a node posi‐
36 tion indicates that the link is both enabled and connected. The
37 local link (which will only ever be enabled on link 0) shows as
38 enabled but not connected for internal reasons. The output will
39 be: LINK ID 0:
40 id = 192.168.100.80
41 status = 333
42
43 -R Tell all instances of corosync in this cluster to reload
44 corosync.conf.
45
46 -L Tell corosync to reopen all logging files. In contrast to other
47 subcommands, nothing is displayed on terminal if call is suc‐
48 cessful.
49
50 -k Kill a node identified by node id.
51
52 -a Display the IP address(es) of a node.
53
54 -h Print basic usage.
55
56 -H Shutdown corosync cleanly on this node.
57
59 corosync_overview(7),
60
62 Angus Salkeld
63
64 2019-07-04 COROSYNC-CFGTOOL(8)