<?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 Ethernet Failover configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076370#M74111</link>
    <description>Hi all,&lt;BR /&gt;How can we configure the ethernet failover in RedHat Advanced server 2.1 with out having cluster?&lt;BR /&gt;&lt;BR /&gt;  * System- Compaq ML370 server&lt;BR /&gt;  * OS    - Linux RedHat Advanced server 2.1&lt;BR /&gt;  * Ethernet Cards - 2 No. of 1Gig cards.&lt;BR /&gt;&lt;BR /&gt;Thnaks in Advance !&lt;BR /&gt;Binil&lt;BR /&gt; &lt;BR /&gt;</description>
    <pubDate>Tue, 23 Sep 2003 04:23:51 GMT</pubDate>
    <dc:creator>binil</dc:creator>
    <dc:date>2003-09-23T04:23:51Z</dc:date>
    <item>
      <title>Ethernet Failover configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076370#M74111</link>
      <description>Hi all,&lt;BR /&gt;How can we configure the ethernet failover in RedHat Advanced server 2.1 with out having cluster?&lt;BR /&gt;&lt;BR /&gt;  * System- Compaq ML370 server&lt;BR /&gt;  * OS    - Linux RedHat Advanced server 2.1&lt;BR /&gt;  * Ethernet Cards - 2 No. of 1Gig cards.&lt;BR /&gt;&lt;BR /&gt;Thnaks in Advance !&lt;BR /&gt;Binil&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 04:23:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076370#M74111</guid>
      <dc:creator>binil</dc:creator>
      <dc:date>2003-09-23T04:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Failover configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076371#M74112</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;First, you must update the ethernet adapter driver with bcm5700 provided by hp (&lt;A href="http://www.hp.com/linux" target="_blank"&gt;www.hp.com/linux&lt;/A&gt; =&amp;gt; drivers).&lt;BR /&gt;&lt;BR /&gt;Then, make sure that the proper driver is in use in /etc/modules.conf (alias ethX bcm5700).&lt;BR /&gt;&lt;BR /&gt;Stop networking and remove the previously used module :&lt;BR /&gt;&lt;BR /&gt;   /etc/init.d/network stop&lt;BR /&gt;   rmmod tg3 (or bcm5700)&lt;BR /&gt;&lt;BR /&gt;Back-up your network configuration files :&lt;BR /&gt;&lt;BR /&gt;   cd /etc/sysconfig/network-scripts&lt;BR /&gt;   mkdir /tmp/network-sav&lt;BR /&gt;   cp -p ifcfg-* /tmp/network-sav&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Edit the configuration files :&lt;BR /&gt;&lt;BR /&gt;   ifcfg-bond0 :&lt;BR /&gt;&lt;BR /&gt;IPADDR=...&lt;BR /&gt;NETMASK=...&lt;BR /&gt;NETWORK=...&lt;BR /&gt;BROADCAST=...&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;   ifcfg-eth0 and ifcfg-eth1 :&lt;BR /&gt;&lt;BR /&gt;USERCTL=no&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Edit /etc/modules.conf :&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For other bonding driver options, type :&lt;BR /&gt;&lt;BR /&gt;modinfo bonding&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Start the network :&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/network start&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Good luck.&lt;BR /&gt;&lt;BR /&gt;Kodjo&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Sep 2003 18:07:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076371#M74112</guid>
      <dc:creator>Kodjo Agbenu</dc:creator>
      <dc:date>2003-09-23T18:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Failover configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076372#M74113</link>
      <description>Hi Kodjo,&lt;BR /&gt;Thnak you !!&lt;BR /&gt;I need to test it. Any way I will Let you know the result.&lt;BR /&gt;&lt;BR /&gt;Cheers /Thanks&lt;BR /&gt;Binil&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 01:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076372#M74113</guid>
      <dc:creator>binil</dc:creator>
      <dc:date>2003-09-24T01:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Failover configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076373#M74114</link>
      <description>Hi Kodjo,&lt;BR /&gt;&lt;BR /&gt;I tried the opton by using a PC. But facing some problems.&lt;BR /&gt;____________________________________________&lt;BR /&gt;*********************************************&lt;BR /&gt;I used two Intel pro/100 cards to configure ethernet fail over. The steps done are:&lt;BR /&gt;&lt;BR /&gt;1. took the backup all configuration file&lt;BR /&gt;&lt;BR /&gt;2. Configired both cards.&lt;BR /&gt;   Then the entries for those cards in /etc/modules.conf were :&lt;BR /&gt;alias eth0 e100&lt;BR /&gt;alias eth1 e100&lt;BR /&gt;&lt;BR /&gt;3. Stopped the network (/etc/init.d/network stop)&lt;BR /&gt;and run command,&lt;BR /&gt;rmmod e100&lt;BR /&gt;&lt;BR /&gt;4. edited  /etc/sysconfig/network-scriptss/ifcfg-eth0 &lt;BR /&gt;The exact entries are:&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;5. edited /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;same entries like above ,only diff is DEVICE=eth1&lt;BR /&gt;&lt;BR /&gt;6. Edited /etc/sysconfig/network-scripts/ifcfg-bond0&lt;BR /&gt;The exact entries are:&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;IPADDR=172.20.5.5&lt;BR /&gt;NETMASK=255.255.0.0&lt;BR /&gt;GATEWAY=172.20.1.1&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;USERCTL=no&lt;BR /&gt;NETWORK=172.20.0.0&lt;BR /&gt;BROADCAST=172.20.255.255&lt;BR /&gt;PEERDNS=no&lt;BR /&gt;&lt;BR /&gt;7.Added entry in /etc/modules.conf&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;&lt;BR /&gt;8. Started the vetwork (/etc/init.d/network start)&lt;BR /&gt; But giving error and not starting the network service,&lt;BR /&gt;The mesages while starting the network service,&lt;BR /&gt;&lt;BR /&gt;Setting network parameter    [ok]&lt;BR /&gt;&lt;BR /&gt;Bringing up interface lo     [ok]&lt;BR /&gt;&lt;BR /&gt;Bringing up interface bond0  :Usage :Grep [OPTION]--PATTERN [FILE]---&lt;BR /&gt;Try 'grep --help' for more information&lt;BR /&gt;Failed to Bring up.&lt;BR /&gt;Not enough of information : "dev" argument is required&lt;BR /&gt;Bringing up interface eth0   [ok]&lt;BR /&gt;Bringing up interface eth1   [ok]&lt;BR /&gt;_____________________________________________&lt;BR /&gt;*********************************************&lt;BR /&gt;So what could be the mistake I did...&lt;BR /&gt;Please advice ..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance..&lt;BR /&gt;Binil&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 05:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076373#M74114</guid>
      <dc:creator>binil</dc:creator>
      <dc:date>2003-09-24T05:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ethernet Failover configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076374#M74115</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;When I added the entry,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0 &lt;BR /&gt;&lt;BR /&gt;in the file /etc/sysconfig/network-scripts/ifcfg-bond0 ,it is found working!&lt;BR /&gt;&lt;BR /&gt;But if we keep only one connection (To any of the cards) 50 % package drop is happening. If both are connected 0%. Why it is so?&lt;BR /&gt;&lt;BR /&gt;Any way thank you very much.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Binil</description>
      <pubDate>Wed, 24 Sep 2003 06:59:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ethernet-failover-configuration/m-p/3076374#M74115</guid>
      <dc:creator>binil</dc:creator>
      <dc:date>2003-09-24T06:59:32Z</dc:date>
    </item>
  </channel>
</rss>

