<?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: teaming throughput help needed in Networking</title>
    <link>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882101#M1532</link>
    <description>Ricky,&lt;BR /&gt;Firstly, yes I wanted to say giga_bit_links so sorry about that. Very honesly I did not understand your reply. Sorry....but the switch is Netgear GS516T 16-port Copper Gigabit Switch.&lt;BR /&gt;How should I configure the NICS ??</description>
    <pubDate>Thu, 19 Oct 2006 02:23:36 GMT</pubDate>
    <dc:creator>donkarnash_1</dc:creator>
    <dc:date>2006-10-19T02:23:36Z</dc:date>
    <item>
      <title>teaming throughput help needed</title>
      <link>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882099#M1530</link>
      <description>Hello,&lt;BR /&gt;I have ML570 G3 server and a netgear gigabyte unmanaged switch. The NICS are Gigabyte NICS and I have teamed together a pair of NIC's for the live (public) network and one for the private network (192.168.23.X). The Live network is for the public while the Backup network is connected to the Netgear switch......&lt;BR /&gt;please see the attached doc. Thank you</description>
      <pubDate>Wed, 18 Oct 2006 01:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882099#M1530</guid>
      <dc:creator>donkarnash_1</dc:creator>
      <dc:date>2006-10-18T01:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: teaming throughput help needed</title>
      <link>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882100#M1531</link>
      <description>A couple things - if the teaming is using RoundRobin packet scheduling it could be causing TCP to make spurrious retransmissions.&lt;BR /&gt;&lt;BR /&gt;If it isn't using RR scheduling, the traffic of a single flow will be no more than what one link in the aggregate could hold.&lt;BR /&gt;&lt;BR /&gt;Filetransfer via SMB etc is often request/response, which means that bitrates are not always everything.&lt;BR /&gt;&lt;BR /&gt;A single lost TCP segment can ruin your entire thoughput.&lt;BR /&gt;&lt;BR /&gt;What do unmanaged siwtches do when asked to aggregate links?  I'd have thought that they might not do good things in that situation.&lt;BR /&gt;&lt;BR /&gt;I assume you mean giga_bit_ links and not gigabyte links as a "gigabyte" link would be a 10 gigabit link and I doubt many people would spring for four of those puppies these days :)</description>
      <pubDate>Wed, 18 Oct 2006 19:23:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882100#M1531</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-10-18T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: teaming throughput help needed</title>
      <link>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882101#M1532</link>
      <description>Ricky,&lt;BR /&gt;Firstly, yes I wanted to say giga_bit_links so sorry about that. Very honesly I did not understand your reply. Sorry....but the switch is Netgear GS516T 16-port Copper Gigabit Switch.&lt;BR /&gt;How should I configure the NICS ??</description>
      <pubDate>Thu, 19 Oct 2006 02:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882101#M1532</guid>
      <dc:creator>donkarnash_1</dc:creator>
      <dc:date>2006-10-19T02:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: teaming throughput help needed</title>
      <link>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882102#M1533</link>
      <description>I would start by eliminating variables.  First, make sure the Netgear switch supports LACP, which I assume is the protocol Windows will used when you select "Switch-assisted Load Balancing"  If not LACP then Cisco FastEtherchannel or whatnot.&lt;BR /&gt;&lt;BR /&gt;Next, try the backup network _without_ teaming/bonding/trunking going.  Perhaps with something like netperf TCP_STREAM to avoid filesystem issues.&lt;BR /&gt;&lt;BR /&gt;If/when trunking is working, a single TCP connection (aka flow) will go no faster than it could over a single link.   Depending on the platform, the "packet schedulers" will pick a link based either on the MAC address(es) or IP addresses or TCP port numbers.  They are geared towards increasing the performance of an _aggregate_ of flows - ie multiple connections. &lt;BR /&gt;&lt;BR /&gt;If your backup software only does one TCP connection, the teaming won't do very much at all to increase performance.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Oct 2006 11:42:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882102#M1533</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2006-10-19T11:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: teaming throughput help needed</title>
      <link>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882103#M1534</link>
      <description>Don,&lt;BR /&gt;Your problem is that an unmanaged switch does not support the "Switch-assisted Load Balancing" (SLB) team type.  We called it "switch-assisted" to infer that the switch must be configured for static port trunking/channeling.  Since your switch is unmanaged, you can't configure it to work with SLB.&lt;BR /&gt;&lt;BR /&gt;For the best throughput to an unmanaged switch, you should choose Transmit Load Balancing.&lt;BR /&gt;&lt;BR /&gt;I wrote an 80+ page whitepaper that provides lots of information about team types and switch configuration guidelines.  Link is here:&lt;BR /&gt;&lt;A href="ftp://ftp.compaq.com/pub/products/servers/networking/TeamingWP.pdf" target="_blank"&gt;ftp://ftp.compaq.com/pub/products/servers/networking/TeamingWP.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;-sean</description>
      <pubDate>Thu, 19 Oct 2006 20:55:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/networking/teaming-throughput-help-needed/m-p/3882103#M1534</guid>
      <dc:creator>Connery</dc:creator>
      <dc:date>2006-10-19T20:55:36Z</dc:date>
    </item>
  </channel>
</rss>

