<?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: Red Hat 3.0 NIC bonding in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540031#M70247</link>
    <description>&lt;BR /&gt;if eth1 is inactive when system boots up then may be ONBOOT flag is not enabled for it.&lt;BR /&gt;&lt;BR /&gt;edit /etc/sysconfig/network-scripts/ifcfg-eth1 and set ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;reboot the system and eth1 should be enabled automatically.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 09 May 2005 05:57:55 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-05-09T05:57:55Z</dc:date>
    <item>
      <title>Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540027#M70243</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have HP DL 380 G4 with Red Hat AS 3.0. I am having trouble enabling bonding on my eth0 &amp;amp; eth1. I tried to play around with various options in modules.conf, ifcfg-eth0, ifcfg-eth1, bond0 etc but no luck. Have to manually up the eth1 interface which gives error anyway. Would appreciate some help on the same.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sandy</description>
      <pubDate>Mon, 09 May 2005 00:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540027#M70243</guid>
      <dc:creator>Sandeep Sanjao Figer</dc:creator>
      <dc:date>2005-05-09T00:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540028#M70244</link>
      <description>were u able to load the driver modle?  can you give the error message</description>
      <pubDate>Mon, 09 May 2005 01:39:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540028#M70244</guid>
      <dc:creator>Chakravarthi</dc:creator>
      <dc:date>2005-05-09T01:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540029#M70245</link>
      <description>Hi,&lt;BR /&gt;I can load the driver but it doesn't seem to be working when the system is up. In the Network panel, it shows inactive.&lt;BR /&gt;Regards,&lt;BR /&gt;Sandeep</description>
      <pubDate>Mon, 09 May 2005 03:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540029#M70245</guid>
      <dc:creator>Sandeep Sanjao Figer</dc:creator>
      <dc:date>2005-05-09T03:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540030#M70246</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What do you mean by: "Have to manually up the eth1 interface which gives error anyway" ?&lt;BR /&gt;&lt;BR /&gt;Setting up bonding is usually pretty easy on RedHat. Your configurations files should be as follow (do not remove lines in /etc/modules.conf, only add and change the ones that are different):&lt;BR /&gt;&lt;BR /&gt;/etc/modules.conf&lt;BR /&gt;  alias eth0 bcm5700&lt;BR /&gt;  alias eth1 bcm5700&lt;BR /&gt;  alias bond0 bonding&lt;BR /&gt;  options bond0 miimon=100 mode=0&lt;BR /&gt;&lt;BR /&gt;(if you did not install Proliant Support Pack, bcm5700 drivers may not be there. The best solution will be to install it. If for some reasons, you do not want to install it, use tg3 drivers instead: alias ethX tg3)&lt;BR /&gt;(You can change options as well: mode 0 is Load balancing Server to Switch only, ALB)&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-ethX&lt;BR /&gt;  DEVICE=ethX&lt;BR /&gt;  BOOTPROTO=none&lt;BR /&gt;  ONBOOT=yes&lt;BR /&gt;  SLAVE=yes&lt;BR /&gt;  MASTER=bond0&lt;BR /&gt;  USERCTL=no&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;  DEVICE=bond0&lt;BR /&gt;  BOOTPROTO=static&lt;BR /&gt;  ONBOOT=yes&lt;BR /&gt;  IPADDR=&lt;YOUR ip="" there=""&gt;&lt;BR /&gt;  NETMASK=&lt;YOUR netmask="" there=""&gt;&lt;BR /&gt;&lt;BR /&gt;Then restart your network service and everything should be fine.&lt;BR /&gt;Hope this help.&lt;/YOUR&gt;&lt;/YOUR&gt;</description>
      <pubDate>Mon, 09 May 2005 03:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540030#M70246</guid>
      <dc:creator>Gallig Renaud</dc:creator>
      <dc:date>2005-05-09T03:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540031#M70247</link>
      <description>&lt;BR /&gt;if eth1 is inactive when system boots up then may be ONBOOT flag is not enabled for it.&lt;BR /&gt;&lt;BR /&gt;edit /etc/sysconfig/network-scripts/ifcfg-eth1 and set ONBOOT=yes&lt;BR /&gt;&lt;BR /&gt;reboot the system and eth1 should be enabled automatically.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 09 May 2005 05:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540031#M70247</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540032#M70248</link>
      <description>Perhaps this manual may help you:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9903-90043/B9903-90043.pdf" target="_blank"&gt;http://docs.hp.com/en/B9903-90043/B9903-90043.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;refer to page 149 as a starting point</description>
      <pubDate>Mon, 09 May 2005 06:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540032#M70248</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2005-05-09T06:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540033#M70249</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Tried initially with Gallig Renaud's suggestion. Both the NIC's do up come normally &amp;amp; bond0 shows okay while boot. Somehow I was not able to ping any other machine. Did deactive &amp;amp; active again &amp;amp; it was fine. Did a normal reboot again &amp;amp; it seems to be ok. I see lot of other entries as per the word attachement from the zip file in Network Graphics panel. Not a very Linux expert &amp;amp; so just not sure why all those backup files I had made like ifcfg-eth0_may9 &amp;amp; so on also get loaded. They are present in different locations as well. I had just modified files as per Gallig Renaud's suggestion&lt;BR /&gt;I have attached the files for the reference.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sandeep</description>
      <pubDate>Mon, 09 May 2005 07:10:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540033#M70249</guid>
      <dc:creator>Sandeep Sanjao Figer</dc:creator>
      <dc:date>2005-05-09T07:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540034#M70250</link>
      <description>&lt;BR /&gt;in the second image you have showed a graphics containg ftp transaction. i dont know is it ftp to local system or you are ftp-ing to remote system?&lt;BR /&gt;&lt;BR /&gt;few things to check for:&lt;BR /&gt;&lt;BR /&gt;check any firewall is blocking your traffic. run /etc/init.d/iptables stop and run ping command, see whether it works.&lt;BR /&gt;&lt;BR /&gt;if still not working, time to check for individual ethernet cards. remove the bonding (i know its pain), connect ethernet cards individually(with separate ip) and see whether it pings to any destination machine.&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 09 May 2005 07:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540034#M70250</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T07:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540035#M70251</link>
      <description>An additon to the start section of /etc/init.d/network&lt;BR /&gt;&lt;BR /&gt; start)&lt;BR /&gt;        /sbin/modprobe bonding mode=1 miimon=100&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;You need to monitor the connection for it to work right.&lt;BR /&gt;&lt;BR /&gt;I have this working though bond0 shows incorrect speed, I'm getting Gigabit throughput with Intel NIC cards and ES 4.0&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 May 2005 07:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540035#M70251</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-09T07:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540036#M70252</link>
      <description>Gopi,&lt;BR /&gt;&lt;BR /&gt;As said in my last email, bonding is working ok now but just not sure why there are multiple entries in Network option for configuration files. Ignore the FTP scree as it was another job I was doing..&lt;BR /&gt;&lt;BR /&gt;Just wanted to ensure that correct ifcfg-eth0, ifcfg-eth1 &amp;amp; bond0 were getting loaded.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sandep</description>
      <pubDate>Mon, 09 May 2005 07:40:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540036#M70252</guid>
      <dc:creator>Sandeep Sanjao Figer</dc:creator>
      <dc:date>2005-05-09T07:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Red Hat 3.0 NIC bonding</title>
      <link>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540037#M70253</link>
      <description>&lt;BR /&gt;ok, i think i got it wrong, sorry.&lt;BR /&gt;&lt;BR /&gt;i feel ifcfg-eth0.orig, ifcfg-eth0_may9 or backup or duplicate entries which either you created or system created.&lt;BR /&gt;&lt;BR /&gt;these are not required as only eth0 and eth1 is being used for bond0&lt;BR /&gt;&lt;BR /&gt;you can leave them, they are not going to do any harm or simply delete them using GUI.&lt;BR /&gt;&lt;BR /&gt;if you are not very sure, then move all duplicate ifcfg* files (from /etc/sysconfig/) to another location, reboot the system and see whether everything works fine and if you are pretty sure then delete the moved files.&lt;BR /&gt;&lt;BR /&gt;Gopi</description>
      <pubDate>Mon, 09 May 2005 07:52:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/red-hat-3-0-nic-bonding/m-p/3540037#M70253</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T07:52:36Z</dc:date>
    </item>
  </channel>
</rss>

