LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   bond fault on blade (https://www.linuxquestions.org/questions/linux-networking-3/bond-fault-on-blade-830140/)

alonersir 09-03-2010 05:54 AM

bond fault on blade
 
hp bl460c g6 with two switch(GbE2c L2/L3 ethernet blade switch for hp c-class bladesystem)

os:rhel5.4_x86_64 windows2008

when take out a fc,linux can't swith the bond0 to another port but window can.

configure is not wrong because it is work on dl380 g6

netstat -i show eth1 is used,but network shutdown when i exec 'ifconfig eth0 down'

why?

urgrue 09-04-2010 09:43 AM

Do both interfaces work fine if configured independently without bonding?

It might be useful to see your /proc/net/bonding/bond0 output, and config files.

alonersir 09-05-2010 09:15 PM

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


All times are GMT -5. The time now is 08:33 AM.