<?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 on RHEL 4 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586620#M68538</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you follow the bonding link that I posted previously, it gives a step by step method of rebuilding the kernel on a specific platform, RH included. It details using cloneconfig and mrproper,etc. Your are only really adding the bonding into the existing kernel.&lt;BR /&gt;&lt;BR /&gt;good luck &lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
    <pubDate>Thu, 21 Jul 2005 09:47:45 GMT</pubDate>
    <dc:creator>Matt Palmer_2</dc:creator>
    <dc:date>2005-07-21T09:47:45Z</dc:date>
    <item>
      <title>NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586606#M68524</link>
      <description>Hi&lt;BR /&gt;I'm trying to set up Bonding on a DL380G4. &lt;BR /&gt;OS is RHEL 4 with the latest patches plus the latest HP Softpaq's (7.30).&lt;BR /&gt;&lt;BR /&gt;While the box is still on the network, I don't think I have bonding set up properly (if at all) as only eth0 is "live". It doesn't fail over to eth0 if I disconnect eth0.&lt;BR /&gt;&lt;BR /&gt;Before attempting bonding, I did check that both NIC's do work!&lt;BR /&gt;&lt;BR /&gt;I've attached a file with my config files and the output from ifconfig. Somewhere I read that ifconfig should show bond0 as well as eth0 and eth1 but on my system ifconfig only shows bond0.&lt;BR /&gt;&lt;BR /&gt;I've lost count of the number of manuals I've read. Also trawled through this forum and everything looks as though bonding is set correctly.&lt;BR /&gt;&lt;BR /&gt;Can anyone suggestion how I go about troubleshooting?&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 04:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586606#M68524</guid>
      <dc:creator>Ross Kennedy</dc:creator>
      <dc:date>2005-07-20T04:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586607#M68525</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;look at this Bugzilla Report:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159500" target="_blank"&gt;https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=159500&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Other question: Can you reach the server with ping or ssh? Is the server available on the network? Can you bring eth0 and eth1 up with "ifup eth0" or "ifup eth1"?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Wed, 20 Jul 2005 05:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586607#M68525</guid>
      <dc:creator>Patrick Terlisten</dc:creator>
      <dc:date>2005-07-20T05:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586608#M68526</link>
      <description>Hrm..  Start by trying the HP supplied 'bcm5700' driver instead of the RH provided 'tg3' driver ( &lt;A href="http://h18000.www1.hp.com/support/files/server/us/download/22318.html" target="_blank"&gt;http://h18000.www1.hp.com/support/files/server/us/download/22318.html&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;If that still fails, also look at the 'HP tested bonding driver' ( &lt;A href="http://h18000.www1.hp.com/support/files/server/us/download/22271.html" target="_blank"&gt;http://h18000.www1.hp.com/support/files/server/us/download/22271.html&lt;/A&gt; ).&lt;BR /&gt;&lt;BR /&gt;Also, what sort of switch do you have the other end of the network cables plugged in to?  Have you set up (or does the switch auto-detect) trunking for the two ports?</description>
      <pubDate>Wed, 20 Jul 2005 05:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586608#M68526</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-20T05:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586609#M68527</link>
      <description>Thanks for the reply.&lt;BR /&gt;I can connect to the box quite happily. PING and SSH both work.&lt;BR /&gt;&lt;BR /&gt;Here is what happens when I run ifup. &lt;BR /&gt;&lt;BR /&gt;[root@penguin ~]# ifup eth0&lt;BR /&gt;tg3 device eth0 does not seem to be present, delaying initialization.&lt;BR /&gt;[root@penguin ~]# ifup eth1&lt;BR /&gt;Enslaving eth1 to bond0&lt;BR /&gt;&lt;BR /&gt;See attachment&lt;BR /&gt;&lt;BR /&gt;eth1 makes an appearance in ifconfig (good) and netstat (which isn't what I would expect) so you are on the right track in that eth1 appears to start disabled. I can see in netstat -i that the RX count for eth1 is increasing but the TX count is not changing.&lt;BR /&gt;&lt;BR /&gt;However, the bonding function still isn't working. To me, it looks as though I have 2 NIC's called bond0 and eth1 with the same IP and ethernet addresses but they are not bonded.&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 06:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586609#M68527</guid>
      <dc:creator>Ross Kennedy</dc:creator>
      <dc:date>2005-07-20T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586610#M68528</link>
      <description>Stuart,&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;The system is in our lab just now. Both NIC's are cabled into a hub which is taking care of the age old problem of HP/Compaq NIC's failing to auto detect 100M/Full on our switches. ethtool shows both bond0 and eth1 have autodetected to 100M/Full OK. &lt;BR /&gt;&lt;BR /&gt;I've checked that I DO have bcm5700 installed.&lt;BR /&gt;[rkennedy@penguin ~]$ rpm -q bcm5700&lt;BR /&gt;bcm5700-7.4.12b-1&lt;BR /&gt;&lt;BR /&gt;I confess I've tried changing modules.conf but it doesn't seem to make any difference but I'll definitely go back to alias eth0/1 bcm5700.&lt;BR /&gt;&lt;BR /&gt;I did initially try to install the bonding driver but read somewhere that bonding is natively supported on this server&amp;amp;OS combination. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 06:37:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586610#M68528</guid>
      <dc:creator>Ross Kennedy</dc:creator>
      <dc:date>2005-07-20T06:37:20Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586611#M68529</link>
      <description>This is very problematic on Linux, and it gets worse if you use Gigabit cards.&lt;BR /&gt;&lt;BR /&gt;The only GB cards I've gotten to work in the RedHat/Centos world is Intel. You have to add code to your /etc/init.d/network script to make the bonding work.&lt;BR /&gt;&lt;BR /&gt;Also if you use ethtool after doing the bonding, you will find the speed does not show accurately.&lt;BR /&gt;&lt;BR /&gt;If you want specefic configuration files, use this webform to contact me.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.isnamerica.com/contactsep.shtml" target="_blank"&gt;http://www.isnamerica.com/contactsep.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 20 Jul 2005 07:05:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586611#M68529</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-20T07:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586612#M68530</link>
      <description>Hi Ross,&lt;BR /&gt;&lt;BR /&gt;Bonding is supported natively by RHEL and I have tested with both tg3 and e1000 drivers. &lt;BR /&gt;&lt;BR /&gt;I've recently had a lot of problems configuring two e1000 NICs as bond0 on an RHEL 3 system.&lt;BR /&gt;&lt;BR /&gt;We could successfully load up the bonding module using modprobe whilst the operating was up and running but for some unknown reason, after every reboot the NICs would start up wrong and we wouldn't see all devices listed properly. Using ifconfig -a we would see NICs listed as devXXXXX rather than the usual eth0, eth1, etc. &lt;BR /&gt;&lt;BR /&gt;Anyway to keep a long story short, we renamed  our script /etc/sysconfig/network-scripts/ifcfg-bond0 to ifcfg-zbond0. Adding the "z" effectively changed the starting lineup of the bonding interface to after the slave interfaces. Ever since we made this change bonding has worked a dream but I've still got a call logged with RH to figure out what is going on.&lt;BR /&gt;&lt;BR /&gt;Hope it helps.&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 20 Jul 2005 20:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586612#M68530</guid>
      <dc:creator>Daniel Hili</dc:creator>
      <dc:date>2005-07-20T20:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586613#M68531</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;have u looked here:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9903-90046/ch05s04.html" target="_blank"&gt;http://docs.hp.com/en/B9903-90046/ch05s04.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;that is redhat specific, I have got this workin g successfully on SuSE SLES8, not sure if there is much difference in the procedure, but one problem I had was that the instructions were slightly back to front in places, namely adding the bond lines to the /etc/modules.conf doc before trying to use ifenslave to enlist the specific NICS to the bond0.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;Matt Palmer</description>
      <pubDate>Thu, 21 Jul 2005 03:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586613#M68531</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2005-07-21T03:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586614#M68532</link>
      <description>Hi, the other thing I forgot to mention is that installing the proliant support PAQ (PSP) is quite handy, as you can see in a user friendly format, how your cards are working, ie: if you've set the mode= line to '1' then the SIM web front end(http://serverip:2301) should tell you under NIC that bond0 is up using active-backup mode, if you set mode to 3 then it will say, 'switch assisted load-balancing, and if 2 'balanced-xor'.&lt;BR /&gt;&lt;BR /&gt;One thing to note is that mode 3 does not work well if both NICS are going into the same network switch&lt;BR /&gt;&lt;BR /&gt;one last thing is did u rebuild the kernel when you did this to get the bonding rpm or did you use another method?&lt;BR /&gt;&lt;BR /&gt;regards &lt;BR /&gt;&lt;BR /&gt;Matt Palmer</description>
      <pubDate>Thu, 21 Jul 2005 03:14:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586614#M68532</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2005-07-21T03:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586615#M68533</link>
      <description>To counter SEP's issues with gigabit cards, I've had success with the Broadcomm series that are in the HP server range.&lt;BR /&gt;&lt;BR /&gt;Just don't have any here to play with at the moment.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 03:17:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586615#M68533</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-21T03:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586616#M68534</link>
      <description>also have you tried here, this works for me:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/bonding-1.0.4d-1.src.txt" target="_blank"&gt;ftp://ftp.compaq.com/pub/products/servers/supportsoftware/linux/bonding-1.0.4d-1.src.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 03:18:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586616#M68534</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2005-07-21T03:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586617#M68535</link>
      <description>First off. Thanks for all replies.&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;Renaming ifcfg-bond0 to ifcfg-zbond0 didn't help.&lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;I didn't rebuild the kernel after installing the softpaq. Can I show my ignorance and ask how you rebuild the kernel?&lt;BR /&gt;&lt;BR /&gt;Even though modules.conf alaises eth0/1 to bcm5700, messages.log is still referencing tg3 when I disconnect cables. Maybe my kernel isn't what I hoped it was?&lt;BR /&gt;&lt;BR /&gt;Jul 21 12:23:29 penguin kernel: tg3: bond0: Link is down.&lt;BR /&gt;Jul 21 12:23:48 penguin kernel: tg3: bond0: Link is up at 100 Mbps, full duplex.&lt;BR /&gt;Jul 21 12:23:48 penguin kernel: tg3: bond0: Flow control is on for TX and on for RX.&lt;BR /&gt;Jul 21 12:23:49 penguin snmpd[2157]: Received SNMP packet(s) from 147.114.178.59&lt;BR /&gt;Jul 21 12:24:02 penguin kernel: tg3: eth1: Link is up at 100 Mbps, full duplex.&lt;BR /&gt;Jul 21 12:24:02 penguin kernel: tg3: eth1: Flow control is on for TX and on for RX.&lt;BR /&gt;Jul 21 12:24:50 penguin kernel: tg3: bond0: Link is down.&lt;BR /&gt;Jul 21 12:25:04 penguin kernel: tg3: bond0: Link is up at 100 Mbps, full duplex.&lt;BR /&gt;Jul 21 12:25:04 penguin kernel: tg3: bond0: Flow control is on for TX and on for RX.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The insight manager page for the NIC's doesn't make any mention fault tolerance. It only shows eth1 (no mention of eth0 or bond0). I've attached a copy/paste from the SIM page.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 05:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586617#M68535</guid>
      <dc:creator>Ross Kennedy</dc:creator>
      <dc:date>2005-07-21T05:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586618#M68536</link>
      <description>bring down 'bond0', 'eth0', and 'eth1', 'rmmod tg3', then try to bring it up again.</description>
      <pubDate>Thu, 21 Jul 2005 05:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586618#M68536</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-07-21T05:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586619#M68537</link>
      <description>Stuart&lt;BR /&gt;&lt;BR /&gt;Removing tg3 didn't help. It just came back again after restarting. Even though I have installed the bcm5700 package, I'm worried I need to rebuild the kernel but don't know how to!&lt;BR /&gt;&lt;BR /&gt;Ross</description>
      <pubDate>Thu, 21 Jul 2005 07:45:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586619#M68537</guid>
      <dc:creator>Ross Kennedy</dc:creator>
      <dc:date>2005-07-21T07:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586620#M68538</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you follow the bonding link that I posted previously, it gives a step by step method of rebuilding the kernel on a specific platform, RH included. It details using cloneconfig and mrproper,etc. Your are only really adding the bonding into the existing kernel.&lt;BR /&gt;&lt;BR /&gt;good luck &lt;BR /&gt;&lt;BR /&gt;Matt&lt;BR /&gt;</description>
      <pubDate>Thu, 21 Jul 2005 09:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586620#M68538</guid>
      <dc:creator>Matt Palmer_2</dc:creator>
      <dc:date>2005-07-21T09:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586621#M68539</link>
      <description>Apologies for not replying when promised.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.hpuxconsulting.com/bond.tar" target="_blank"&gt;http://www.hpuxconsulting.com/bond.tar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That is my config.&lt;BR /&gt;&lt;BR /&gt;Hopefully its helpful.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 21 Jul 2005 19:42:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586621#M68539</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-21T19:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586622#M68540</link>
      <description>Is /etc/modules.conf still used in RHEL4, didn't they move it to /etc/modprobe.conf?&lt;BR /&gt;&lt;BR /&gt;Maybe thats why you still load the t3 module, instead of the bcm5700.&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jul 2005 01:03:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586622#M68540</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-07-25T01:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586623#M68541</link>
      <description>Success! But I'm very confused. Generous points to be awarded for all.&lt;BR /&gt;Especially Erik who came up with the answer (although I did stumble on&lt;BR /&gt;the answer on Friday - honest!).&lt;BR /&gt;All the instructions for bonding say you should be editing /etc/modules.conf&lt;BR /&gt;but my breakthrough came when I stumbled upon /etc/modprobe.conf while trying&lt;BR /&gt;to figure out why bcm5700 didn't appear in lsmod.&lt;BR /&gt;I deleted /etc/modules.conf and added the "alias bond0 bonding" directive&lt;BR /&gt;to modprobe.conf and it all seems to work. &lt;BR /&gt;Is this a difference between 2.4 and 2.6 kernels?&lt;BR /&gt;&lt;BR /&gt;At this time &lt;BR /&gt;bond0 appears as "Switch-assisted Load Balancing (round-robin)" in HPSIM.&lt;BR /&gt;The NICS show up as team members in HP SIM.&lt;BR /&gt;TCP stays up when I pull either cable and the HP NIC agents generate SNMP traps&lt;BR /&gt;as expected&lt;BR /&gt;NIC Redundancy Decreased (Rev 1): Major Event&lt;BR /&gt;instead of&lt;BR /&gt;penguin: NIC Connectivity Lost Trap (Rev 1): Major Event&lt;BR /&gt;&lt;BR /&gt;Things I have learned.&lt;BR /&gt;&lt;BR /&gt;Forget modules.conf and use modprobe.conf. &lt;BR /&gt;&lt;BR /&gt;Re-install HP softpaqs when you patch the kernel (oops). I installed the softpaq&lt;BR /&gt;then patched the kernel and bcm5700.ko wasn't carried over to the kernel drivers&lt;BR /&gt;directory (/lib/modules/2.6.9-11.ELsmp/kernel/drivers/net/) until I re-installed the softpaq&lt;BR /&gt;&lt;BR /&gt;This didn't help me solve the problem of loading the bcm5700 module as I get&lt;BR /&gt;a fatal error from modprobe. What does the error mean?&lt;BR /&gt;&lt;BR /&gt;[root@penguin ~]# modprobe bcm5700&lt;BR /&gt;FATAL: Error inserting bcm5700 (/lib/modules/2.6.9-11.ELsmp/kernel/drivers/net/bcm5700.ko): Invalid module format&lt;BR /&gt;[root@penguin ~]# ls -l /lib/modules/2.6.9-11.ELsmp/kernel/drivers/net/bcm5700.ko&lt;BR /&gt;-rwxr--r--  1 root root 1293907 Jul 22 12:10 /lib/modules/2.6.9-11.ELsmp/kernel/drivers/net/bcm5700.ko&lt;BR /&gt;&lt;BR /&gt;I'm successfully running with the tg3 driver and native bonding driver &lt;BR /&gt;(the HP bonding driver lists bcm5700 as a pre-req so I gave up on it).&lt;BR /&gt;&lt;BR /&gt;The syntax for insmod does not match the HP install notes.&lt;BR /&gt;&lt;BR /&gt;[root@penguin ~]# insmod bcm5700&lt;BR /&gt;insmod: can't read 'bcm5700': No such file or directory&lt;BR /&gt;&lt;BR /&gt;Does any of this make sense to people?&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jul 2005 03:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586623#M68541</guid>
      <dc:creator>Ross Kennedy</dc:creator>
      <dc:date>2005-07-25T03:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586624#M68542</link>
      <description>Makes sense to me :)&lt;BR /&gt;&lt;BR /&gt;You came as far as i did, before i stopped using bonding on RHEL4. I'll just put in on hold until the next Update comes out (or a PSP &amp;gt; 7.30)&lt;BR /&gt;&lt;BR /&gt;Instead of using insmod, try modprobe (not so sure anymore, but worth a try)&lt;BR /&gt;&lt;BR /&gt;I even got the driver for the BCM card from Broadcom (8.1.55) that was worse (Debug info on screen, for about 2 min. Than a system panic)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jul 2005 05:17:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586624#M68542</guid>
      <dc:creator>Eric van Dijken</dc:creator>
      <dc:date>2005-07-25T05:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: NIC Bonding on RHEL 4</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586625#M68543</link>
      <description>The fact you got it working with that hardware at all shows considerable skill and a bit of good luck.&lt;BR /&gt;&lt;BR /&gt;Do make sure its stable, and is actually providing decent throughput, before you move this project off your radar screen.&lt;BR /&gt;&lt;BR /&gt;Congrats.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 25 Jul 2005 10:19:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nic-bonding-on-rhel-4/m-p/3586625#M68543</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-07-25T10:19:03Z</dc:date>
    </item>
  </channel>
</rss>

