- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Multiple NIC's configuration HP-UX 11i v1
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
02-24-2009 08:18 AM
02-24-2009 08:18 AM
Multiple NIC's configuration HP-UX 11i v1
I'm not a network guy so my question is how do I go about doing this and do I need to add special routes to the routing table to accomplish it?
Here's what we need or had before we found out it didn't work:
NIC1: 97.0.0.51 255.255.255.252.0
NIC2: 192.168.0.51 255.255.255.0
NIC3: 97.0.0.52 255.255.252.0
NIC4: 192.168.0.52 255.255.255.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 08:31 AM
02-24-2009 08:31 AM
Re: Multiple NIC's configuration HP-UX 11i v1
not only in OS but you need to ensure that, your network engineer also done their part to route in different subnet's.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 08:31 AM
02-24-2009 08:31 AM
Re: Multiple NIC's configuration HP-UX 11i v1
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=J4240AA
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 08:34 AM
02-24-2009 08:34 AM
Re: Multiple NIC's configuration HP-UX 11i v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 08:35 AM
02-24-2009 08:35 AM
Re: Multiple NIC's configuration HP-UX 11i v1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 04:29 PM
02-24-2009 04:29 PM
Re: Multiple NIC's configuration HP-UX 11i v1
If you configure multiple, physical (from the standpoint of the transport) interfaces into the same IP subnet, traffic will be accepted on both interfaces, but will only be sent-out one of them. The stack assumes that each interface configured in the same IP subnet has equal connectivity to whatever is beyond them.
You can change this by adding specific, static routes to your routing table and/or setting ip_strong_es_model in ndd to cause source IP address to be part of route lookup. Unless you have a late enough patch set to have an acceptable value of 2, setting ip_strong_es_model to 1 means that traffic will only be accepted on the interface with the matching IP address configured - eg traffic destined for 97.0.0.51 would not be accepted on the interface with 97.0.0.52 configured.
APA is IMO the better/cleaner way to go - it will wrap both NICs into one pseudo-NIC to be used by the transport and can hide a link failure from the apps and such. Otherwise, that sort of thing has to be done "by hand" with scripts and whatnot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 06:39 AM
02-25-2009 06:39 AM