<?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: NIC Bonding under Redhat 4 on DL 585 G2 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022598#M81745</link>
    <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;I'm glad you've managed to get these cards working as I've actually got 2 servers here with the exact same issue and both are DL585 G2s running the AMD64 Redaht 4 OS. Anyway output is in the attachments.&lt;BR /&gt;"There is a hardware check on your server boot cd. Its worth running."&lt;BR /&gt;Please tell me more, is this found during POST or on the Redhat CDs????&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jon</description>
    <pubDate>Wed, 20 Jun 2007 05:06:10 GMT</pubDate>
    <dc:creator>jonnynoh</dc:creator>
    <dc:date>2007-06-20T05:06:10Z</dc:date>
    <item>
      <title>NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022590#M81737</link>
      <description>&lt;!--!*#--&gt;Hi all,&lt;BR /&gt;This is my first post here so apologies if I'm in the wrong area. I have an issue with a DL585 G2 I have recently built. I am trying to setup NIC bonding/teaming so that we have some resiliency on the server, I've set this up in the past and it's always worked fine. My kernel is at:&lt;BR /&gt;2.6.9-55.ELsmp x86_64&lt;BR /&gt;&lt;BR /&gt;I started the build with the Firmware CD v7.80,  I then installed Red Hat Enterprise Linux 4 AMD64. Did a full update from the Redhat network and then finally applied the Proliant Support Pack for Red Hat Enterprise Linux 4&lt;BR /&gt;version 7.80&lt;BR /&gt;The problem I now have is with bonding the two on-board NICs into one virtual. I have setup /etc/sysconfig/network-scripts/ifcfg-bond0, eth0 and eth1 as well as /etc/modprobe.conf in the usual way. Having set a ping running I normally test by pulling the patch cables individually and making sure that the ping continues via both NICs. My problem is this does not work on this server and I cannot figure out why.&lt;BR /&gt;I'm not sure of this is a hardware issue or a an OS issue, I suspect the latter.&lt;BR /&gt;&lt;BR /&gt;Any help anyone can give me on this is most appreciated.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;BR /&gt;&lt;BR /&gt;Jon Barker&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 05:10:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022590#M81737</guid>
      <dc:creator>JBARKER</dc:creator>
      <dc:date>2007-06-19T05:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022591#M81738</link>
      <description>What is "does not work"?&lt;BR /&gt;&lt;BR /&gt;Does not work at all, does not work "failover"?&lt;BR /&gt;&lt;BR /&gt;Please post the output of:&lt;BR /&gt;&lt;BR /&gt;ethtool eth0&lt;BR /&gt;ethtool eth1&lt;BR /&gt;ifconfig -a&lt;BR /&gt;netstat -ni&lt;BR /&gt;service network restart &lt;BR /&gt;tail /var/log/messages (after network restart)&lt;BR /&gt;&lt;BR /&gt;I suggest you to add ethtool options to the interfaces:&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;ETHTOOL_OPTS="speed 100 duplex full autoneg off"&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 07:51:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022591#M81738</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-19T07:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022592#M81739</link>
      <description>Hi Ivan,&lt;BR /&gt;Yes the failover is not working sorry I wasn't specific.&lt;BR /&gt;The output is in the attachment.&lt;BR /&gt;Many thanks</description>
      <pubDate>Tue, 19 Jun 2007 08:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022592#M81739</guid>
      <dc:creator>jonnynoh</dc:creator>
      <dc:date>2007-06-19T08:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022593#M81740</link>
      <description>Everything looks correct, what is the output of:&lt;BR /&gt;&lt;BR /&gt;cat /proc/net/bonding/bond0&lt;BR /&gt;&lt;BR /&gt;Before testing the failover and after testing failover.</description>
      <pubDate>Tue, 19 Jun 2007 08:54:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022593#M81740</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-19T08:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022594#M81741</link>
      <description>&lt;!--!*#--&gt;Output in attachment&lt;BR /&gt;&lt;BR /&gt;I understood the NICs in the server to be Broadcom (bnx2) but as you can see it mentions NC371i also in the mail log, is there a difference?&lt;BR /&gt;&lt;BR /&gt;Many thanks for your help so far</description>
      <pubDate>Tue, 19 Jun 2007 09:16:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022594#M81741</guid>
      <dc:creator>jonnynoh</dc:creator>
      <dc:date>2007-06-19T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022595#M81742</link>
      <description>What I can see is that after the failover test, the NIC remains up. And another thing to note is that you receive a message that the NIC is down and then up again.&lt;BR /&gt;&lt;BR /&gt;Jun 19 15:08:53 fldryolus01 kernel: bnx2: eth0 NIC Link is Down&lt;BR /&gt;Jun 19 15:09:48 fldryolus01 kernel: bnx2: eth0 NIC Link is Up, 100 Mbps full duplex, receive &amp;amp; transmit flow control ON&lt;BR /&gt;&lt;BR /&gt;It seems that your NIC does not stay down.&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Jun 2007 10:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022595#M81742</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-19T10:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022596#M81743</link>
      <description>The second message is where we re-opened the switch port for eth0 and thus it comes back online.&lt;BR /&gt;What I've always seen in the past is if you pull the physical eth0 patch, eth1 should automatically take over and providing the switch port has portfast enabled you don't drop a single ping, i.e. active-backup.&lt;BR /&gt;The failover is not working because it appears eth1 never gets promoted to primary slave</description>
      <pubDate>Tue, 19 Jun 2007 10:17:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022596#M81743</guid>
      <dc:creator>jonnynoh</dc:creator>
      <dc:date>2007-06-19T10:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022597#M81744</link>
      <description>Shalom Jon,&lt;BR /&gt;&lt;BR /&gt;I'd like to see modprobe.conf&lt;BR /&gt;&lt;BR /&gt;Also ifcfg-eth0&lt;BR /&gt;&lt;BR /&gt;I've got those cards bonding no problem in several servers.&lt;BR /&gt;&lt;BR /&gt;There is a hardware check on your server boot cd. Its worth running.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 19 Jun 2007 12:30:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022597#M81744</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-06-19T12:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022598#M81745</link>
      <description>Hi SEP,&lt;BR /&gt;&lt;BR /&gt;I'm glad you've managed to get these cards working as I've actually got 2 servers here with the exact same issue and both are DL585 G2s running the AMD64 Redaht 4 OS. Anyway output is in the attachments.&lt;BR /&gt;"There is a hardware check on your server boot cd. Its worth running."&lt;BR /&gt;Please tell me more, is this found during POST or on the Redhat CDs????&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Jon</description>
      <pubDate>Wed, 20 Jun 2007 05:06:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022598#M81745</guid>
      <dc:creator>jonnynoh</dc:creator>
      <dc:date>2007-06-20T05:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022599#M81746</link>
      <description>&lt;!--!*#--&gt;So, I'm on pins and needles here.  How did it work out?&lt;BR /&gt;&lt;BR /&gt;Don't leave me hanging.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Oct 2008 19:52:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022599#M81746</guid>
      <dc:creator>Jim Healer</dc:creator>
      <dc:date>2008-10-31T19:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding under Redhat 4 on DL 585 G2</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022600#M81747</link>
      <description>- 1 - Know your network card&lt;BR /&gt;lspci&lt;BR /&gt;...&lt;BR /&gt;03:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 11)&lt;BR /&gt;...&lt;BR /&gt;Know reference&lt;BR /&gt;(root:/)#lspci -n |grep "03:00.0"&lt;BR /&gt;03:00.0 Class 0200: 14e4:164c (rev 11)&lt;BR /&gt;(root:/)#cd /lib/modules/2.6.9-42.ELsmp&lt;BR /&gt;(root@:/lib/modules/2.6.9-42.ELsmp)#grep "14e4" modules.pcimap |grep "164c"&lt;BR /&gt;bnx2                 0x000014e4 0x0000164c 0xffffffff 0xffffffff 0x00000000 0x00000000 0x0&lt;BR /&gt;&lt;BR /&gt;Driver is --&amp;gt; bnx2&lt;BR /&gt;&lt;BR /&gt;Update /etc/modprobe.conf file&lt;BR /&gt;alias eth0 bnx2&lt;BR /&gt;alias eth1 bnx2&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller uhci-hcd&lt;BR /&gt;alias usb-controller1 ehci-hcd&lt;BR /&gt;install bond0 /sbin/modprobe bonding -o bond0 miimon=100 mode=1&lt;BR /&gt;&lt;BR /&gt;Check DNS /etc/resolv.conf&lt;BR /&gt;(root:/root)#more /etc/resolv.conf&lt;BR /&gt;domain MyDomain.net&lt;BR /&gt;nameserver XXX.XXX.XXX&lt;BR /&gt;&lt;BR /&gt;Check bonding file&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;BROADCAST=XXX.XXX.255.255&lt;BR /&gt;IPADDR=XXX.XXX.XXX.XX&lt;BR /&gt;NETMASK=255.255.0.0&lt;BR /&gt;NETWORK=XXX.XXX.XXX&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;IVP6INT=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;ETHTOOL_OPTS=speed 1000 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;(root:/etc/sysconfig/network-scripts)#cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;(root:/etc/sysconfig/network-scripts)#cat /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;Take care to the route&lt;BR /&gt;(root@linsm08:/etc/sysconfig/network-scripts)#cat /etc/sysconfig/network-scripts/route-bond0&lt;BR /&gt;GATEWAY1=XXX.XXX.XXX&lt;BR /&gt;NETMASK1=255.255.0.0&lt;BR /&gt;ADDRESS1=XX.XX.XX.XX&lt;BR /&gt;GATEWAY0=XXX.XXX.XXX&lt;BR /&gt;NETMASK0=255.255.0.0&lt;BR /&gt;ADDRESS0=XXX.XXX.XXX&lt;BR /&gt;&lt;BR /&gt;File Copy (root:/etc/sysconfig/network-scripts)&lt;BR /&gt;#cp route-bond0 route-eth0&lt;BR /&gt;#cp route-bond0 route-eth1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Nov 2008 09:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-under-redhat-4-on-dl-585-g2/m-p/4022600#M81747</guid>
      <dc:creator>PAVIC Thierry</dc:creator>
      <dc:date>2008-11-05T09:44:53Z</dc:date>
    </item>
  </channel>
</rss>

