HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to completely down and unplumb a Virtual I...
Operating System - HP-UX
1833189
Members
3018
Online
110051
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
07-18-2005 05:50 AM
07-18-2005 05:50 AM
I configured virtual IP Address like this:
root# ifconfig lan0:1 134.234.133.89 netmask 255.255.255.0 up
After which that VIP is accessible on our network and netstat shows:
root# netstat -ian
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0:1 134. 134.234.133.0 134.234.133.89 58621 0 48260 0 0
lan0 134. 134.234.133.0 134.234.133.16 14698222 0 9475527 0 0
lo0 4136 127.0.0.0 127.0.0.1 9384 0 9384 0 0
I now want to "unplumb" this VIP so I can bring it up on a differenet server. I
do:
root# ifconfig lan0:1 down
root# ifconfig lan0:1 unplumb
Can't unplumb secondary interface
netstat -ian now shows:
root@fhp007a # netstat -ian
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan0:1* 134. 134.234.133.0 134.234.133.89 58621 0 48260 0 0
lan0 134. 134.234.133.0 134.234.133.16 14698222 0 9475527 0 0
lo0 4136 127.0.0.0 127.0.0.1 9384 0 9384 0 0
The IP Address isno longer pinable from the outside BUT is still pingable on
the server - and it still shows as bound.
How do I completely disable the VIP so it no longer appears as bound?
Can I just ignore this and simply bring up the VIP on another server? If the for
mer VIP host still has it plumbed and can ping internally, will it be able to ac
cess the VIP once it is brought up on a different server?
Hakuna Matata.
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 05:58 AM
07-18-2005 05:58 AM
Solution
man ifconfig
You will have to assign ip addr 0.0.0.0 to it
ifconfig lan0:1 0.0.0.0 up
ifconfig lan0:1 0.0.0.0 down
From man page
unplumb Tear down the Streams plumbing for
a primary interface name. (See
the Interface Naming subsection
given below.) Secondary interface
does not require "plumbing". A
secondary IPv4 interface can be
removed by assigning an IP address
of 0.0.0.0 to it. Remove a
secondary IPv6 interface by
assigning an IP address of :: to
it.
Anil
You will have to assign ip addr 0.0.0.0 to it
ifconfig lan0:1 0.0.0.0 up
ifconfig lan0:1 0.0.0.0 down
From man page
unplumb Tear down the Streams plumbing for
a primary interface name. (See
the Interface Naming subsection
given below.) Secondary interface
does not require "plumbing". A
secondary IPv4 interface can be
removed by assigning an IP address
of 0.0.0.0 to it. Remove a
secondary IPv6 interface by
assigning an IP address of :: to
it.
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2005 06:02 AM
07-18-2005 06:02 AM
Re: How to completely down and unplumb a Virtual IP address?
Thanks.. it was in the man page after all!
Hakuna Matata.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP