- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Will APA Trunking Result in increased Packets/Seco...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 06:01 AM
11-05-2007 06:01 AM
Will APA Trunking Result in increased Packets/Second Capacity?
We already empoy TSO (TCP Offloading) but it seems the Apps still clamour for more bandwidth. Will trunking solve this problem? Or will I be better off segmenting LAN or multi-homing my HP-UX Server -i.e. I establish more APA (LAN Monitor) groups - with each APA Interface pair serving solely a group of NT Servers that we deem can be supported by each APA pair?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 06:32 AM
11-05-2007 06:32 AM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 06:52 AM
11-05-2007 06:52 AM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 12:08 PM
11-05-2007 12:08 PM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
Anyhow, unless your applications are making send() calls of > 1460 bytes at a time, you will not get much out of TSO. So, you might want to tusc trace your applications to see what size send calls they are making.
You should also verify that "TOPS" is enabled on the system, particularly if you see one or more of your CPUs close to saturation with interrupt processing.
Just trunking two NICs is probably fine, but if you want to trunk more than two together, you want the "NO_SYNC" patches, and I cannot recall if those are available back on 11.11. If they are not, then you will want to start to segment your network and have multiple "interfaces" (from the standpoint of the transport) on the system, each (preferably) configured into a separate IP subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 01:37 PM
11-05-2007 01:37 PM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
http://docs.hp.com/en/7662/new-apa-white-paper.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 11:46 PM
11-05-2007 11:46 PM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
You mentioned Lan Monitor groups, which do no load balancing at all. They provide redundancy, switching all the traffic to the standby interface when the primary fails.
If you are using load balancing aggregates, the default load balancing algorithm is based on the destination mac address. If you are sending only to one mac address at a time, all the traffic goes out one physical link. And, if the Windows hosts are on a different subnet, then all that traffic goes out of a single port because all the traffic goes to one mac address, the router's.
The best load balancing algorithm is usually LB_PORT, which establishes the "data flows" for distribution based on the sum of the source and destination TCP or UDP port numbers in each packet. In this way, traffic can be distributed even if all the traffic at some point in time is flowing all to the same remote host.
If the traffic traverses other trunks along the way (through routers or between switches or even at the remote system) the load balancing over each trunk is determined by the sending link partner. So, the HP does it's load balancing when giving packets to the switch, but the switch does the load balancing when forwarding the packets through the next trunk. The switch may also support load balancing based on the tcp and udp port numbers, some do, some don't.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 12:08 AM
11-06-2007 12:08 AM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
I think you will be disappointed in the results.
A normal APA setup with a pair of GB cards should get you twice the bandwidth of a single card without APA.
There is some overhead associated with APA and the type of requests, condition of the network, collision domain size and many other factors will hurt your bandwidth.
We had a similar issue with bandwith to and from our central storage NFS system, which is an EMC. We solved it mostly with networking.
Some systems were granted direct fiber access to the fabric network, negating the need to use copper network bandwidth.
A special network for only NFS was configured with a much smaller collision domain. At the very least our NFS packets were not bouncing off our Windows SMB packets.
The presence of Windows boxes in this mix leads me to believe the problem is not on your HP box. Its probably network configuration and what microsoft presents to the world as code.
I've noticed in a networks I maintain for fun that every windows box in the place was bouncing smb packets of my web servers. My solution was to physically disconnect the web servers from that network. Still every windows box in the place is filling my my firewall logs with SMB packets. What a waste.
SEP
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2007 05:43 AM
11-06-2007 05:43 AM
Re: Will APA Trunking Result in increased Packets/Second Capacity?
I'm confused, you say that he'd be dissapointed, but then you say that he should get nearly twice the throughput... which should make him more satisfied with the result.
I know it's not my thread, but can you clarify? Did you mean that even though his potential throughput would double his problem with the Windows Servers is the real issue there? I wouldn't mind learning a bit more from you on this issue, as well.
Thanks,
John