the wondows2008 work fine with bonding,and other 7 blade with rhel(v4.8 64bit & v5.4 64bit) cant't work with bonding,
# netstat -i 3
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg
bond0 1500 0 3745209 0 0 0 23791 0 0 0 BMmRU
eth0 1500 0 946989 0 0 0 23791 0 0 0 BMsRU
eth1 1500 0 2798220 0 0 0 0 0 0 0 BMsRU
lo 16436 0 1366 0 0 0 1366 0 0 0 LRU
# cat /proc/net/bonding/bond0
Ethernet Channel Bonding Driver: v2.6.3-rh (June 8, 2005)
Bonding Mode: fault-tolerance (active-backup)
Primary Slave: None
Currently Active Slave: eth0
MII Status: up
MII Polling Interval (ms): 100
Up Delay (ms): 0
Down Delay (ms): 0
Slave Interface: eth0
MII Status: up
Link Failure Count: 0
Permanent HW addr:
Slave Interface: eth1
MII Status: up
Link Failure Count: 0
Permanent HW addr:
the flow is on eth1,eth0 is slave,but after i exec "ifconfig eth0 down", the network is unlink
|