<?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 DL380 G5 bond0 [RHEL 5.1] in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197994#M32563</link>
    <description>Does anybody have an example of configuration for 1Gb/s.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 14 May 2008 20:45:04 GMT</pubDate>
    <dc:creator>WW74407</dc:creator>
    <dc:date>2008-05-14T20:45:04Z</dc:date>
    <item>
      <title>DL380 G5 bond0 [RHEL 5.1]</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197994#M32563</link>
      <description>Does anybody have an example of configuration for 1Gb/s.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 14 May 2008 20:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197994#M32563</guid>
      <dc:creator>WW74407</dc:creator>
      <dc:date>2008-05-14T20:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: DL380 G5 bond0 [RHEL 5.1]</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197995#M32564</link>
      <description>You didn't say what mode you want to work in. For active-backup mode with 2 network cards, static IP:&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;NETMASK=x.x.x.x&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;IPADDR=x.x.x.x&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;/etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;&lt;BR /&gt;/etc/modprobe.conf&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bonding miimon=100 mode=active-backup</description>
      <pubDate>Thu, 15 May 2008 06:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197995#M32564</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2008-05-15T06:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: DL380 G5 bond0 [RHEL 5.1]</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197996#M32565</link>
      <description>Hi There,&lt;BR /&gt;I have done the same exact configuration as yours but I want to force the link to be 1Gb/s with autoneg off.&lt;BR /&gt;Do you know how to do that?&lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 15 May 2008 12:43:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197996#M32565</guid>
      <dc:creator>WW74407</dc:creator>
      <dc:date>2008-05-15T12:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: DL380 G5 bond0 [RHEL 5.1]</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197997#M32566</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Auto negotiation should be on for all GB NIC cards.&lt;BR /&gt;&lt;BR /&gt;Whats missing is you also need some card specific configuration in /etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;# options bond0 miimon=200 mode=active-active&lt;BR /&gt;options bond0 miimon=200 mode=0&lt;BR /&gt;alias eth0 e1000&lt;BR /&gt;alias eth1 e1000&lt;BR /&gt;alias eth2 tg3&lt;BR /&gt;alias scsi_hostadapter ata_piix&lt;BR /&gt;alias usb-controller ehci-hcd&lt;BR /&gt;&lt;BR /&gt;That works for Intel.&lt;BR /&gt;&lt;BR /&gt;You need to replace tg3 for broadcom and not try active active because it won't work with broadcom.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 15 May 2008 17:39:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197997#M32566</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-05-15T17:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: DL380 G5 bond0 [RHEL 5.1]</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197998#M32567</link>
      <description>I think you need to change the Type=Ethernet in cfg-bond0 to Type=Bonding and include the Type=Ethernet in the other two ETHs.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 May 2008 12:34:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl380-g5-bond0-rhel-5-1/m-p/4197998#M32567</guid>
      <dc:creator>Matthew Ghofrani</dc:creator>
      <dc:date>2008-05-19T12:34:57Z</dc:date>
    </item>
  </channel>
</rss>

