<?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: DL360 G3+RedHat 9.0 bcm5700 problem in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227893#M88091</link>
    <description>Show us the contents of /etc/modules.conf please, as well as the output of the 'lsmod' command.&lt;BR /&gt;&lt;BR /&gt;Also show us any output when you type "service network restart".</description>
    <pubDate>Wed, 24 Mar 2004 21:18:58 GMT</pubDate>
    <dc:creator>Stuart Browne</dc:creator>
    <dc:date>2004-03-24T21:18:58Z</dc:date>
    <item>
      <title>DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227890#M88088</link>
      <description>I have serveral DL360 server and all of them are installed Redhat 9.0.&lt;BR /&gt;The default network module is tg3 and I replaced it to bcm5700-7.1.9c-1.&lt;BR /&gt;I install bonding module after bcm5700 load finish.&lt;BR /&gt;And then I edit the ifcfg-bond0, ifcfg-eth0, ifcfg-eth1 .&lt;BR /&gt;I am sure that I make all step right cause I do all most of them successful.&lt;BR /&gt;But just only one server of them can't work.&lt;BR /&gt;I saw the boot.log under /var/log and it's showing :&lt;BR /&gt;Mar 24 14:56:48 pt-web01 network: Setting network parameters:  succeeded&lt;BR /&gt;Mar 24 14:56:48 pt-web01 network: Bringing up loopback interface:  succeeded&lt;BR /&gt;Mar 24 14:56:48 pt-web01 network: Bringing up interface eth0:  succeeded&lt;BR /&gt;Mar 24 14:56:48 pt-web01 network: Bringing up interface eth1:  succeeded&lt;BR /&gt;&lt;BR /&gt;But when I run ifconfig command I just can see lo device.&lt;BR /&gt;I can't fix the problem so I rmmod bcm5700 and insmod tg3 again and edit all the ifcfg-eth* to the standard file. And then I reboot it.&lt;BR /&gt;&lt;BR /&gt;But the networking still can't work!!&lt;BR /&gt;I try to use "ifconfig" command to manu configure eth0 and eth1 as follow:&lt;BR /&gt;# ifconfig eth0 10.0.1.1 netmask 255.255.255.0&lt;BR /&gt;# ifconfig eth1 192.168.1.1 netmask 255.255.255.0&lt;BR /&gt;&lt;BR /&gt;and they can work....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Why?????????????</description>
      <pubDate>Wed, 24 Mar 2004 03:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227890#M88088</guid>
      <dc:creator>S.H.Lan</dc:creator>
      <dc:date>2004-03-24T03:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227891#M88089</link>
      <description>Does your modules.conf and ifcfg-xxx files look similar to the following?&lt;BR /&gt;&lt;BR /&gt;modules.conf:&lt;BR /&gt;&lt;BR /&gt;alias eth0 bcm5700&lt;BR /&gt;alias eth1 bcm5700&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=100 mode=0&lt;BR /&gt;&lt;BR /&gt;ifcfg-bond0:&lt;BR /&gt;&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR X.X.X.X&lt;BR /&gt;NETMASK X.X.X.X&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;ifcfg-eth0:&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth0&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;ifcfg-eth1:&lt;BR /&gt;&lt;BR /&gt;DEVICE=eth1&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;Please post the contents of these files if not.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 09:01:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227891#M88089</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-03-24T09:01:40Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227892#M88090</link>
      <description>&lt;BR /&gt;Yes, I have edit ifcfg-bond0, ifcfg-eth0, ifcfg-eth1 and modules.conf as your posting.&lt;BR /&gt;&lt;BR /&gt;Actually, I have 10 DL360, 4 for Redhat AS 2.1, and 6 for RedHat 9.0.&lt;BR /&gt;&lt;BR /&gt;I did all of them for bonding, and just 1  server can't work well..&lt;BR /&gt;I can't see eth0 and eth1 when I run ifconfig command.&lt;BR /&gt;&lt;BR /&gt;I try to recover ifcfg-eth0 ,ifcfg-eth1 and modules.conf to original mode (set ip and no master, slave parameter ) and delete ifcfg-bond0 file for testing. But networking still can't work well... I must load bcm5700 module , assign IP and up NIC by myself.&lt;BR /&gt;&lt;BR /&gt;I can't understand, why just 1 server can't work?? All of the environment are the same...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 20:54:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227892#M88090</guid>
      <dc:creator>S.H.Lan</dc:creator>
      <dc:date>2004-03-24T20:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227893#M88091</link>
      <description>Show us the contents of /etc/modules.conf please, as well as the output of the 'lsmod' command.&lt;BR /&gt;&lt;BR /&gt;Also show us any output when you type "service network restart".</description>
      <pubDate>Wed, 24 Mar 2004 21:18:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227893#M88091</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-03-24T21:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227894#M88092</link>
      <description>hello all, I've found the problem and made the bonding working now.&lt;BR /&gt;&lt;BR /&gt;But I still have other question.&lt;BR /&gt;&lt;BR /&gt;Q1: Set the bonding mode=0 (RR mode)&lt;BR /&gt;ping the default gateway and unplug eth1 cable. I can see the eth1 lind down message on console and ping to gateway is still alive.&lt;BR /&gt;And then I plug the eth1 cable back and unplug eth0 cable, the ping is pause.&lt;BR /&gt;I restart the ping command and just saw the network unreachable message.&lt;BR /&gt;&lt;BR /&gt;Q2: Set the bonding mode=1 (Active-backup mode)&lt;BR /&gt;the same steps as above and the same result as above, too.&lt;BR /&gt;&lt;BR /&gt;I can't unplug the eth0 cable, it makes the network unreachable :(&lt;BR /&gt;&lt;BR /&gt;Is any good suggestion to set the bonding?&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Mar 2004 02:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227894#M88092</guid>
      <dc:creator>S.H.Lan</dc:creator>
      <dc:date>2004-03-25T02:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227895#M88093</link>
      <description>I experience the same.&lt;BR /&gt;Since I have both NICs attached to 1 switch I didn't test RR mode, see bonding.txt file).&lt;BR /&gt;See my question &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=517376" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=517376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;My explanation is that some traffic going from the server to the switch is needed to keep the switch informed of the mac address attached to the switch ports. If I pull out the cable, it still tries to send traffic to the disconnected port.&lt;BR /&gt;I don't know if that explains the RR situation too.&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;&lt;BR /&gt;P.S. By the way, how did you solve your problem?</description>
      <pubDate>Thu, 25 Mar 2004 09:45:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227895#M88093</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-25T09:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227896#M88094</link>
      <description>How are you nics connected to the network?</description>
      <pubDate>Thu, 25 Mar 2004 11:45:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227896#M88094</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-03-25T11:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227897#M88095</link>
      <description>How are your nics connected to the network?</description>
      <pubDate>Thu, 25 Mar 2004 11:45:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227897#M88095</guid>
      <dc:creator>Bill Wood_3</dc:creator>
      <dc:date>2004-03-25T11:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227898#M88096</link>
      <description>I should have added that both NICs are presented by the bonding module to the switch with 1 mac address...&lt;BR /&gt;&lt;BR /&gt;If you have the NICs connected to separate switches, this should not occur.&lt;BR /&gt; &lt;BR /&gt;JP.</description>
      <pubDate>Thu, 25 Mar 2004 14:55:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227898#M88096</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-25T14:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227899#M88097</link>
      <description>Well, I use 2 layer-2 switch.&lt;BR /&gt;eth0 is connecting to switch-1 and eth1 is connecting to switch-2.&lt;BR /&gt;&lt;BR /&gt;And now, I got a information about another problem now :(&lt;BR /&gt;&lt;BR /&gt;====&lt;BR /&gt;Environment:&lt;BR /&gt;Network device--&lt;BR /&gt;1)Core switch for VLAN: 10.0.1 and 10.0.2&lt;BR /&gt;2)Each VLAN has 2 switch connect to Core switch for HA&lt;BR /&gt;&lt;BR /&gt;Linux Server (server1, 10.0.1.x)&lt;BR /&gt;1)Redhat 9.0&lt;BR /&gt;2)2 NIC, eth0 and eth1, eth0 -- switch1, eth1 -- switch2&lt;BR /&gt;3)binding to be a virtual NIC by bonding mode=0&lt;BR /&gt;&lt;BR /&gt;Windows Server (server2, 10.0.2.x)&lt;BR /&gt;1)Windows 2003&lt;BR /&gt;2)2 NIC, NIC1 -- Switch1, NIC2 -- Switch2. bind to be a virtual NIC by HP Network Utility (Fault Tolerence)&lt;BR /&gt;&lt;BR /&gt;==== &lt;BR /&gt;Situation:&lt;BR /&gt;1) and the cable are connecting to switch&lt;BR /&gt;ping server1 from server2&lt;BR /&gt;Reply from 10.0.1.x: bytes=xx time&lt;XXMS ttl="xxx&amp;lt;BR"&gt;&lt;/XXMS&gt;Reply from 10.0.1.x: bytes=xx time&lt;XXMS ttl="xxx&amp;lt;BR"&gt;&lt;/XXMS&gt;Reply from 10.0.1.x: bytes=xx time&lt;XXMS ttl="xxx&amp;lt;BR"&gt;&lt;/XXMS&gt;Request timed out.&lt;BR /&gt;Reply from 10.0.1.x: bytes=xx time&lt;XXMS ttl="xxx&amp;lt;BR"&gt;&lt;/XXMS&gt;Reply from 10.0.1.x: bytes=xx time&lt;XXMS ttl="xxx&amp;lt;BR"&gt;&lt;/XXMS&gt;&lt;BR /&gt;The packets is lost!&lt;BR /&gt;&lt;BR /&gt;2)unplug cable from eth1 on server1&lt;BR /&gt;ping from server2 again.&lt;BR /&gt;&lt;BR /&gt;packet lost=0&lt;BR /&gt;&lt;BR /&gt;====&lt;BR /&gt;For making the servers connect to each other working well, I have to unplug the cable from eth1 now :(&lt;BR /&gt;&lt;BR /&gt;Q1: Should I use mode 0 (RR mode) or mode 1 (Active-backup)?&lt;BR /&gt;Q2: Any good solution about this situation?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------&lt;BR /&gt;Sorry for my poor English to explain it well :((</description>
      <pubDate>Thu, 25 Mar 2004 20:55:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227899#M88097</guid>
      <dc:creator>S.H.Lan</dc:creator>
      <dc:date>2004-03-25T20:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: DL360 G3+RedHat 9.0 bcm5700 problem</title>
      <link>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227900#M88098</link>
      <description>1. Mode 1 works more often than mode 0. Mode 0 needs trunking on the switches.&lt;BR /&gt;&lt;BR /&gt;2. I do not understand if you plugged a cable causing the timeouts.&lt;BR /&gt;&lt;BR /&gt;You have complicated the setup by having 2 servers with network teaming / bonding in stead of only the Linux server.&lt;BR /&gt;&lt;BR /&gt;Maybe it's a good question for the networking forum?&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Fri, 26 Mar 2004 07:13:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/dl360-g3-redhat-9-0-bcm5700-problem/m-p/3227900#M88098</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-03-26T07:13:38Z</dc:date>
    </item>
  </channel>
</rss>

