mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
doc/ctdb.1.xml: document "ctdb ifaces"
metze (This used to be ctdb commit 5ac32d3152ba11bacfab47c72ba998ac495fac00)
This commit is contained in:
parent
b7909ad769
commit
65e051fd74
@ -329,6 +329,39 @@ response from 3 time=0.000114 sec (2 clients)
|
||||
</screen>
|
||||
</refsect2>
|
||||
|
||||
<refsect2><title>ifaces</title>
|
||||
<para>
|
||||
This command will display the list of network interfaces, which could
|
||||
host public addresses, along with their status.
|
||||
</para>
|
||||
<para>
|
||||
Example: ctdb ifaces
|
||||
</para>
|
||||
<para>
|
||||
Example output:
|
||||
</para>
|
||||
<screen format="linespecific">
|
||||
Interfaces on node 0
|
||||
name:eth5 link:up references:2
|
||||
name:eth4 link:down references:0
|
||||
name:eth3 link:up references:1
|
||||
name:eth2 link:up references:1
|
||||
</screen>
|
||||
<para>
|
||||
Example: ctdb ifaces -Y
|
||||
</para>
|
||||
<para>
|
||||
Example output:
|
||||
</para>
|
||||
<screen format="linespecific">
|
||||
:Name:LinkStatus:References:
|
||||
:eth5:1:2
|
||||
:eth4:0:0
|
||||
:eth3:1:1
|
||||
:eth2:1:1
|
||||
</screen>
|
||||
</refsect2>
|
||||
|
||||
<refsect2><title>ip</title>
|
||||
<para>
|
||||
This command will display the list of public addresses that are provided by the cluster and which physical node is currently serving this ip. By default this command will ONLY show those public addresses that are known to the node itself. To see the full list of all public ips across the cluster you must use "ctdb ip -n all".
|
||||
|
Loading…
x
Reference in New Issue
Block a user