For more information, refer to R77 ClusterXL Administration Guide.
Included Topics |
Displays the status of an interface bond, or with the -a
argument, a summary table of all bonds. When a bond is specified information for each slave interface is also displayed.
cphaconf show_bond {<bond-name>|-a}
[Expert@GW-1]# cphaconf show_bond bond0
Bond name: bond0 Bond mode: Load Sharing Bond status: Up Balancing mode: 802.3ad Layer3+4 Load Balancing Configured slave interfaces: 4 In use slave interfaces: 4 Required slave interfaces: 2
Slave Name | Status | Link -------------------------------------------- eth2 | Active | Yes eth3 | Active | Yes eth4 | Active | Yes eth5 | Active | Yes |
Required slave interfaces
.Status
column can contain these values:Down
(Load Sharing mode only) - the physical link is down.Active
- currently handling traffic.Standby
(High Availability mode only) - the interface is ready, and can support internal bond failover.Not Available
(High Availability mode only) - either the physical link is broken, or that the Cluster member is in status down. The bond cannot failover in this state.Link
column reports whether the physical link exists.Initiates bond interface failover in the High Availability mode.
cphaconf failover_bond <bond-name>
Displays the status of all interface bonds and VLANs for all the Virtual Systems. For a High Availability bond, specifies whether it can failover.
cphaprob -a if
[Expert@mem97:0]# cphaprob -a if
vsid 0: ------ Required interfaces: 7 Required secured interfaces: 1
eth0 UP non sync(non secured), multicast eth1 UP sync(secured), broadcast
Virtual cluster interfaces: 1
eth0 192.0.2.98 2001:db8:0:a::98
vsid 1: ------ Required interfaces: 3 Required secured interfaces: 1
eth1 UP sync(secured), broadcast eth2 UP non sync(non secured), multicast eth3 UP non sync(non secured), multicast
Virtual cluster interfaces: 2
eth2 10.2.2.2 2001:db8:0:b::1 eth3 172.16.3.3 2001:db8:0:c::3121
vsid 2: ------ Required interfaces: 2 Required secured interfaces: 1
eth1 UP sync(secured), broadcast eth5 UP non sync(non secured), multicast
Virtual cluster interfaces: 1
eth5 192.168.5.5 2001:db8:0:d::1
|