- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HP LAN Interfaces Problem
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-2003 06:28 AM
11-05-2003 06:28 AM
HP LAN Interfaces Problem
I have one HP UNIX Server partioned into two nodes node1 and node2 (npar) hardware partion each node has it's own LAN Primary interface and it's own LAN Stand by interface. i configured the ip address as bellow
node1
Primary Interface IP : 10.0.1.1
Stand By Interface IP : 10.0.1.90
node2
Primary Interface IP : 10.0.1.2
Stand By Interface IP :10.0.1.80
AND AS WE SEE all the ip address's are on the same network and subnet.
Now when i enable the interface of the standby either on the node1 or node2 interface i lost the whole connection to the server
i connect back by disable the standby interface
My question why is this happining?
and how i can make LAN Redundancy between the Primary interface and Standby Interface incase of failover of the Primary interface on any of these two partioned nodes?
Any suggestions
Thank you all i apprcaiate it
Any suggestions
Thank you all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:37 AM
11-05-2003 06:37 AM
Re: HP LAN Interfaces Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:42 AM
11-05-2003 06:42 AM
Re: HP LAN Interfaces Problem
What are you using SW-wise to perform the NIC failover - Service Guard or APA?
In the case of MC/SG the standby should NOT be assigned an IP. One lets MC/SG do the work. So down the standby card & unplumb it.
I'm not sure about APA - we don't use it.
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:45 AM
11-05-2003 06:45 AM
Re: HP LAN Interfaces Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:47 AM
11-05-2003 06:47 AM
Re: HP LAN Interfaces Problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:53 AM
11-05-2003 06:53 AM
Re: HP LAN Interfaces Problem
APA....you basically gang two interfaces into one LOGICAL Interface....and assign the LOGICAL Interface the IP address.
Therefore you get twice the bandwidth normally....and if either leg goes down...You are still on the LAN.
Cheers.
James
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 12:58 PM
11-05-2003 12:58 PM
Re: HP LAN Interfaces Problem
as pointed-out, APA is perhaps the best way to implement link-level HA.
if you do not want to go the APA route, then you need to:
*) make sure that both NICs do indeed have the same connectivity to the rest of the net (from your description of what happened, they might not)
and
*) only one of them is actually "up" at a time.
Now, if one does want both NICs configured at the same time, there can be some help in setting ip_strong_es_model to one - at that point source IP address is included in outbound route lookup and so traffic that comes-in on an interface will tend to go back out that same interface.
ftp://ftp.cup.hp.com/dist/networking/briefs/annotated_ndd.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 08:22 PM
11-05-2003 08:22 PM
Re: HP LAN Interfaces Problem
i use MC/SG and i do not assign any ip address to the standby interface as Mr.Jeff Said and make the test incase the primary interface failed but it doesnot switch to the standby LAN why?
Any suggestions
Thank you all