- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- two ip address
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
09-22-2002 11:02 PM
09-22-2002 11:02 PM
two ip address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 11:10 PM
09-22-2002 11:10 PM
Re: two ip address
See forum discussion:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd84068c57f64d4118fee0090279cd0f9,00.html
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 11:22 PM
09-22-2002 11:22 PM
Re: two ip address
You can 2 IP address for one interface,
sam-->networking and communications-->network interface cards-->select the interface
Add IP Logical Interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 11:24 PM
09-22-2002 11:24 PM
Re: two ip address
In HP-UX 11.X
Original interface
#ifconfig lan0
Virtual interface
#ifconfig lan0:1
MC service guard will not have problems as far as the heartbeat LAN ip address is
reachable. For example if lan0
is transmiting heartbeat , adding a virtual interface lan0:1 will not stop lan0 operations.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2002 11:27 PM
09-22-2002 11:27 PM
Re: two ip address
edit the /etc/rc.config.d/netconf two configure 2 ip-addresses permanently
Example:
INTERFACE_NAME[0]=lan0
IP_ADDRESS[0]=10.122.13.65
SUBNET_MASK[0]=255.255.255.0
BROADCAST_ADDRESS[0]=10.122.13.255
INTERFACE_STATE[0]=up
DHCP_ENABLE[0]=0
IP_ADDRESS[1]=10.104.1.66
SUBNET_MASK[1]=255.255.255.0
INTERFACE_NAME[1]=lan0:1
BROADCAST_ADDRESS[1]=10.104.1.255
INTERFACE_STATE[1]=up
for configuring it temporarly you have to use ifconfig.
Peter