<?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 speed slow in network teaming in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694353#M81121</link>
    <description>Hi Tim, thanks for your reply. The bonding is not configured in round-robin. it's actually configured in Active-backup.&lt;BR /&gt;&lt;BR /&gt;under /etc/modprobe.conf&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 mode=1 miimon=100 fail_over_mac=1</description>
    <pubDate>Tue, 05 Oct 2010 03:03:31 GMT</pubDate>
    <dc:creator>Dess_sg</dc:creator>
    <dc:date>2010-10-05T03:03:31Z</dc:date>
    <item>
      <title>Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694347#M81115</link>
      <description>Hi to all the expert,&lt;BR /&gt;&lt;BR /&gt;i have a RHEL5 with 2 NIC card configure in network teaming.&lt;BR /&gt;I'm using the Gigabit NIC card. However, my statistic showed that the throughput is throttle at only 100 Mbps. Below is the config files, kindly advice if there's something wrong with it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat ifcfg-bond0&lt;BR /&gt;DEVICE=bond0&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;NETWORK=x.x.x.x&lt;BR /&gt;NETMASK=x.x.x.x&lt;BR /&gt;IPADDR=x.x.x.x&lt;BR /&gt;USERCTL=no&lt;BR /&gt;GATEWAY=x.x.x.x&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat ifcfg-eth2&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;DEVICE=eth2&lt;BR /&gt;HWADDR=00:24:81:81:c2:9a&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat ifcfg-eth3&lt;BR /&gt;# Please read /usr/share/doc/initscripts-*/sysconfig.txt&lt;BR /&gt;# for the documentation of these parameters.&lt;BR /&gt;TYPE=Ethernet&lt;BR /&gt;DEVICE=eth3&lt;BR /&gt;HWADDR=00:24:81:81:c2:9b&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;MASTER=bond0&lt;BR /&gt;SLAVE=yes&lt;BR /&gt;ONBOOT=yes&lt;BR /&gt;USERCTL=no&lt;BR /&gt;IPV6INIT=no&lt;BR /&gt;PEERDNS=yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/ethtool eth2&lt;BR /&gt;Settings for eth2:&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/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/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: 1&lt;BR /&gt; Transceiver: internal&lt;BR /&gt; Auto-negotiation: on&lt;BR /&gt; Supports Wake-on: pumbag&lt;BR /&gt; Wake-on: g&lt;BR /&gt; Current message level: 0x00000001 (1)&lt;BR /&gt; Link detected: yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# /sbin/ethtool eth3&lt;BR /&gt;Settings for eth3:&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/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/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: 1&lt;BR /&gt; Transceiver: internal&lt;BR /&gt; Auto-negotiation: on&lt;BR /&gt; Supports Wake-on: d&lt;BR /&gt; Wake-on: d&lt;BR /&gt; Current message level: 0x00000001 (1)&lt;BR /&gt; Link detected: yes&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# cat /proc/net/bonding/bond0&lt;BR /&gt;Ethernet Channel Bonding Driver: v3.2.4 (January 28, 2008)&lt;BR /&gt;&lt;BR /&gt;Bonding Mode: fault-tolerance (active-backup) (fail_over_mac)&lt;BR /&gt;Primary Slave: None&lt;BR /&gt;Currently Active Slave: eth2&lt;BR /&gt;MII Status: up&lt;BR /&gt;MII Polling Interval (ms): 100&lt;BR /&gt;Up Delay (ms): 0&lt;BR /&gt;Down Delay (ms): 0&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth2&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:24:81:81:c2:9a&lt;BR /&gt;&lt;BR /&gt;Slave Interface: eth3&lt;BR /&gt;MII Status: up&lt;BR /&gt;Link Failure Count: 0&lt;BR /&gt;Permanent HW addr: 00:24:81:81:c2:9b&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 05:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694347#M81115</guid>
      <dc:creator>Dess_sg</dc:creator>
      <dc:date>2010-10-04T05:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694348#M81116</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] my statistic showed [...]&lt;BR /&gt;&lt;BR /&gt;What, exactly, is "my statistic", and how,&lt;BR /&gt;exactly, was it obtained?&lt;BR /&gt;&lt;BR /&gt;I hope that you realize that a "1gb/s" speed&lt;BR /&gt;is one giga_bit_/second, not one&lt;BR /&gt;giga_byte_/second.</description>
      <pubDate>Mon, 04 Oct 2010 05:53:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694348#M81116</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-04T05:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694349#M81117</link>
      <description>Hi Steven,&lt;BR /&gt;&lt;BR /&gt;thanks for your reply. Based on my server calculation on the concurrent user, and also the data rate of the streaming service, the throughput should hit more than 100 Mbps.&lt;BR /&gt;&lt;BR /&gt;And yes, I'm aware of the byte and bit difference.&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 04 Oct 2010 05:56:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694349#M81117</guid>
      <dc:creator>Dess_sg</dc:creator>
      <dc:date>2010-10-04T05:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694350#M81118</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looking at your configuration files, you've got the bond set to use a fixed IP address, but the individual interfaces are set to using DHCP.&lt;BR /&gt;&lt;BR /&gt;I doubt this is causing the issue, but I'd change:&lt;BR /&gt;&lt;BR /&gt;BOOTPROTO=dhcp&lt;BR /&gt;to&lt;BR /&gt;BOOTPROTO=none&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What is the physical configuration  - Server type, NIC type etc. ?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rob</description>
      <pubDate>Mon, 04 Oct 2010 07:30:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694350#M81118</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-04T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694351#M81119</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] Based on my server calculation on the&lt;BR /&gt;&amp;gt; concurrent user, and also the data rate of&lt;BR /&gt;&amp;gt; the streaming service, the throughput&lt;BR /&gt;&amp;gt; should hit more than 100 Mbps.&lt;BR /&gt;&lt;BR /&gt;Which calculation is that?  What does "on the&lt;BR /&gt;concurrent user" mean?  The "data rate" of&lt;BR /&gt;what, exactly?  Which "streaming service"?&lt;BR /&gt;The "throughput" of what, exactly?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What, exactly, is "my statistic", and how,&lt;BR /&gt;&amp;gt; exactly, was it obtained?&lt;BR /&gt;&lt;BR /&gt;Still wondering...</description>
      <pubDate>Mon, 04 Oct 2010 12:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694351#M81119</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-04T12:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694352#M81120</link>
      <description>I would also like to mention that NIC teaming typically gives you an aggregated bandwidth increase ( not the word aggregated)&lt;BR /&gt;&lt;BR /&gt;many processes will have a bigger pipe to share but one process may not be any better, it could also be worse while the nic cards round-robin back and forth between the switch ports.&lt;BR /&gt;&lt;BR /&gt;try your test with only 1 NIC attached.  is it any worse ?&lt;BR /&gt;&lt;BR /&gt;There are a number of posts out here claiming mode=0 round-robin'ing is NOT the best solution.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Oct 2010 20:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694352#M81120</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2010-10-04T20:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694353#M81121</link>
      <description>Hi Tim, thanks for your reply. The bonding is not configured in round-robin. it's actually configured in Active-backup.&lt;BR /&gt;&lt;BR /&gt;under /etc/modprobe.conf&lt;BR /&gt;alias bond0 bonding&lt;BR /&gt;options bond0 mode=1 miimon=100 fail_over_mac=1</description>
      <pubDate>Tue, 05 Oct 2010 03:03:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694353#M81121</guid>
      <dc:creator>Dess_sg</dc:creator>
      <dc:date>2010-10-05T03:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694354#M81122</link>
      <description>Hi Rob, thanks for your reply too. I have changed from dhcp to none. didn't see any significant increase in throughput.&lt;BR /&gt;&lt;BR /&gt;What do you mean by physical configuration type?</description>
      <pubDate>Tue, 05 Oct 2010 03:05:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694354#M81122</guid>
      <dc:creator>Dess_sg</dc:creator>
      <dc:date>2010-10-05T03:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694355#M81123</link>
      <description>What type NICs are they ?&lt;BR /&gt;&lt;BR /&gt;If they're Broadcom be aware of Red Hat KB article: DOC-36394.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://access.redhat.com/kb/docs/DOC-36394" target="_blank"&gt;https://access.redhat.com/kb/docs/DOC-36394&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;"Slow network transfers with bnx2x NICs on Red Hat Enterprise Linux 5.5"&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Tue, 05 Oct 2010 12:12:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694355#M81123</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-05T12:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694356#M81124</link>
      <description>It really would help if you would describe the nature of your testing in greater detail.  For example, is it just a single stream, or more than one stream of traffic?  What is the destination of this traffic?  Is it, by any chance, a 100Mb connected system?  Is there, by any chance a 100Mb link somewhere in the middle of everything?&lt;BR /&gt;&lt;BR /&gt;Broadly speaking, short of using round-robin mode, bonding will only improve the throughput of aggregates of connections - any single TCP connection, or what the bonding software considers a "flow" will not go faster than a single link.  Also, while the bonding software controls what happens on the way out, it does not control what happens on the way in - that is the province of the switch(es).  Switches may have a very different packet scheduling algorithm (idea of what defines a "flow") from the bonding software.  And as always, even if the bonding spreads a single connection out, if the destination is connected with but a single link, *that* will be the gating factor.</description>
      <pubDate>Tue, 05 Oct 2010 16:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694356#M81124</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2010-10-05T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694357#M81125</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Bonding Mode: fault-tolerance (active-backup) (fail_over_mac)&lt;BR /&gt;&lt;BR /&gt;looks to me like there is no 802.3ad &lt;BR /&gt;&lt;BR /&gt;you have only a redundant link</description>
      <pubDate>Mon, 06 Dec 2010 09:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694357#M81125</guid>
      <dc:creator>Jan-Philipp Warmers</dc:creator>
      <dc:date>2010-12-06T09:49:01Z</dc:date>
    </item>
    <item>
      <title>Re: Network speed slow in network teaming</title>
      <link>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694358#M81126</link>
      <description>To validate your claim that your network is only doing 100Mbps, do the following please:&lt;BR /&gt;&lt;BR /&gt;from anotehr gigabit connected machine on the same subnet/lan do a null device FTP test:&lt;BR /&gt;&lt;BR /&gt;ftp slowserver&lt;BR /&gt;fill in cerdentials&lt;BR /&gt;ftp&amp;gt; put "|if=/dev/zero bs=1024k count=1024" /dev/null&lt;BR /&gt;&lt;BR /&gt;NOW this will initiate FTP/network bandwidth tests without involving any disk I/O at all. You should see 40 to 80 MBYTEs/sec if you at Full Gigabt speeds.&lt;BR /&gt;&lt;BR /&gt;One issue that I can surmise in your situation is you likely have a mismatched A and B Network "siding" (that is if you have dual LAN Switch Infrastructure). It could also mean the ISL's between your A and B Network switches are saturated at the time of observation or is faulty/buggy  (If it is a Cisco/MDS one -- check for firmware updates - we had a similar issue that was resolved with a firmware update -- the ISL's were performing poorly).&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Dec 2010 15:21:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/network-speed-slow-in-network-teaming/m-p/4694358#M81126</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2010-12-06T15:21:42Z</dc:date>
    </item>
  </channel>
</rss>

