- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP APA With IP Alias
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-10-2007 05:15 AM
05-10-2007 05:15 AM
HP APA With IP Alias
I've two RX6600 on HP-UX 11.23.
I've configure HP APA in LAN MONITOR mode on each one.
And now, I want to use an Alias on my networks interface.
How can I configure a second IP address to this net interface.
example :
LinkAgg0 0x0017A451A3DD 900 UP lan900 snap900 7 ETHER Yes 119
lan900: flags=8000000000001843
inet 172.16.12.48 netmask ffff0000 broadcast 172.16.255.255
thanks,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 05:21 AM
05-10-2007 05:21 AM
Re: HP APA With IP Alias
INTERFACE_NAME[1]="lan900:1"
IP_ADDRESS[1]="192.168.0.71"
SUBNET_MASK[1]="255.255.255.0"
BROADCAST_ADDRESS[1]=""
INTERFACE_STATE[1]=""
DHCP_ENABLE[1]=0
You can set it via ifconfig too. But make sure to put in netconf to make it static.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 05:22 AM
05-10-2007 05:22 AM
Re: HP APA With IP Alias
http://docs.hp.com/en/B2355-60105/ifconfig.1M.html
(in your case lan900:1)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 05:24 AM
05-10-2007 05:24 AM
Re: HP APA With IP Alias
ifconfig lan900:1 inet 172.16.12.X (x is whatever you choose) netmask 255.255.0.0 up
command ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 05:40 AM
05-10-2007 05:40 AM
Re: HP APA With IP Alias
"IP Index Number
Multiple IP addresses assigned to the same interface may be in _different_ subnets. An example of an interface name without an IP index number is lan0. An example of an interface name with a IP index number is lan0:1. Note: specifying lan0:0 is equivalent to lan0."
man ifconfig
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2007 06:08 AM
05-10-2007 06:08 AM
Re: HP APA With IP Alias
Dear Court Campbell you gave me the solution.
In fact my needed is an temporary IP so i use ifconfig
I explain.
I develop on my servers a manual cluster with oracle/tuxedo and weblogic applications. with an MSA1500 SAN
And my cluster work fine without MC Service Guard.
thanks
best regards