- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Load-Balancing Disparate NIC (speed) Cards
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-08-2006 10:02 AM
тАО06-08-2006 10:02 AM
Load-Balancing Disparate NIC (speed) Cards
My question is this. One of our programmers just happened to notice that, on one of the systems, the receive and send packets are balanced almost 50-50 between the 100MB interface and the 1GB interface. Is there a way to weight these interfaces somehow so that most of the traffic comes in through the GB interface? I went into UCX> and looked at all the options available for SET INTERFACE and none of these seemed to be able to do the trick. Is this something that can even be done as far as TCP/IP is concerned?
Thanks in advance for your help.
warren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 10:53 AM
тАО06-08-2006 10:53 AM
Re: Load-Balancing Disparate NIC (speed) Cards
traffic to the 100Mbit interface. This may not be the most efficient way to "balance your load", however.
What utility was used to determine that the
send/receive packet counts were similar between the two ethernet interfaces?
Have you enabled jumbo frames on the 1Gbit interface? Does the cisco switch support jumbo frames? To enable them on the VMS side, you need to set bit six in the sysgen param LAN_FLAGS -- it's likely that the current value is 0, so to enable jumbo frames, set the value to 64 (decimal).
-- Rob (VMS Engineering)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 11:02 AM
тАО06-08-2006 11:02 AM
Re: Load-Balancing Disparate NIC (speed) Cards
Rob,
Is setting jumbo frames recommended for SCS traffic? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 11:17 AM
тАО06-08-2006 11:17 AM
Re: Load-Balancing Disparate NIC (speed) Cards
I went into UCX as follows to determine the receive and send packet info:
$ UCX
TCPIP> sh int
and in the Packets Receive and send colums, itw was as follows:
Packets
Interface: Receive Send
WE0 4027117 54907082
WE1 3587472 5545651
Warren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 11:21 AM
тАО06-08-2006 11:21 AM
Re: Load-Balancing Disparate NIC (speed) Cards
"Does the Cisco switch support jumbo frames?" - WILL HAVE TO CHECK WITH OUR NETWORK MANAGER FOR THIS ANSWER
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 11:33 AM
тАО06-08-2006 11:33 AM
Re: Load-Balancing Disparate NIC (speed) Cards
Is setting jumbo frames recommended for SCS traffic? Thanks.
--------
Well, I guess it depends on your SCS traffic.
If you are serving disks via MSCP, then you may be moving large amounts of data over the NI SCS link. Lock manager requests tend not to be too big; I don't know if SCS is multiplexed (that is, several small messages bundled together in one SCS datagram).
As with most configuration- or site-specific issues, the best thing to do is to gather a bunch of statistics before and after enabling jumbo frames to see if anything good or bad happens!
As a matter of course, I enable jumbo frames whenever possible, but I'm not running a production environment.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 11:38 AM
тАО06-08-2006 11:38 AM
Re: Load-Balancing Disparate NIC (speed) Cards
I went into UCX as follows to determine the receive and send packet info:
-----
That, of course, does not tell the whole story, as those numbers don't account for any SCS, DECnet, or LAT traffic (or any other protocol not part of the TCP/IP suite).
What problem are you attempting to solve?
It may be that your load is such that there is no need to do any load shifting from the 100Mbit interface to the 1Gbit interface.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 12:02 PM
тАО06-08-2006 12:02 PM
Re: Load-Balancing Disparate NIC (speed) Cards
I think you asked te key question - 'What problem are you tryin gto solve?'
I don't believe there really IS a problem, The other 2 nodes in the cluster, from the same perspective, show most IP traffic going across the GB interface, and even on the node we are talking about, with the 50-50 distribution, I'm like "So what?". We are seeing no adverse effects on any processing, we are getting no complaints from users about lack of responsivenes, and it's probably been like this for years.
I'm only taking this programmer's (wanna-be-sysmanager) observation as an opportunity to post a question so that I could query my peers (and I admit I flatter myself by calling myself a peer with you guys, considering the quality and depth of some of the stuff I've seen out here!) to get a little more information and insight into something I had not really dealt with too much over the years.
With that being said, unless anyone has anything else to add, I'm going on vaction now (seriously) and when I get back in the office next Tuesday, I'll check out further replies and probably close this out.
Thanks both of you guys for looking at this for me!
Warren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-08-2006 12:40 PM
тАО06-08-2006 12:40 PM
Re: Load-Balancing Disparate NIC (speed) Cards
What non-SCS traffic between the 4100's could be going over the 100Mbit interface?
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-09-2006 11:37 AM
тАО06-09-2006 11:37 AM
Re: Load-Balancing Disparate NIC (speed) Cards
Cass
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2006 04:51 AM
тАО06-14-2006 04:51 AM