1CL_STATUS(1) General Commands Manual CL_STATUS(1)
2
3
4
6 cl_status - Check Status of the High-Availability Linux (Linux-HA) Sub‐
7 system
8
10 cl_status <sub-command>[<options>] [<parameters>]
11
13 cl_status is used to check the status of the High-Availability Linux
14 Subsystem
15
16
18 hbstatus
19 Indicate if heartbeat is running on the local system.
20
21 listnodes
22 List the nodes in the cluster
23
24 nodetype TYPE
25 List the nodes of the given type. Currently the available types
26 are ping and normal.
27
28 listhblinks NODENAME
29 List the network interfaces used as heartbeat links. Nodename
30 should be as per the ha.cf file for the cluster.
31
32 hblinkstatus NODENAME LINKNAME
33 Show the status of a heartbeat link. Nodename should be as per
34 the ha.cf file for the cluster. Linkname should be as per the
35 output of the listhblinks subcomand.
36
37 clientstatus NODENAME CLIENTID [TIMEOUT]
38 Show the status of heartbeat clients. Nodename and Client-ID
39 should be as per the ha.cf file for the cluster. Timeout is in
40 milliseconds, the default is 100ms.
41
42 rscstatus
43 Show the status of cluster resources. Status will be one of:
44 local, foreign, all or none.
45
46 hbparameter -p PARAMETERNAME
47 Retrieve the value of cluster parameters. The parameters may be
48 one of the following, however some parameters which have not
49 been specified may not retrieved:
50 apiauth, auto_failback, baud, debug, debugfile, deadping,
51 deadtime, hbversion, hopfudge, initdead, keepalive,
52 logfacility, logfile, msgfmt, nice_failback, node,
53 normalpoll, stonith, udpport, warntime, watchdog
54
55
57 -m Make the output more human readable. The default output should
58 be easier for scripts to parse. Available with all commands.
59
60 -p List only 'ping' nodes. Available with hbstatus sub-command.
61
62 -n List only 'normal' nodes. Available with hbstatus sub-command.
63
64
66 heartbeat(8)
67
68
70 More information may be found at http://www.linux-ha.org/
71 ⟨http://www.linux-ha.org/⟩
72
73
75 cl_status - Sun Jiang Dong <sunjd@cn.ibm.com>
76 ⟨mailto:sunjd@cn.ibm.com⟩ linux-ha - Alan Robertson <alanr@unix.sh>
77 ⟨mailto:alanr@unix.sh⟩ et al.
78 man page - Horms <horms@verge.net.au> ⟨mailto:horms@verge.net.au⟩
79
80
81
82
83 12th May 2004 CL_STATUS(1)