Networking Forums

Networking Forums > Computer Networking > Windows Networking > NIC Teaming on Application Server

Reply
Thread Tools Display Modes

NIC Teaming on Application Server

 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      01-21-2008, 01:51 PM
Adamu Garba <(E-Mail Removed)> wrote:
> Hi all,
>
> Please can anybody help on how we can configure NIC teaming on our
> Application server to enhance data troughput? We host a third party
> accounting application on the application server and accessibility is
> becomming slower with current increase in number of access by users of
> accounting department. we monitor the NIC interface with both
> performace monitor interface objects, Task manager networking tab and
> MS Network moninor tool, the result shows that the interface
> throughput is near capacity( 85%-96%)
>
> any help or contibution will help
> Thanks in advance
> Adamu Garba.


Check with your NIC manufacturer to get their teaming software.


 
Reply With Quote
 
 
 
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      01-21-2008, 02:35 PM
Adamu Garba <(E-Mail Removed)> wrote:

<snip>

As per previous reply - your clock is not right, and you will make people
think you're trying to jump the queue. Please correct it.


 
Reply With Quote
 
Adamu Garba
Guest
Posts: n/a

 
      01-22-2008, 12:42 AM
Hi all,

Please can anybody help on how we can configure NIC teaming on our
Application server to enhance data troughput? We host a third party
accounting application on the application server and accessibility is
becomming slower with current increase in number of access by users of
accounting department. we monitor the NIC interface with both performace
monitor interface objects, Task manager networking tab and MS Network
moninor tool, the result shows that the interface throughput is near
capacity( 85%-96%)

any help or contibution will help
Thanks in advance
Adamu Garba.

 
Reply With Quote
 
Ryan Hanisco
Guest
Posts: n/a

 
      01-22-2008, 11:39 PM
Hi Adamu,

If you are adding a NIC to a team to give yourself more bandwidth, it is
important to know which direction you are expecting to improve. I am going
to put on my networking hat here, so bear with me.

If you need more bandwidth from the server to the client:
Binding the NICs together will give you additional bandwidth as the sessions
to the client are initiated by the individual NICs. Remember that this is
not a true load balance, but a load sharing that will approximate balance
through a roughly equal division of sessions. The sessions will be bound to
the originating NIC for the lifetime of the session (rather short.)

If you need more bandwidth from the client to the server:
You'll note that you have a single IP address and two MAC addresses. The
problem arises when packets come out of their Layer-3 wrappers and do an ARP
lookup on the local segment for the NIC they need to target. The server
can't just round-robin the NICs for the IP address as the switch caches the
lookup in the ARP table and the switching or multiple routes would kick
spanning tree into action.

There are two solutions here -- and the one chosen will depend on the
manufacturer and the version of the drivers. The NICs will either only allow
one to accept connections and fail in the event that the other goes down, OR
the NICs will announce a spoofed MAC address and use software in the drivers
to manage the connections. Most manufacturers use the former solution.

If you are trying to improve inbound connections, you will want to talk with
your hardware provider and be careful in your questioning -- oftentimes
someone you get on the phone won't know how this really works under the hood.

Hope this helps.
--
Ryan Hanisco
MCSE, MCTS: SQL 2005, Project+
http://www.techsterity.com
Chicago, IL

Remember: Marking helpful answers helps everyone find the info they need
quickly.


"Adamu Garba" wrote:

> Hi all,
>
> Please can anybody help on how we can configure NIC teaming on our
> Application server to enhance data troughput? We host a third party
> accounting application on the application server and accessibility is
> becomming slower with current increase in number of access by users of
> accounting department. we monitor the NIC interface with both performace
> monitor interface objects, Task manager networking tab and MS Network
> moninor tool, the result shows that the interface throughput is near
> capacity( 85%-96%)
>
> any help or contibution will help
> Thanks in advance
> Adamu Garba.
>

 
Reply With Quote
 
Lanwench [MVP - Exchange]
Guest
Posts: n/a

 
      01-23-2008, 02:32 PM
Adamu Garba <(E-Mail Removed)> wrote:

FIX YOUR CLOCK NOW PLEASE


 
Reply With Quote
 
Adamu Garba
Guest
Posts: n/a

 
      01-23-2008, 07:13 PM
Hi,
Thanks Ryan for guide
Adamu

"Ryan Hanisco" <(E-Mail Removed)> wrote in message
news:A526001B-6250-4583-9F19-(E-Mail Removed)...
> Hi Adamu,
>
> If you are adding a NIC to a team to give yourself more bandwidth, it is
> important to know which direction you are expecting to improve. I am
> going
> to put on my networking hat here, so bear with me.
>
> If you need more bandwidth from the server to the client:
> Binding the NICs together will give you additional bandwidth as the
> sessions
> to the client are initiated by the individual NICs. Remember that this is
> not a true load balance, but a load sharing that will approximate balance
> through a roughly equal division of sessions. The sessions will be bound
> to
> the originating NIC for the lifetime of the session (rather short.)
>
> If you need more bandwidth from the client to the server:
> You'll note that you have a single IP address and two MAC addresses. The
> problem arises when packets come out of their Layer-3 wrappers and do an
> ARP
> lookup on the local segment for the NIC they need to target. The server
> can't just round-robin the NICs for the IP address as the switch caches
> the
> lookup in the ARP table and the switching or multiple routes would kick
> spanning tree into action.
>
> There are two solutions here -- and the one chosen will depend on the
> manufacturer and the version of the drivers. The NICs will either only
> allow
> one to accept connections and fail in the event that the other goes down,
> OR
> the NICs will announce a spoofed MAC address and use software in the
> drivers
> to manage the connections. Most manufacturers use the former solution.
>
> If you are trying to improve inbound connections, you will want to talk
> with
> your hardware provider and be careful in your questioning -- oftentimes
> someone you get on the phone won't know how this really works under the
> hood.
>
> Hope this helps.
> --
> Ryan Hanisco
> MCSE, MCTS: SQL 2005, Project+
> http://www.techsterity.com
> Chicago, IL
>
> Remember: Marking helpful answers helps everyone find the info they need
> quickly.
>
>
> "Adamu Garba" wrote:
>
>> Hi all,
>>
>> Please can anybody help on how we can configure NIC teaming on our
>> Application server to enhance data troughput? We host a third party
>> accounting application on the application server and accessibility is
>> becomming slower with current increase in number of access by users of
>> accounting department. we monitor the NIC interface with both performace
>> monitor interface objects, Task manager networking tab and MS Network
>> moninor tool, the result shows that the interface throughput is near
>> capacity( 85%-96%)
>>
>> any help or contibution will help
>> Thanks in advance
>> Adamu Garba.
>>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Server 2008 NIC Teaming Jadus01 Windows Networking 2 04-15-2009 05:20 PM
configuring DNS server in 2003 using NIC teaming George Nussbaum Windows Networking 3 02-01-2008 11:26 AM
Application Server? Ignatius Wireless Networks 2 11-12-2006 04:07 PM
NLB with two NICs in server (no not teaming) newsbandit Windows Networking 1 10-20-2006 09:01 PM
Application Relay Server Juan Romero Windows Networking 0 01-26-2004 03:27 PM



1 2 3 4 5 6 7 8 9 10 11