<?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: Bonding on linux.....again! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327217#M86091</link>
    <description>reat that too many times.  Does red hat enterprise 3 support master/slave? or do I need to enter the commands manualy?&lt;BR /&gt;I have followed the instructions fully?  From reading pther posts it seems there might be a conflict between the kernal and the driver.  Is there a way to delete the hp driver and rely on the bonding that red hat provides?  If so, how?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
    <pubDate>Fri, 09 Jul 2004 04:55:01 GMT</pubDate>
    <dc:creator>Chris Rooney_1</dc:creator>
    <dc:date>2004-07-09T04:55:01Z</dc:date>
    <item>
      <title>Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327215#M86089</link>
      <description>I have read several posts on bonding and had no not found any that seem to relate exactly to me problem.  I have redhat linux enterprise 3 and installed the HP bonding drive for dl380.&lt;BR /&gt;I have set all the configuration files as stated in bonding.txt, but when I run network restart I get the error 'bonding device bond0 does not exist'  &lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 09 Jul 2004 04:16:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327215#M86089</guid>
      <dc:creator>Chris Rooney_1</dc:creator>
      <dc:date>2004-07-09T04:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327216#M86090</link>
      <description>Chris,&lt;BR /&gt;Review the link below and let me know if that helps &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.icare.hp.com.cn/TechCenter_StaticArticle/17853/18309.txt" target="_blank"&gt;http://www.icare.hp.com.cn/TechCenter_StaticArticle/17853/18309.txt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Mobeen</description>
      <pubDate>Fri, 09 Jul 2004 04:35:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327216#M86090</guid>
      <dc:creator>Mobeen_1</dc:creator>
      <dc:date>2004-07-09T04:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327217#M86091</link>
      <description>reat that too many times.  Does red hat enterprise 3 support master/slave? or do I need to enter the commands manualy?&lt;BR /&gt;I have followed the instructions fully?  From reading pther posts it seems there might be a conflict between the kernal and the driver.  Is there a way to delete the hp driver and rely on the bonding that red hat provides?  If so, how?&lt;BR /&gt;&lt;BR /&gt;Thanks for your help&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jul 2004 04:55:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327217#M86091</guid>
      <dc:creator>Chris Rooney_1</dc:creator>
      <dc:date>2004-07-09T04:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327218#M86092</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It seems that the bonding driver is not automatically loaded (modprobe, insmod), therefore the network start script fails on bond0 device.&lt;BR /&gt;Check your syslog file to see what happens during bonding driver loading step.&lt;BR /&gt;&lt;BR /&gt;Another tip : make sure that you use HP bonding driver with HP bcm5700 driver.&lt;BR /&gt;You can also try Red Hat's "tg3" driver with Red Hat bonding driver.&lt;BR /&gt;However, you cannot mix.&lt;BR /&gt;&lt;BR /&gt;Last thing : after making changes in /etc/modules.conf, type "depmod -a". &lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jul 2004 19:23:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327218#M86092</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2004-07-11T19:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327219#M86093</link>
      <description>cant you post-install or pre-install based on alias eth0 ?&lt;BR /&gt;&lt;BR /&gt;i.e.&lt;BR /&gt;&lt;BR /&gt;pre-install eth0 modprobe bond&lt;BR /&gt;&lt;BR /&gt;? or alias eth0 as the bonding driver which pre-install's bcm5700..&lt;BR /&gt;&lt;BR /&gt;just some thoughts..  never actually used it myself.</description>
      <pubDate>Sun, 11 Jul 2004 20:24:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327219#M86093</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-07-11T20:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327220#M86094</link>
      <description>I'm running the exact same configuration (RH3 on the GL-380 G3) but I'm using the tg3 driver.. Instead of using 'alias eth0 tg3' &amp;amp; 'alias eth1 tg3' in the /etc/modules.conf file, you'll be using 'alias eth0 bcm5700' &amp;amp; 'alias eth1 bcm5700'.  Sometimes its best to see actual working configuration files. &lt;BR /&gt;&lt;BR /&gt;This first file is the bond0 file in  /etc/sysconfig/network-scripts.&lt;BR /&gt;# Broadcom Corporation|NetXtreme BCM5703 Gigabit Ethernet&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;HWADDR=00:0E:7F:22:D5:81&lt;BR /&gt;IPADDR=208.166.214.13&lt;BR /&gt;NETMASK=255.255.255.224&lt;BR /&gt;NETWORK=208.166.214.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;Next is the ifcfg-eth0 file located in the same directory. &lt;BR /&gt;# Broadcom Corporation|NetXtreme BCM5703 Gigabit Ethernet&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;&lt;BR /&gt;Finally, the ifcfg-eth1 file.&lt;BR /&gt;&lt;BR /&gt;# Broadcom Corporation|NetXtreme BCM5703 Gigabit Ethernet&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;&lt;BR /&gt;Hope this helps..</description>
      <pubDate>Mon, 12 Jul 2004 11:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327220#M86094</guid>
      <dc:creator>Don_89</dc:creator>
      <dc:date>2004-07-12T11:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Bonding on linux.....again!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327221#M86095</link>
      <description>Started again and used the bonding driver that is provided by Linux....Works fine!  Apparently there was a problem with that driver.  Anyway thanks for your help.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 12 Jul 2004 16:28:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-linux-again/m-p/3327221#M86095</guid>
      <dc:creator>Chris Rooney_1</dc:creator>
      <dc:date>2004-07-12T16:28:06Z</dc:date>
    </item>
  </channel>
</rss>

