- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IP Backup
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
10-27-2003 10:42 PM
10-27-2003 10:42 PM
IP Backup
if i have two ethernet port each port on different I/O Card and they are on the same network and subnet and i want to use just one IP and the other is backup in case the first one is down can i make it?(the server is HP Unix rp8400)?
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 10:51 PM
10-27-2003 10:51 PM
Re: IP Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 12:09 AM
10-28-2003 12:09 AM
Re: IP Backup
ping -n 1 -m30 hostname
rc=$?
# if return code not equal zero ie success
if [ $rc -ne 0 ] then
#bring up backup card on the same network
else
# all is well
fi
Remember that with HP-UX you can not bring up to NIC cards on the same network.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 01:01 AM
10-28-2003 01:01 AM
Re: IP Backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 12:52 PM
10-28-2003 12:52 PM
Re: IP Backup
MC/ServiceGuard I believe does just active/standby, but it has been a long time since I last looked.
Finally, if you are unwilling to spend the money for APA, but are willing to do some work, you could perhaps do some scripting with ping and/or linkloop(1m) to guesstimate when the active NIC fails, ifconfig it down and ifconfig the standby NIC into operation.
My personal suggestion is to go the APA route - when things aren't quite working you can then yell at HP rather than having to fix your scripts :)