- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Multiple connections on a server
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
12-06-2007 07:28 AM
12-06-2007 07:28 AM
Is this possible on HPUX11.xx running on PA-RISC RP3440?
Thanks,
--donovan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 07:48 AM
12-06-2007 07:48 AM
Re: Multiple connections on a server
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 07:52 AM
12-06-2007 07:52 AM
Re: Multiple connections on a server
It might kind of sort of work, but your results will be unpredictable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 07:54 AM
12-06-2007 07:54 AM
Re: Multiple connections on a server
You need to use different subnets on each port or consider to use APA to "team" the 4 ports to one.
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
12-06-2007 07:56 AM
12-06-2007 07:56 AM
SolutionRefer to Document UTRANKBRC00011759 in the Knowledge base (if you have a support agreement).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 10:17 AM
12-06-2007 10:17 AM
Re: Multiple connections on a server
INTERFACE_NAME[0]=lan1
IP_ADDRESS[0]="192.168.1.100"
INTERFACE_NAME[1]="lan1:3"
IP_ADDRESS[1]="192.168.1.101"
INTERFACE_NAME[2]="lan1:1"
IP_ADDRESS[2]="192.168.1.102"
INTERFACE_NAME[3]="lan1:2
IP_ADDRESS[3]="192.168.1.103"
if you need more speet you can use apa to trunk the four-port lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2007 12:23 PM
12-06-2007 12:23 PM
Re: Multiple connections on a server
We know how to set up the virtual interfaces, but since the application requires a separate connection for each instance and the customer doesn't want them on the same lan port.
We had set up one server by assigning each interface with an IP. This should work for us, but will know for sure after the application is installed.
The knowledge base document explains the "gotcha's", the HP Support stance, and confirmed our set up.
Again, thanks to all.
--donovan