diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-02-23 10:04:51 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-23 10:38:51 +0100 |
commit | 48a30a220f0cead245323e9e149c22b3095f6a71 (patch) | |
tree | fd0bc73373be10cdc584ba40134ffc9607630991 /ctdb | |
parent | f90fda0c642fac103154b207164779b90f745f45 (diff) | |
download | samba-48a30a220f0cead245323e9e149c22b3095f6a71.tar.gz samba-48a30a220f0cead245323e9e149c22b3095f6a71.tar.xz samba-48a30a220f0cead245323e9e149c22b3095f6a71.zip |
doc/ctdb.1.xml: document "ctdb ipinfo <ip>"
metze
(This used to be ctdb commit c72b637cc838ae6ea1694a476628c3fb4770f63b)
Diffstat (limited to 'ctdb')
-rw-r--r-- | ctdb/doc/ctdb.1.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index 7cf70f5649..9a733b46d8 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -402,6 +402,26 @@ Public IPs on node 0 </screen> </refsect2> + <refsect2><title>ipinfo <ip></title> + <para> + This command will display details about the specified public addresses. + </para> + <para> + Example: ctdb ipinfo 172.31.92.85 + </para> + <para> + Example output: + </para> + <screen format="linespecific"> +Public IP[172.31.92.85] info on node 0 +IP:172.31.92.85 +CurrentNode:0 +NumInterfaces:2 +Interface[1]: Name:eth4 Link:down References:0 +Interface[2]: Name:eth5 Link:up References:2 (active) + </screen> + </refsect2> + <refsect2><title>scriptstatus</title> <para> This command displays which scripts where run in the previous monitoring cycle and the result of each script. If a script failed with an error, causing the node to become unhealthy, the output from that script is also shown. |