- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Network performance with 2nd lan card on same ...
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
04-26-2004 08:55 PM
04-26-2004 08:55 PM
Network performance with 2nd lan card on same network
I just need to have my suspicions confirmed on this one.
Someone is recommending the addition of a 2nd 100BT card in an N-Class (HP-UX 11.00) which will be on the same lan as the first. This is to relieve any potential network congestion on the first lan card.
As far as I remember, the packets may well be received on the 2nd lan card (if directed to do so), but will always be sent back on the first lan card (or whichever interface is listed first in the routing table entry for the local lan). Is this true?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 08:57 PM
04-26-2004 08:57 PM
Re: Network performance with 2nd lan card on same network
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2004 09:15 PM
04-26-2004 09:15 PM
Re: Network performance with 2nd lan card on same network
Take a look at:
http://www.hp.com/products1/unixserverconnectivity/adapters/apa_overview.html
APA isn't free either.
Col.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 10:58 AM
04-27-2004 10:58 AM
Re: Network performance with 2nd lan card on same network
just an update to say that HP does not support two lan on the same network unless you use APA.
Nothing will warn you when you configure 2 lan on a same network but this can produce some weird situation with your applications.
Johan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 07:41 PM
04-27-2004 07:41 PM
Re: Network performance with 2nd lan card on same network
Just a quick thought - as we will be only talking to a single remote host via the additional lan card, is it possible to add a host route to the remote host to go via the 2nd interface?
thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 07:57 PM
04-27-2004 07:57 PM
Re: Network performance with 2nd lan card on same network
Remember with static routes you can only specify the next hop. If the host you were talking to was on the same subnet then you could do this:
example
nclass has IP addresses 10.1.1.1/255.255.255.0 and 10.1.1.2/255.255.255.0
remote has IP address 10.1.1.3/255.255.255.0
you want traffic for remote to always go out of 10.1.1.2. You can set up a static route as follows:
route add 10.1.1.3 10.1.1.2 0
However if remote was on a different subnet you could not do this, as the first hop has to at least point to a router, and you then can't control what interface is used for getting at the router.
HTH
duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 05:50 AM
04-28-2004 05:50 AM
Re: Network performance with 2nd lan card on same network
As for "support/notsupport" without APA, I thought there was a clarification that said it would be "supported" but it might not do what one wanted.
Anyhow.... you could indeed set a specific host route pointing at the IP of the desired egress interface. Or, depending on whether this system initiates the connection and/or if the applications can be convinced to call bind() before calling connect(), you could consider setting ip_strong_es_model - this causes source IP to be considered in the route lookups. It also means that packets will only be accepted on the interface with the corresponding IP address.
Finally, I'm not sure what HP are charging for a PCI 100BT NIC these days, but you might compare that with whatever we are charging for the latest GbE NIC(s) - it might be just as effective to upgrade to GbE. And to continue the shameless plug, there are some not-too-badly-priced GbE ProCurve switches these days :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 07:49 AM
04-28-2004 07:49 AM
Re: Network performance with 2nd lan card on same network
in HP-UX env, it is not recommended to use multiple lan cards on the same system in the same subnet. So you should not have multiple lan cards in the same subnet on the same system.
To answer to your quesation about traffic, traffic can come through different ports, but it goes out through the default gateway. However you can specify an additional route for a specific subnet.
Hope this helps.
Regds