- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IP configuration on HP 11
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-16-2001 04:50 AM
10-16-2001 04:50 AM
IP configuration on HP 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 05:08 AM
10-16-2001 05:08 AM
Re: IP configuration on HP 11
Have a look at the Auto-Port Aggregation Software product for this:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4240AA
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 06:10 AM
10-16-2001 06:10 AM
Re: IP configuration on HP 11
IF you are asking this question for bandwidth reasons, yes then you have to look at Auto port aggregation.
But if you are asking from MC-Service Guard perspective, where the packagage IP address (floating address) gets assigned to primary/standby NICs then its the MC/SG software which takes care of it.
For more information on MC/SG check
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B3935DA
http://docs.hp.com/hpux/onlinedocs/B3936-90053/B3936-90053.html
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 07:43 AM
10-16-2001 07:43 AM
Re: IP configuration on HP 11
and if you want a floating ip-address without MC/SG, then you have to use commands like
ifconfig lan0:1 1.2.3.4 up
to add the address (1.2.3.4 in this example) and
ifconfig lan0:1 0.0.0.0 down
to get rid of it.
AND make damn sure you NEVER EVER have it active concurrently!!!!!!
HTH,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 08:01 AM
10-16-2001 08:01 AM
Re: IP configuration on HP 11
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4240AA
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 03:12 PM
10-16-2001 03:12 PM
Re: IP configuration on HP 11
It is possible to assign an alias to the lo0 interface. This is done for virtual IP support behind some load balancers. Not sure if that is what you were talking about but thought I'd mention it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2001 04:01 PM
10-16-2001 04:01 PM
Re: IP configuration on HP 11
However, there are some limitations on the equipment that the Auto Port Aggregation is supported. Check this release notes before you go further.
http://docs.hp.com/hpux/onlinedocs/J4240-90005/J4240-90005.html
-Sri