- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: network bonding on Red Hat Enterprise 3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 01:09 PM
02-17-2004 01:09 PM
network bonding on Red Hat Enterprise 3
I am seeing this error on my server (dmesg) when I configure network bonding:
eth0: HP NC7781 Gigabit Server Adapter found at mem f7ef0000, IRQ 11, node addr 000e7f215f97
eth0: Broadcom BCM5703 Integrated Copper transceiver found
eth0: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q VLAN ON, NAPI ON
divert: allocating divert_blk for eth1
eth1: HP NC7781 Gigabit Server Adapter found at mem f7ee0000, IRQ 15, node addr 000e7f215f96
eth1: Broadcom BCM5703 Integrated Copper transceiver found
eth1: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q VLAN ON, NAPI ON
bond_enslave(): failed to get speed/duplex from eth0, speed forced to 100Mbps, duplex forced to Full.
bond0: enslaving eth0 as an active interface with an up link.
bond_enslave(): failed to get speed/duplex from eth1, speed forced to 100Mbps, duplex forced to Full.
bond0: enslaving eth1 as a backup interface with an up link.
bcm5700: eth0 NIC Link is UP, 1000 Mbps full duplex, receive & transmit flow control ON
bcm5700: eth1 NIC Link is UP, 1000 Mbps full duplex, receive & transmit flow control ON
Is there a reason why bond_enslave is failing to get the speed/duplex setting? How can I resolve this? If I restart the network after it comes up, I won't see the error again, it looks like it is some sequence issue.
Here is my modules.conf:
alias eth0 bcm5700
alias eth1 bcm5700
alias scsi_hostadapter cciss
alias usb-controller usb-ohci
alias bond0 bonding
options bcm5700 auto_speed=1 line_speed=1000 full_duplex=1
options bond0 miimon=100 mode=active-backup
Thanks!
regards,
Roy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 01:36 PM
02-17-2004 01:36 PM
Re: network bonding on Red Hat Enterprise 3
This message looks like the switch is incapable of going any faster than 100 BaseT. I'd check that first.
It could be hard coded settings on the switch. The switch port needs to be auto negotiate. Check with the switch admin on that.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 02:11 PM
02-17-2004 02:11 PM
Re: network bonding on Red Hat Enterprise 3
The bonding driver doesn't work the same with all network interface drivers. It appears as though the existing broadcom drivers don't provide some of the functionality that the bond module needs -- namely, the ability to query the state of the interface and the ability to change the state of the interface. That's a step beyond just moving traffic through the interface.
It is very important that the bonding driver be able to shut the interface on and off in order for failover to work, and it is strange that it seems to be defaulting to 100FDX. It would be nice to be able to nail that by hand, but that might not be possible.
I'm sorry I haven't used bonding with broadcom nics. But when I ran into similar issues with Intel E1000 nics, I RTFKS and luckily found newer drivers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2004 02:43 PM
02-17-2004 02:43 PM
Re: network bonding on Red Hat Enterprise 3
I have set everything to autonegotiate, but it is still giving the same error.
I tested with tg3 driver before this, and it is giving the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 01:24 AM
02-18-2004 01:24 AM
Re: network bonding on Red Hat Enterprise 3
"probeall bond0 eth0 eth1 bonding"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 02:58 AM
02-18-2004 02:58 AM
Re: network bonding on Red Hat Enterprise 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2004 05:08 AM
02-18-2004 05:08 AM
Re: network bonding on Red Hat Enterprise 3
Bugzilla Bug 112449: (TG3) driver doesn't work properly with bcm5700 nic