<?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: RedHat4, 2 bonds ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980672#M82797</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Maybe I was unclear, the problem was fixed with  editing modprobe.conf and rebooting (wich I didn't do before posting).&lt;BR /&gt;&lt;BR /&gt;Steven, I am not sure I understand what you mean.&lt;BR /&gt;&lt;BR /&gt;I do not want an active-active setting, this would implies finding proper setting for ciscos switch (easy) and persuading our telecom folks managing ciscos to do set them (no comment).&lt;BR /&gt;&lt;BR /&gt;My initial problem was :&lt;BR /&gt;I have 4 NIC and I wanted 2 bond, each bond being in a different subnet.&lt;BR /&gt;This was solved using max_bonds=2 and rebooting.</description>
    <pubDate>Fri, 13 Apr 2007 07:27:08 GMT</pubDate>
    <dc:creator>Jean-Yves Picard</dc:creator>
    <dc:date>2007-04-13T07:27:08Z</dc:date>
    <item>
      <title>RedHat4, 2 bonds ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980669#M82794</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;short story:&lt;BR /&gt;How do I enable 2 bonding interface on redhat 4 update 4 ?&lt;BR /&gt;&lt;BR /&gt;long story:&lt;BR /&gt;Hardware is bl20g3 (and bl25g2).&lt;BR /&gt;OS is RedHat 4 Update 4 (32bit and 64bit).&lt;BR /&gt;&lt;BR /&gt;on redhat 3 I setup bond0 = eth1+eth3 and bond1 = eth0+eth2&lt;BR /&gt;&lt;BR /&gt;I added&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=active-backup&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 -o bonding1 miimon=100 mode=active-backup&lt;BR /&gt; at the end of /etc/modules.conf &lt;BR /&gt; &lt;BR /&gt;now, on redhat 4, du to renumbering of nic, I setup&lt;BR /&gt;bond0=eth0+eth2 and bond1=eth1+eth3&lt;BR /&gt;&lt;BR /&gt;bond0 start fine, but I get &lt;BR /&gt;bonding device bond1 does not seem to be present, delaying initialization.&lt;BR /&gt;&lt;BR /&gt;when I start bond1&lt;BR /&gt;&lt;BR /&gt;/etc/modprobe.conf look like&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias eth2 tg3&lt;BR /&gt;alias eth3 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller ehci-hcd&lt;BR /&gt;alias usb-controller1 uhci-hcd&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=active-backup&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond1 miimon=100 mode=active-backup&lt;BR /&gt;&lt;BR /&gt;I have read &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1082831" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1082831&lt;/A&gt;&lt;BR /&gt;and &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=941305" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=941305&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Any clues ?&lt;BR /&gt;&lt;BR /&gt;Jean-Yves Picard&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Apr 2007 03:48:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980669#M82794</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2007-04-13T03:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat4, 2 bonds ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980670#M82795</link>
      <description>Well, ....&lt;BR /&gt;&lt;BR /&gt;just in case someone digg the forum in futur:&lt;BR /&gt;&lt;BR /&gt;[root@rh4u4-32b-bl20 ~]# cat /etc/modprobe.conf&lt;BR /&gt;alias eth0 tg3&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;alias eth2 tg3&lt;BR /&gt;alias eth3 tg3&lt;BR /&gt;alias scsi_hostadapter cciss&lt;BR /&gt;alias usb-controller ehci-hcd&lt;BR /&gt;alias usb-controller1 uhci-hcd&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;alias bond1 bonding&lt;BR /&gt;options bond0 miimon=100 mode=active-backup  max_bonds=2&lt;BR /&gt;&lt;BR /&gt;important :max_bonds=2&lt;BR /&gt;and&lt;BR /&gt;a reboot !</description>
      <pubDate>Fri, 13 Apr 2007 04:11:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980670#M82795</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2007-04-13T04:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat4, 2 bonds ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980671#M82796</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Just to save you some time, those cards will not go active-active for you. You can fix modeprobe.conf do a service network restart. This will work but after reboot you'll get no networking.&lt;BR /&gt;&lt;BR /&gt;This may not be a problem with the cards or the OS, it may be something you can solve with switch configuration.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 13 Apr 2007 05:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980671#M82796</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-13T05:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: RedHat4, 2 bonds ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980672#M82797</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Maybe I was unclear, the problem was fixed with  editing modprobe.conf and rebooting (wich I didn't do before posting).&lt;BR /&gt;&lt;BR /&gt;Steven, I am not sure I understand what you mean.&lt;BR /&gt;&lt;BR /&gt;I do not want an active-active setting, this would implies finding proper setting for ciscos switch (easy) and persuading our telecom folks managing ciscos to do set them (no comment).&lt;BR /&gt;&lt;BR /&gt;My initial problem was :&lt;BR /&gt;I have 4 NIC and I wanted 2 bond, each bond being in a different subnet.&lt;BR /&gt;This was solved using max_bonds=2 and rebooting.</description>
      <pubDate>Fri, 13 Apr 2007 07:27:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/redhat4-2-bonds/m-p/3980672#M82797</guid>
      <dc:creator>Jean-Yves Picard</dc:creator>
      <dc:date>2007-04-13T07:27:08Z</dc:date>
    </item>
  </channel>
</rss>

