<?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: RHEL4 - NIC bonding - Wrong speed in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951104#M85680</link>
    <description>But ethtool reports &lt;BR /&gt;&lt;BR /&gt;Speed: 1000Mb/s&lt;BR /&gt;Duplex: Full&lt;BR /&gt;&lt;BR /&gt;Can you verify the speed on the switch? Do you have any output errors?</description>
    <pubDate>Tue, 10 Jan 2006 08:10:55 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2006-01-10T08:10:55Z</dc:date>
    <item>
      <title>RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951099#M85675</link>
      <description>Hi everybody&lt;BR /&gt;&lt;BR /&gt;I'm trying to get nic bonding to work on a dl 360 g4p with bcm5700. The bonding works, but i can only get 100 Mbit from each nic.&lt;BR /&gt;&lt;BR /&gt;dmesg:&lt;BR /&gt;&lt;BR /&gt;eth0: Using PCI INTX interrupt&lt;BR /&gt;bonding: Warning: failed to get speed/duplex from eth0, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;bonding: bond0: enslaving eth0 as an active interface with an up link.&lt;BR /&gt;eth1: Using PCI INTX interrupt&lt;BR /&gt;bonding: Warning: failed to get speed/duplex from eth1, speed forced to 100Mbps, duplex forced to Full.&lt;BR /&gt;bonding: bond0: enslaving eth1 as an active interface with an up link.&lt;BR /&gt;bcm5700: eth0 NIC Link is UP, 1000 Mbps full duplex&lt;BR /&gt;bcm5700: eth1 NIC Link is UP, 1000 Mbps full duplex&lt;BR /&gt;bond0: no IPv6 routers present&lt;BR /&gt;eth0: no IPv6 routers present&lt;BR /&gt;eth1: no IPv6 routers present&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; cat /etc/sysconfig/network-scripts/ifcfg-eth0&lt;BR /&gt;DEVICE=eth0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;HWADDR=00:15:60:AC:17:1A&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;ETHTOOL_OPTS="speed 1000 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-eth1&lt;BR /&gt;DEVICE=eth1&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;HWADDR=00:15:60:AC:17:19&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;ETHTOOL_OPTS="speed 1000 duplex full autoneg off"&lt;BR /&gt;&lt;BR /&gt;cat /etc/sysconfig/network-scripts/ifcfg-zbond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;IPADDR=10.1.36.4&lt;BR /&gt;NETMASK=255.255.252.0&lt;BR /&gt;NETWORK=10.1.36.0&lt;BR /&gt;GATEWAY=10.1.36.1&lt;BR /&gt;#BROADCAST=1.1.39.255&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;USERCTL=no&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ethtool eth0&lt;BR /&gt;Settings for eth0:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;ethtool eth1&lt;BR /&gt;Settings for eth1:&lt;BR /&gt;        Supported ports: [ TP ]&lt;BR /&gt;        Supported link modes:   10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Supports auto-negotiation: Yes&lt;BR /&gt;        Advertised link modes:  10baseT/Half 10baseT/Full&lt;BR /&gt;                                100baseT/Half 100baseT/Full&lt;BR /&gt;                                1000baseT/Half 1000baseT/Full&lt;BR /&gt;        Advertised auto-negotiation: Yes&lt;BR /&gt;        Speed: 1000Mb/s&lt;BR /&gt;        Duplex: Full&lt;BR /&gt;        Port: Twisted Pair&lt;BR /&gt;        PHYAD: 0&lt;BR /&gt;        Transceiver: internal&lt;BR /&gt;        Auto-negotiation: on&lt;BR /&gt;        Supports Wake-on: g&lt;BR /&gt;        Wake-on: d&lt;BR /&gt;        Link detected: yes&lt;BR /&gt;&lt;BR /&gt;cat /proc/net/bonding/bond0&lt;BR /&gt;Ethernet Channel Bonding Driver: v2.6.1 (October 29, 2004)&lt;BR /&gt;&lt;BR /&gt;Bonding Mode: load balancing (round-robin)&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 0&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth0&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:15:60:ac:17:1a&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth1&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:15:60:ac:17:19&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; rpm -q bcm5700&lt;BR /&gt;bcm5700-8.3.14a-1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 03:53:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951099#M85675</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T03:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951100#M85676</link>
      <description>Hi&lt;BR /&gt;You can try setting up the speed with mii-tool.&lt;BR /&gt;&lt;BR /&gt;Hope that works&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 05:29:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951100#M85676</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-01-10T05:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951101#M85677</link>
      <description>isn't that tool replaced by ethtool? And also it doesn't support gigabit</description>
      <pubDate>Tue, 10 Jan 2006 05:44:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951101#M85677</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T05:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951102#M85678</link>
      <description>See this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=989331" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=989331&lt;/A&gt;</description>
      <pubDate>Tue, 10 Jan 2006 06:52:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951102#M85678</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-10T06:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951103#M85679</link>
      <description>I have seen that tread before. But unable to find a solution in it?</description>
      <pubDate>Tue, 10 Jan 2006 07:11:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951103#M85679</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T07:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951104#M85680</link>
      <description>But ethtool reports &lt;BR /&gt;&lt;BR /&gt;Speed: 1000Mb/s&lt;BR /&gt;Duplex: Full&lt;BR /&gt;&lt;BR /&gt;Can you verify the speed on the switch? Do you have any output errors?</description>
      <pubDate>Tue, 10 Jan 2006 08:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951104#M85680</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-01-10T08:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951105#M85681</link>
      <description>yes ethtool reports says 1 Gb. But when they are bonded dmesg says they are forced to 100Mbit&lt;BR /&gt;&lt;BR /&gt;I have done a troughput test where i had 2 Gbit in the other end and i was only able to transfer 7-8 MB/s</description>
      <pubDate>Tue, 10 Jan 2006 08:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951105#M85681</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T08:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951106#M85682</link>
      <description>ifconfig&lt;BR /&gt;bond0     Link encap:Ethernet  HWaddr 00:15:60:AC:17:1A&lt;BR /&gt;          inet addr:10.1.36.4  Bcast:10.1.39.255  Mask:255.255.252.0&lt;BR /&gt;          inet6 addr: fe80::200:ff:fe00:0/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING MASTER MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:317171 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:579594 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:0&lt;BR /&gt;          RX bytes:22648663 (21.5 MiB)  TX bytes:861301188 (821.4 MiB)&lt;BR /&gt;&lt;BR /&gt;eth0      Link encap:Ethernet  HWaddr 00:15:60:AC:17:1A&lt;BR /&gt;          inet6 addr: fe80::215:60ff:feac:171a/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:158571 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:289795 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:11320657 (10.7 MiB)  TX bytes:431420250 (411.4 MiB)&lt;BR /&gt;          Interrupt:209 Memory:fdf70000-fdf80000&lt;BR /&gt;&lt;BR /&gt;eth1      Link encap:Ethernet  HWaddr 00:15:60:AC:17:1A&lt;BR /&gt;          inet6 addr: fe80::215:60ff:feac:171a/64 Scope:Link&lt;BR /&gt;          UP BROADCAST RUNNING SLAVE MULTICAST  MTU:1500  Metric:1&lt;BR /&gt;          RX packets:158600 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;          TX packets:289799 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;          collisions:0 txqueuelen:1000&lt;BR /&gt;          RX bytes:11328006 (10.8 MiB)  TX bytes:429880938 (409.9 MiB)&lt;BR /&gt;          Interrupt:217 Memory:fdf60000-fdf70000&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jan 2006 08:17:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951106#M85682</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T08:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951107#M85683</link>
      <description>It seems to be some bug in linux bonding code. In bond_main.c I see a code which should get ethX speed/duplex status using ethtool API, but default value is 100MB.&lt;BR /&gt;So for some reason (or bugs in bonding code, or some interoperability issues with bcm5700 driver) bonding program cannot detect that eth0 work 1GB...&lt;BR /&gt;Do you use the latest RHEL4 update?</description>
      <pubDate>Tue, 10 Jan 2006 09:57:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951107#M85683</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-01-10T09:57:53Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951108#M85684</link>
      <description>It seems to be some bug in linux bonding code. In bond_main.c I see a code which should get ethX speed/duplex status using ethtool API, but default value is 100MB.&lt;BR /&gt;So for some reason (or bugs in bonding code, or some interoperability issues with bcm5700 driver) bonding program cannot detect that eth0 work 1GB...&lt;BR /&gt;Do you use the latest RHEL4 update?&lt;BR /&gt;&lt;BR /&gt;here &lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=977328" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=977328&lt;/A&gt; we have similar thread.</description>
      <pubDate>Tue, 10 Jan 2006 10:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951108#M85684</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-01-10T10:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951109#M85685</link>
      <description>/etc/modprobe.conf&lt;BR /&gt;&lt;BR /&gt;??&lt;BR /&gt;&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 miimon=200 mode=active-backup&lt;BR /&gt;alias scsi_hostadapter mptbase&lt;BR /&gt;alias scsi_hostadapter1 mptscsih&lt;BR /&gt;alias scsi_hostadapter2 ata_piix&lt;BR /&gt;alias usb-controller ehci-hcd&lt;BR /&gt;alias usb-controller1 uhci-hcd&lt;BR /&gt;alias eth1 tg3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What does yours say?&lt;BR /&gt;&lt;BR /&gt;Are you using tg3 or bcm5700 drivers?&lt;BR /&gt;&lt;BR /&gt;SEP-</description>
      <pubDate>Tue, 10 Jan 2006 10:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951109#M85685</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-10T10:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951110#M85686</link>
      <description>i'm so sorry but i have figured out the problem and it had nothing to do with the error in kernel log.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The server is on another vlan than the client testing from and therefore had to go trough another city(Max 155 MBit) I have tested  with a server connected to the same vlan at 1 Gbit and was able to transfer with 40 MB/s so i assume it's working and the error in the kernel log just got me to look in the worng place.</description>
      <pubDate>Tue, 10 Jan 2006 11:21:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951110#M85686</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T11:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951111#M85687</link>
      <description>I glad you found your problem and corrected it.&lt;BR /&gt;&lt;BR /&gt;I urge you to assign points to other peoples responses in this question thread.&lt;BR /&gt;&lt;BR /&gt;It encourages further response.&lt;BR /&gt;&lt;BR /&gt;If you feel the response had no value, such as my two, assign zero.&lt;BR /&gt;&lt;BR /&gt;:=)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Jan 2006 14:22:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951111#M85687</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-01-10T14:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: RHEL4 - NIC bonding - Wrong speed</title>
      <link>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951112#M85688</link>
      <description>i'm so sorry but i have figured out the problem and it had nothing to do with the error in kernel log.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The server is on another vlan than the client testing from and therefore had to go trough another city(Max 155 MBit) I have tested with a server connected to the same vlan at 1 Gbit and was able to transfer with 40 MB/s so i assume it's working and the error in the kernel log just got me to look in the worng place</description>
      <pubDate>Tue, 10 Jan 2006 15:50:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/rhel4-nic-bonding-wrong-speed/m-p/4951112#M85688</guid>
      <dc:creator>Allan Andersen_2</dc:creator>
      <dc:date>2006-01-10T15:50:04Z</dc:date>
    </item>
  </channel>
</rss>

