<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: network bonding on Red Hat Enterprise 3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194889#M87898</link>
    <description>bcm5700 is usually good for bonding. Should be your settings...</description>
    <pubDate>Wed, 18 Feb 2004 10:58:27 GMT</pubDate>
    <dc:creator>Olivier Drouin</dc:creator>
    <dc:date>2004-02-18T10:58:27Z</dc:date>
    <item>
      <title>network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194884#M87893</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;I am seeing this error on my server (dmesg) when I configure network bonding:&lt;BR /&gt;eth0: HP NC7781 Gigabit Server Adapter found at mem f7ef0000, IRQ 11, node addr 000e7f215f97&lt;BR /&gt;eth0: Broadcom BCM5703 Integrated Copper transceiver found&lt;BR /&gt;eth0: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q VLAN ON, NAPI ON&lt;BR /&gt;divert: allocating divert_blk for eth1&lt;BR /&gt;eth1: HP NC7781 Gigabit Server Adapter found at mem f7ee0000, IRQ 15, node addr 000e7f215f96&lt;BR /&gt;eth1: Broadcom BCM5703 Integrated Copper transceiver found&lt;BR /&gt;eth1: Scatter-gather ON, 64-bit DMA ON, Tx Checksum ON, Rx Checksum ON, 802.1Q VLAN ON, NAPI ON&lt;BR /&gt;bond_enslave(): failed to get speed/duplex from eth0, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;bond0: enslaving eth0 as an active interface with an up link.&lt;BR /&gt;bond_enslave(): failed to get speed/duplex from eth1, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;bond0: enslaving eth1 as a backup interface with an up link.&lt;BR /&gt;bcm5700: eth0 NIC Link is UP, 1000 Mbps full duplex, receive &amp;amp; transmit flow control ON&lt;BR /&gt;bcm5700: eth1 NIC Link is UP, 1000 Mbps full duplex, receive &amp;amp; transmit flow control ON&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;Here is my modules.conf:&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bcm5700 auto_speed=1 line_speed=1000 full_duplex=1&lt;BR /&gt;options bond0 miimon=100 mode=active-backup&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Roy</description>
      <pubDate>Tue, 17 Feb 2004 21:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194884#M87893</guid>
      <dc:creator>Roy Yeow_2</dc:creator>
      <dc:date>2004-02-17T21:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194885#M87894</link>
      <description>Most Gigabit adapters I am familiar with require auto negotiate.  Looks like you have that, but if you are hard coding the settings, try not doing that.&lt;BR /&gt;&lt;BR /&gt;This message looks like the switch is incapable of going any faster than 100 BaseT.  I'd check that first.&lt;BR /&gt;&lt;BR /&gt;It could be hard coded settings on the switch. The switch port needs to be auto negotiate. Check with the switch admin on that. &lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 Feb 2004 21:36:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194885#M87894</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-02-17T21:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194886#M87895</link>
      <description>There should be a file called LINUX_SRC/Documentation/networking/bonding.txt in your kernel.  Read it.  What's probably happening is that the broadcom driver doesn't support mii or ethtool link status reporting.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Feb 2004 22:11:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194886#M87895</guid>
      <dc:creator>Mark Travis</dc:creator>
      <dc:date>2004-02-17T22:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194887#M87896</link>
      <description>I am using a pair of 6509 with 48 ports Gigabits Copper port module.&lt;BR /&gt;I have set everything to autonegotiate, but it is still giving the same error.&lt;BR /&gt;I tested with tg3 driver before this, and it is giving the same error.</description>
      <pubDate>Tue, 17 Feb 2004 22:43:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194887#M87896</guid>
      <dc:creator>Roy Yeow_2</dc:creator>
      <dc:date>2004-02-17T22:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194888#M87897</link>
      <description>Please try adding the following line to /etc/modules.conf:&lt;BR /&gt;&lt;BR /&gt;"probeall bond0 eth0 eth1 bonding"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Feb 2004 09:24:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194888#M87897</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-02-18T09:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194889#M87898</link>
      <description>bcm5700 is usually good for bonding. Should be your settings...</description>
      <pubDate>Wed, 18 Feb 2004 10:58:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194889#M87898</guid>
      <dc:creator>Olivier Drouin</dc:creator>
      <dc:date>2004-02-18T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: network bonding on Red Hat Enterprise 3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194890#M87899</link>
      <description>try bugzilla.redhat.com&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Bugzilla Bug 112449:  (TG3) driver doesn't work properly with bcm5700 nic</description>
      <pubDate>Wed, 18 Feb 2004 13:08:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-bonding-on-red-hat-enterprise-3/m-p/3194890#M87899</guid>
      <dc:creator>Emory Cowan_1</dc:creator>
      <dc:date>2004-02-18T13:08:22Z</dc:date>
    </item>
  </channel>
</rss>

