<?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: Problems with 2nd bond on bl25p in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966981#M85973</link>
    <description>Try to change your module.conf from:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1 &lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=1 &lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;install bond0 /sbin/modprobe -a eth0 eth1 &amp;amp;&amp;amp; /sbin/modprobe bonding&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1 &lt;BR /&gt;install bond1 /sbin/modprobe -a eth2 eth3 &amp;amp;&amp;amp; /sbin/modprobe bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=1 &lt;BR /&gt;&lt;BR /&gt;The "install" line above the "alias bondX" line force the ethernet modules to load before the bonding driver does.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
    <pubDate>Tue, 14 Mar 2006 10:34:30 GMT</pubDate>
    <dc:creator>Sergejs Svitnevs</dc:creator>
    <dc:date>2006-03-14T10:34:30Z</dc:date>
    <item>
      <title>Problems with 2nd bond on bl25p</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966978#M85970</link>
      <description>I'm trying to set up bonding on a bl25p for an Oracle10G RAC, and its 'half_working' for me. The first bond (bond0=eth0+eth1) is working perfectly. However when I try to bond eth2+eth3=&amp;gt;bond1 I get this error :"bonding device bond1 does not seem to be present, delaying initialization", and nothing happens. Dmesg shows nothing out the ordinary.&lt;BR /&gt;&lt;BR /&gt;See attached file for config.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated&lt;BR /&gt;/M</description>
      <pubDate>Tue, 14 Mar 2006 04:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966978#M85970</guid>
      <dc:creator>Mikael Sandström_1</dc:creator>
      <dc:date>2006-03-14T04:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 2nd bond on bl25p</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966979#M85971</link>
      <description>Shalom Mikael,&lt;BR /&gt;&lt;BR /&gt;Its pretty easy to fix this.&lt;BR /&gt;&lt;BR /&gt;In /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;options bond1 miimon=200 mode=active-backup&lt;BR /&gt;&lt;BR /&gt;Change the mode to 1&lt;BR /&gt;&lt;BR /&gt;mode=1&lt;BR /&gt;&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;Like magic your bond1 will come up. Then change it back to what you wanted and &lt;BR /&gt;&lt;BR /&gt;service network restart&lt;BR /&gt;&lt;BR /&gt;Obviously a bug of some kind.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 14 Mar 2006 08:20:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966979#M85971</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-03-14T08:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 2nd bond on bl25p</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966980#M85972</link>
      <description>Hi,&lt;BR /&gt;Thanks for answering!&lt;BR /&gt;&lt;BR /&gt;I'm not sure where you got this line: "options bond1 miimon=200 mode=active-backup" from, but mine already looks like this: "options bond1 miimon=100 mode=1"... (Maybe I misunderstood you?)&lt;BR /&gt;&lt;BR /&gt;Anyway, I tried changing the options back and forth, restarted the network service but I still get the same error.&lt;BR /&gt;I also removed the first bond (bond0) and tried to bring up bond1 (as the only bond)but no dice... &lt;BR /&gt;I'm at a loss here.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;/M</description>
      <pubDate>Tue, 14 Mar 2006 10:03:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966980#M85972</guid>
      <dc:creator>Mikael Sandström_1</dc:creator>
      <dc:date>2006-03-14T10:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 2nd bond on bl25p</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966981#M85973</link>
      <description>Try to change your module.conf from:&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1 &lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=1 &lt;BR /&gt;&lt;BR /&gt;to:&lt;BR /&gt;&lt;BR /&gt;install bond0 /sbin/modprobe -a eth0 eth1 &amp;amp;&amp;amp; /sbin/modprobe bonding&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1 &lt;BR /&gt;install bond1 /sbin/modprobe -a eth2 eth3 &amp;amp;&amp;amp; /sbin/modprobe bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=1 &lt;BR /&gt;&lt;BR /&gt;The "install" line above the "alias bondX" line force the ethernet modules to load before the bonding driver does.&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Tue, 14 Mar 2006 10:34:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966981#M85973</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2006-03-14T10:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 2nd bond on bl25p</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966982#M85974</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;That didn't work either.&lt;BR /&gt; &lt;BR /&gt;I've gotten it to work though:&lt;BR /&gt;I needed a "max_bonds=..." on the options line of the first bond (bond0).&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=1 max_bonds=2&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=1 &lt;BR /&gt;&lt;BR /&gt;Thanks for the help!&lt;BR /&gt;regds,&lt;BR /&gt;/M</description>
      <pubDate>Wed, 15 Mar 2006 02:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966982#M85974</guid>
      <dc:creator>Mikael Sandström_1</dc:creator>
      <dc:date>2006-03-15T02:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with 2nd bond on bl25p</title>
      <link>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966983#M85975</link>
      <description>Closing</description>
      <pubDate>Wed, 15 Mar 2006 02:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/problems-with-2nd-bond-on-bl25p/m-p/4966983#M85975</guid>
      <dc:creator>Mikael Sandström_1</dc:creator>
      <dc:date>2006-03-15T02:19:04Z</dc:date>
    </item>
  </channel>
</rss>

