- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LAN failover without MC/SG
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
06-11-2001 07:32 PM
06-11-2001 07:32 PM
LAN failover without MC/SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 07:40 PM
06-11-2001 07:40 PM
Re: LAN failover without MC/SG
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4240AA
This should do what you want to do, although it appears it is only available for HP-UX 11.X.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 08:15 PM
06-11-2001 08:15 PM
Re: LAN failover without MC/SG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2001 08:21 PM
06-11-2001 08:21 PM
Re: LAN failover without MC/SG
I don't know that you can automatically do what you want without APA or MC/SG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 09:31 AM
06-12-2001 09:31 AM
Re: LAN failover without MC/SG
if you are adept enough with scripting and understand the issues well enough, you could concoct some scripts that run via cron/at or something that try somehow to determine the health of a given NIC and then move its IP address(es) to a backup NIC when the original one appears to fail.
it will not offer the load-balancing of APA, and will probably not detect and compensate for link failures as quickly, but if you really are strapped for money it should be possible.
still, i would really suggest you spend the money on APA. i suspect it will be a more complete solution, and one for which you can get HP support should something go awry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2001 10:49 PM
06-12-2001 10:49 PM
Re: LAN failover without MC/SG
APA allows to have one IP to many MAC addresses, but it requires additional HW and SW.
There are several solutions for your "problem", and they depend on the stack (IP, OSI, .... ) you need to make redundant against lancard failover.
You have two lancards, ok?
lan0 is the main, lan1 is the spare; at the system boot you must configure lan0, and leave lan1 not configured.
Basically you need a script (started at system boot) which periodically check for the lan card working status; if/when lan0 fails the script must unconfigure lan0 and configure lan1; if/when lan1 fails the script must performe the opposite action.
This provide to have the IP mapped (in different time slots) on two different lan cards.
If you need to make OSI redundant, then you can configure two subnets on lan0 and lan1, having the same NSAP and the parameter snet_query_subnet = 1: this fact guarantees that output PDU's are sent over the first lan card available ... if the first isn't available the PDU is sent over the second, and so on.
If you need to make another stack (proprietary for example...) redundant, then, if the stack is started by command line, you can detect the lan card failure by the script used for IP, the you can kill the running stack and start the new one on the new running lan card (after having configured it)
Hope this help you
Ciao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2001 03:23 AM
06-25-2001 03:23 AM
Re: LAN failover without MC/SG
I'm not very good at scripting and do not have time to write one from scratch. If you have a sample script that I can use to modify, please email to me at youn-wai_ley@hp.com