- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX nic back-up configuration
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
05-30-2003 04:11 AM
05-30-2003 04:11 AM
HPUX nic back-up configuration
I've an hpux server with two NICs.
I'd like that one NIC is the back-up for the other one.
So both NICs should have the same IP address, but only one should work, the other NIC is in stand-by mode (no traffic routed) until the fault of the first.
Thanks in advance for the help.
Maurizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:17 AM
05-30-2003 04:17 AM
Re: HPUX nic back-up configuration
The backup card can be commented out in that file, though I don't think thats a good idea.
Better, keep a copy of /etc/rc.config.d in say the /root/ directory. You can NOT keep a copy in /etc/rc.config.d because it will be read when the machine starts.
in the backup file where it says lan1 you can change it to lan1
In most cases you are done. You may need to hardcode both configurations, commented into /etc/rc.config.d/hpbtlanconf with the second cards ideal duplex state commented out.
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
05-30-2003 04:19 AM
05-30-2003 04:19 AM
Re: HPUX nic back-up configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:21 AM
05-30-2003 04:21 AM
Re: HPUX nic back-up configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:23 AM
05-30-2003 04:23 AM
Re: HPUX nic back-up configuration
If you want only stand-by lan card, a good choice can be also APA, it will do load balancing, and in case of lan failure, all traffic go throught the other one, and no specific configuration to do (and you have the load balancing for performance).
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:23 AM
05-30-2003 04:23 AM
Re: HPUX nic back-up configuration
If the server is on site just configure both cards the same - but only have one plugged in - in the event of a failure unplug the failed card and plug in the backup.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:28 AM
05-30-2003 04:28 AM
Re: HPUX nic back-up configuration
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x7093ee3e323bd5118fef0090279cd0f9,00.html
Thanks
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:45 AM
05-30-2003 04:45 AM
Re: HPUX nic back-up configuration
1. On board we don't have any SW like Service guard.
I don't know APA, is it an HPUX application, and is it free?
2. Is it possible configure two nics with the same address but only one is working? If yes, is it possible to implement a shell script that pings the working NIC each one minute and if the ping doesn't go well the script starts up the other stand-by interface.
Maurizio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 04:49 AM
05-30-2003 04:49 AM
Re: HPUX nic back-up configuration
APA costs some money too.
Both are HP-UX add ins.
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
05-30-2003 04:52 AM
05-30-2003 04:52 AM
Re: HPUX nic back-up configuration
APA and MC/SG are not free. And no it is not possible to configure two lan with the same IP.
But I think that what you are looking for can be implemented by script on the same maner than MC/SG. You can configure a virtual IP that can be change from on lan to the other one, just by doing a polling on the subnet every 10/20 secondes, and if no answer, do an "ifconfig lanX:1 my_ip". But you will have to build the deamon that do the polling.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 05:01 AM
05-30-2003 05:01 AM
Re: HPUX nic back-up configuration
'APA' stands for Auto-Port Aggregation. The product provides load-balancing and failover capabilities for LAN connections. See here (and the links therein) for more information:
http://www.hp.com/products1/unixserverconnectivity/adapters/apa_overview.html
Regards!
...JRF...