- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What is unplumb and plumb of ifconfig?
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-11-2004 09:17 PM
09-11-2004 09:17 PM
What is the use of unplumb and plumb of ifconfig? Where and when should I use?
Your replies will clear our my confusions on this ifconfig options.
Thanks.
Adriatico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 09:41 PM
09-11-2004 09:41 PM
Solutionplumb/unplumb enables/disables streams on that interface.
When run, "unplumb" detaches the IP address from that interface. Plumb is automatically done when you add the IP address. While plumb is not explicitly used in day-to-day operations, unplumb is used to remove the IP address from the interface.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2004 09:54 PM
09-11-2004 09:54 PM
Re: What is unplumb and plumb of ifconfig?
Thanks for your replies.
So it will remove all the ip addresses bound on that interface once you unplumb.
Regards,
Adriatico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 03:36 PM
09-12-2004 03:36 PM
Re: What is unplumb and plumb of ifconfig?
Once an interface is plumbed, you can assign IP addresses to it. On HP-UX, the first "ifconfig lanN" does an implicit plumb operation so it is uncommong to acctually issue a "plumb" directly. Also, on HP-UX, an unplumb will do an implicit deleting of IP addresses. (IIRC)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2004 04:09 PM
09-12-2004 04:09 PM
Re: What is unplumb and plumb of ifconfig?
primary interface - lan0
Secondary interface - lan0:1
See more on ifconfig man page for "IP Index Number" part
By default,
plumbing is made setup after configuring the ip-address to any type of interface so that streams on TCP / IP to be used.
unplumbing is used to remove the configured ip-address on the interface. Here it is differeing based on iterface as,
primary interface - it is unplumbig the interface at once so that streams with tcp/ip is disabled.
secondary interface - it will get in effect by assigning ip-address to that interface as 0.0.0.0 ( ipv4 ) :: ( ipv6 )
you can view these changes with netstat -in command execution