1COROSYNC-CPGTOOL(8) System Manager's Manual COROSYNC-CPGTOOL(8)
2
3
4
6 corosync-cpgtool - A tool for displaying cpg groups and members.
7
9 corosync-cpgtool [-d delimiter] [-e] [-n] [-h]
10
12 corosync-cpgtool A tool for displaying cpg groups and members.
13
15 -d Delimiter between fields.
16
17 -e Don't escape unprintable characters in group name.
18
19 -n Display only all existing group names.
20
21 -h Display this help.
22
24 Display the groups and process that belong to those cpg groups.
25 $ corosync-cpgtool
26 Group Name PID Node ID
27 example-group
28 2515 191146176 (192.168.100.11)
29 2471 207923392 (192.168.100.12)
30
31 Get a comma-delimited list.
32 $ corosync-cpgtool -d ","
33 GRP_NAME,PID,NODEID
34 example-group,2515,191146176
35 example-group,2471,207923392
36
37 Just get the group names
38 $ corosync-cpgtool -n
39 example-group
40
42 corosync_overview(7),
43
45 Angus Salkeld
46
47 2010-05-30 COROSYNC-CPGTOOL(8)