<?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 bonding on DL360 RH AS2,1 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225485#M88288</link>
    <description>L.S.&lt;BR /&gt;&lt;BR /&gt;I think I really need some good advice here:&lt;BR /&gt;&lt;BR /&gt;OK, I re-installed RH AS2.1, and managed to install the Proliant Support Pack by hacking rhconfig.h: removed the SUMMIT lines, see &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=513249." target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=513249.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm trying to setup bonding.&lt;BR /&gt;Did the folowwing:&lt;BR /&gt;============&lt;BR /&gt;1. /etc/modules.conf:"&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;###options bcm5700 line_speed=100 full_duplex=1 auto_speed=0&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bonding miimon=100 mode=1&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 cciss_2445&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;&lt;BR /&gt;============&lt;BR /&gt;2. /usr/sysconfig/network-scripts/ifcfg-eth*:&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;=========&lt;BR /&gt;3. ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BROADCAST=192.168.1.255&lt;BR /&gt;IPADDR=192.168.1.11&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=192.168.1.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;PEERDNS=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;=================&lt;BR /&gt;service network stop&lt;BR /&gt;service network start&lt;BR /&gt;&lt;BR /&gt;Simple network: 1 Linux server, 3com OfficeConnect switch, 1 laptop.&lt;BR /&gt;&lt;BR /&gt;Start ping from server to PC, removed eth0, eth1: all looks well.&lt;BR /&gt;&lt;BR /&gt;Start ping from PC to server, removed eth0, eth1: fails, unless there is a ping from linux server to laptop too!&lt;BR /&gt;Tailing /var/log/messages I see messages like:&lt;BR /&gt;bond0 seeing ethX is down, making ethY active.&lt;BR /&gt;Seems OK to me.&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;BR /&gt;a. Is the setup correct&lt;BR /&gt;b. If I use service network stop / start I see complaints:&lt;BR /&gt;- miitool not working (but if I execute mii-tool I get decent responses)&lt;BR /&gt;- enslaving ethX, but 'Something broke getting the master's IP address, broadcast, ...'&lt;BR /&gt;What's the cause of this?&lt;BR /&gt;&lt;BR /&gt;See also the attached /var/log/messages.&lt;BR /&gt;&lt;BR /&gt;JP.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 22 Mar 2004 09:07:35 GMT</pubDate>
    <dc:creator>Jeroen Peereboom</dc:creator>
    <dc:date>2004-03-22T09:07:35Z</dc:date>
    <item>
      <title>bonding on DL360 RH AS2,1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225485#M88288</link>
      <description>L.S.&lt;BR /&gt;&lt;BR /&gt;I think I really need some good advice here:&lt;BR /&gt;&lt;BR /&gt;OK, I re-installed RH AS2.1, and managed to install the Proliant Support Pack by hacking rhconfig.h: removed the SUMMIT lines, see &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=513249." target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=513249.&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I'm trying to setup bonding.&lt;BR /&gt;Did the folowwing:&lt;BR /&gt;============&lt;BR /&gt;1. /etc/modules.conf:"&lt;BR /&gt;alias parport_lowlevel parport_pc&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;###options bcm5700 line_speed=100 full_duplex=1 auto_speed=0&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bonding miimon=100 mode=1&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias scsi_hostadapter1 cciss_2445&lt;BR /&gt;alias usb-controller usb-ohci&lt;BR /&gt;&lt;BR /&gt;============&lt;BR /&gt;2. /usr/sysconfig/network-scripts/ifcfg-eth*:&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;=========&lt;BR /&gt;3. ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BROADCAST=192.168.1.255&lt;BR /&gt;IPADDR=192.168.1.11&lt;BR /&gt;NETMASK=255.255.255.0&lt;BR /&gt;NETWORK=192.168.1.0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;PEERDNS=no&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;=================&lt;BR /&gt;service network stop&lt;BR /&gt;service network start&lt;BR /&gt;&lt;BR /&gt;Simple network: 1 Linux server, 3com OfficeConnect switch, 1 laptop.&lt;BR /&gt;&lt;BR /&gt;Start ping from server to PC, removed eth0, eth1: all looks well.&lt;BR /&gt;&lt;BR /&gt;Start ping from PC to server, removed eth0, eth1: fails, unless there is a ping from linux server to laptop too!&lt;BR /&gt;Tailing /var/log/messages I see messages like:&lt;BR /&gt;bond0 seeing ethX is down, making ethY active.&lt;BR /&gt;Seems OK to me.&lt;BR /&gt;&lt;BR /&gt;My questions are:&lt;BR /&gt;a. Is the setup correct&lt;BR /&gt;b. If I use service network stop / start I see complaints:&lt;BR /&gt;- miitool not working (but if I execute mii-tool I get decent responses)&lt;BR /&gt;- enslaving ethX, but 'Something broke getting the master's IP address, broadcast, ...'&lt;BR /&gt;What's the cause of this?&lt;BR /&gt;&lt;BR /&gt;See also the attached /var/log/messages.&lt;BR /&gt;&lt;BR /&gt;JP.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 22 Mar 2004 09:07:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225485#M88288</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-22T09:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: bonding on DL360 RH AS2,1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225486#M88289</link>
      <description>Anybody?</description>
      <pubDate>Tue, 30 Mar 2004 01:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225486#M88289</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-30T01:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: bonding on DL360 RH AS2,1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225487#M88290</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;the error concerning mii_tool is because the bonded driver has no mii support (note from the source code):&lt;BR /&gt;&lt;BR /&gt;+                       /*&lt;BR /&gt;+                        * miimon is set but a bonded network driver&lt;BR /&gt;+                        * does not support ETHTOOL/MII and&lt;BR /&gt;+                        * arp_interval is not set.  Note: if&lt;BR /&gt;+                        * use_carrier is enabled, we will never go&lt;BR /&gt;+                        * here (because netif_carrier is always&lt;BR /&gt;+                        * supported); thus, we don't need to change&lt;BR /&gt;+                        * the messages for netif_carrier.&lt;BR /&gt;+                        */ &lt;BR /&gt;+                       printk(KERN_ERR&lt;BR /&gt;+                               "bond_enslave(): MII and ETHTOOL support not "&lt;BR /&gt;+                               "available for interface %s, and "&lt;BR /&gt;+                               "arp_interval/arp_ip_target module parameters "&lt;BR /&gt;+                               "not specified, thus bonding will not detect "&lt;BR /&gt;+                               "link failures! see bonding.txt for details.\n",&lt;BR /&gt;+                               slave_dev-&amp;gt;name);&lt;BR /&gt;&lt;BR /&gt;Sort of suggests a config problem.&lt;BR /&gt;&lt;BR /&gt;The reason mii_tool works on the command line is because you are doing it against the network card itself (which *does* support mii_tool).&lt;BR /&gt;&lt;BR /&gt;You could try this manually by following the instructions:&lt;BR /&gt;&lt;BR /&gt;"Usage: ifenslave [-adfrvVh] &lt;MASTER-INTERFACE&gt; &amp;lt; &lt;SLAVE-IF&gt; [metric &lt;N&gt;] &amp;gt; ...\n"&lt;BR /&gt;"       ifenslave -c master-interface slave-if\n"&lt;BR /&gt;"\n"&lt;BR /&gt;"       To create a bond device, simply follow these three steps :\n"&lt;BR /&gt;"       - ensure that the required drivers are properly loaded :\n"&lt;BR /&gt;"         # modprobe bonding ; modprobe &amp;lt;3c59x|eepro100|pcnet32|tulip|...&amp;gt;\n"&lt;BR /&gt;"       - assign an IP address to the bond device :\n"&lt;BR /&gt;"         # ifconfig bond0 &lt;ADDR&gt; netmask &lt;MASK&gt; broadcast &lt;BCAST&gt;\n"&lt;BR /&gt;"       - attach all the interfaces you need to the bond device :\n"&lt;BR /&gt;"         # ifenslave bond0 eth0 eth1 eth2\n"&lt;BR /&gt;"         If bond0 didn't have a MAC address, it will take eth0's. Then, all\n"&lt;BR /&gt;"         interfaces attached AFTER this assignment will get the same MAC addr.\n"&lt;BR /&gt;"\n"&lt;BR /&gt;"       To detach a dead interface without setting the bond device down :\n"&lt;BR /&gt;"         # ifenslave -d bond0 eth1\n"&lt;BR /&gt;"\n"&lt;BR /&gt;"       To set the bond device down and automatically release all the slaves :\n"&lt;BR /&gt;"         # ifconfig bond0 down\n"&lt;BR /&gt;"\n"&lt;BR /&gt;"       To change active slave :\n"&lt;BR /&gt;"         # ifenslave -c bond0 eth0\n"&lt;BR /&gt;"\n";&lt;BR /&gt;&lt;BR /&gt;That will tell you if there is a general problem or just one in the config.&lt;BR /&gt;&lt;BR /&gt;Col.&lt;/BCAST&gt;&lt;/MASK&gt;&lt;/ADDR&gt;&lt;/N&gt;&lt;/SLAVE-IF&gt;&lt;/MASTER-INTERFACE&gt;</description>
      <pubDate>Tue, 30 Mar 2004 06:24:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225487#M88290</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2004-03-30T06:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: bonding on DL360 RH AS2,1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225488#M88291</link>
      <description>Col,&lt;BR /&gt;&lt;BR /&gt;thanks for your reply!&lt;BR /&gt;&lt;BR /&gt;I followed the manual steps, no messages in my terminal session; I forgot to check the /var/log/messages and I did not test by unplugging cables.&lt;BR /&gt;(By the way: in my original setup the tests fail because I use 1 switch only which does not known that another port than the one that just died has the same MAC address. That's why the tests succeed if I ping from the server.)&lt;BR /&gt;&lt;BR /&gt;If I understand you correctly your statement is that the bcm5700 driver does not support miitool.&lt;BR /&gt;&lt;BR /&gt;I cannot verify that. I hope to talk to an HP employee in due course. I let the case rest for now.&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Wed, 31 Mar 2004 08:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225488#M88291</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-31T08:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: bonding on DL360 RH AS2,1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225489#M88292</link>
      <description>Hiya,&lt;BR /&gt;&lt;BR /&gt;Its the bonding driver that doesn't support mii-tool (at least according to the comments in the code). From the look of the log you attached, its failing at that point. The reason why you get a response from mii-tool when you run it is that I suspect that you are running it against the interface. Thats what leads me to think its a config problem, and why I suggested running through the steps manually. It might throw some light onto the problem.&lt;BR /&gt;&lt;BR /&gt;Although I use different hardware, I'll take a look at bonding pretty soon - if I turn anything else up I'll post it here for you.&lt;BR /&gt;&lt;BR /&gt;Col.</description>
      <pubDate>Thu, 01 Apr 2004 17:29:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225489#M88292</guid>
      <dc:creator>Colin Topliss</dc:creator>
      <dc:date>2004-04-01T17:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: bonding on DL360 RH AS2,1</title>
      <link>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225490#M88293</link>
      <description>FYI, I ran into this same issue with RHEL 3.0.  I was able to solve it by NOT installing the HP-supplied bonding driver.  Once I went back to using the built-in kernel bonding.o driver (which required reinstalling some packages since the HP RPM doesn't uninstall gracefully!) , everything worked beautifully.</description>
      <pubDate>Mon, 03 May 2004 12:18:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/bonding-on-dl360-rh-as2-1/m-p/3225490#M88293</guid>
      <dc:creator>Brian Landers</dc:creator>
      <dc:date>2004-05-03T12:18:18Z</dc:date>
    </item>
  </channel>
</rss>

