- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: configure 2nd NIC, if first one fails, then au...
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
08-02-2005 01:50 AM
08-02-2005 01:50 AM
HP-UX 11i
L2000
No MC/Service Guard
Current system has 1 NIC 10/100 - lan0 - configured and working fine.
Added 2nd NIC 10/100/1000 - lan1
want to make 10/100/1000 as the main NIC and if it fails, automatically switch to 10/100 NIC
1) Is this possible - without MC/SG
2) how can I do this.
How to configure 2 NIC cards with 1 Address for redundancy
lanscan shows
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x001083FAF59E 0 UP lan0 snap0 1 ETHER Yes 119
0/1/0/0 0x00306E0F7AD5 1 UP lan1 snap1 2 ETHER Yes 119
Thanks
Basheer
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 01:52 AM
08-02-2005 01:52 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
Take a look here:
http://docs.hp.com/en/netcom.html#Auto%20Port%20Aggregation%20%28APA%29
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 01:53 AM
08-02-2005 01:53 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
I don't believe this will work without either Serviceguard or a similar clustering product.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 03:09 AM
08-02-2005 03:09 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 03:34 AM
08-02-2005 03:34 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
Keep in mind if you have to access to your IP via router it could be problems given by router arp caching.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 04:37 AM
08-02-2005 04:37 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
Thanks,
james
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 04:44 AM
08-02-2005 04:44 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:01 AM
08-02-2005 05:01 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
without APA, no Fault-tolerance and NO load-balancing.
we are not BUY-ing it now.
Then
1) How do I make Gbit card active
2) Disable the working 10/100
Thanks
Basheer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:10 AM
08-02-2005 05:10 AM
Solution(while you are on the system console)
# ifconfig lan0
you will get something like this:
lan0: flags=843
inet 14.2.69.21 netmask fffffc00 broadcast 14.2.71.255
then
# ifconfig lan0 down
after that
# ifconfig lan1 inet 14.2.69.21 netmask 0xfffffc00 up
this way above is how to make this happen on the fly.
to permanently do the change
edit /etc/rc.config.d/netconf
find the block definition of lan0 (6-7 lines)
change lan0 to lan1
# /sbin/init.d/net stop
# /sbin/init.d/net start
Hope this helps
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:12 AM
08-02-2005 05:12 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
one more Q
1) I think this can NOT be done on-line when users are connected
am I right
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:14 AM
08-02-2005 05:14 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
when you do either
ifconfig lan0 down
or
/sbin/init.d/net stop
everyone connected to that IP address will get disconnected.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 06:08 AM
08-02-2005 06:08 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 06:56 AM
08-02-2005 06:56 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
Thanks a lot
You mentioned a very important step that this is done using console only.
I was planning to do from home ( now I can NOT do this) I have to be in front of console
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 07:23 AM
08-02-2005 07:23 AM
Re: configure 2nd NIC, if first one fails, then auto switch to 2nd
If your system do have a MP/GSP card and you can log onto console using that then it can be done remotely as well.
Your remote connection will not be disabled after bringing lan0 down as you are connected through MP/GSP card and not lan0.
HTH,
Devender