<?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: Network Card teaming in Linux in ProLiant Servers - Netservers</title>
    <link>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847043#M14189</link>
    <description>Bonding is really easy in linux. I've got BL25's and BL45's bonded now on Redhat 4.4.&lt;BR /&gt;&lt;BR /&gt;Look for the file:&lt;BR /&gt;&lt;BR /&gt;/usr/share/doc/kernel-doc-2.6.9/Documentation/networking/bonding.txt&lt;BR /&gt;&lt;BR /&gt;Config files will be somewhere like /etc/sysconfig/networking/devices (you can type "locate eth |grep etc" to find them easily - or you can use the redhat tool "system-config-network" to set one eth interface up, and then search for it (after running "updatedb".&lt;BR /&gt;&lt;BR /&gt;You need to set the actual NIC's (eth0, eth1)&lt;BR /&gt;as something like this:&lt;BR /&gt;&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;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;Then make a config file in the same directory called "ifcfg-bond0" with something like this:&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=IPADDR&lt;BR /&gt;NETMASK=MASK&lt;BR /&gt;NETWORK=NETWORK&lt;BR /&gt;BROADCAST=BROADCAST&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;You also need to make the bonding module load by adding "alias bond0 bonding".&lt;BR /&gt;&lt;BR /&gt;You also need to tell the config how to determine if a link has failed. There are a number of options. &lt;BR /&gt;&lt;BR /&gt;Check out the txt file above for the full info.&lt;BR /&gt;&lt;BR /&gt;Once you think you've got it right, reboot. Make sure you've got ilo working or a monitor/keyboard on the server in case you get it wrong.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any problems.</description>
    <pubDate>Sun, 30 Sep 2007 07:06:42 GMT</pubDate>
    <dc:creator>Chris Rosan</dc:creator>
    <dc:date>2007-09-30T07:06:42Z</dc:date>
    <item>
      <title>Network Card teaming in Linux</title>
      <link>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847041#M14187</link>
      <description>Hi All,&lt;BR /&gt;
&lt;BR /&gt;
I've just installed Linux Redhat ES 4 update 4 on a DL380 G5 Server and updated with the Proliant support pack (PSP) .How do I team network cards .Does the PSP install a network management tool for doing this? I cannot see it.&lt;BR /&gt;
&lt;BR /&gt;
(Unfortunately my knowledge of Linux is petty limted and this is my first installation)&lt;BR /&gt;
&lt;BR /&gt;
Any help would be appreciated</description>
      <pubDate>Sat, 29 Sep 2007 16:37:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847041#M14187</guid>
      <dc:creator>michael fenton</dc:creator>
      <dc:date>2007-09-29T16:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Network Card teaming in Linux</title>
      <link>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847042#M14188</link>
      <description>Hello Michael,&lt;BR /&gt;&lt;BR /&gt;I am not into RHEL;&lt;BR /&gt;&lt;BR /&gt;This was the only I got:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h18023.www1.hp.com/support/files/server/us/download/27392.html" target="_blank" rel="nofollow"&gt;http://h18023.www1.hp.com/support/files/server/us/download/27392.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its for update 3 &amp;amp; not 4;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;James.</description>
      <pubDate>Sun, 30 Sep 2007 05:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847042#M14188</guid>
      <dc:creator>James ~ Happy Dude</dc:creator>
      <dc:date>2007-09-30T05:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Network Card teaming in Linux</title>
      <link>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847043#M14189</link>
      <description>Bonding is really easy in linux. I've got BL25's and BL45's bonded now on Redhat 4.4.&lt;BR /&gt;&lt;BR /&gt;Look for the file:&lt;BR /&gt;&lt;BR /&gt;/usr/share/doc/kernel-doc-2.6.9/Documentation/networking/bonding.txt&lt;BR /&gt;&lt;BR /&gt;Config files will be somewhere like /etc/sysconfig/networking/devices (you can type "locate eth |grep etc" to find them easily - or you can use the redhat tool "system-config-network" to set one eth interface up, and then search for it (after running "updatedb".&lt;BR /&gt;&lt;BR /&gt;You need to set the actual NIC's (eth0, eth1)&lt;BR /&gt;as something like this:&lt;BR /&gt;&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;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;Then make a config file in the same directory called "ifcfg-bond0" with something like this:&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=IPADDR&lt;BR /&gt;NETMASK=MASK&lt;BR /&gt;NETWORK=NETWORK&lt;BR /&gt;BROADCAST=BROADCAST&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;&lt;BR /&gt;You also need to make the bonding module load by adding "alias bond0 bonding".&lt;BR /&gt;&lt;BR /&gt;You also need to tell the config how to determine if a link has failed. There are a number of options. &lt;BR /&gt;&lt;BR /&gt;Check out the txt file above for the full info.&lt;BR /&gt;&lt;BR /&gt;Once you think you've got it right, reboot. Make sure you've got ilo working or a monitor/keyboard on the server in case you get it wrong.&lt;BR /&gt;&lt;BR /&gt;Let me know if you have any problems.</description>
      <pubDate>Sun, 30 Sep 2007 07:06:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-netservers/network-card-teaming-in-linux/m-p/847043#M14189</guid>
      <dc:creator>Chris Rosan</dc:creator>
      <dc:date>2007-09-30T07:06:42Z</dc:date>
    </item>
  </channel>
</rss>

