- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- disabling ethernet card
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
12-06-2000 11:41 PM
12-06-2000 11:41 PM
disabling ethernet card
any help is highly appreciated .
TIA
S.N.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 12:49 AM
12-07-2000 12:49 AM
Re: disabling ethernet card
The easiest is:
start 'sam'
go to 'Networking and Communications'
go to 'Network Interface cards'
Select your network card
Menu: Actions -> Disable
Best regards,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 08:02 AM
12-07-2000 08:02 AM
Re: disabling ethernet card
ifconfig lanx unplumb
where x is the card instance. You will have to use ifconfig to plumb it back and set the IP config if you want to use it again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 10:50 AM
12-07-2000 10:50 AM
Re: disabling ethernet card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 11:33 AM
12-07-2000 11:33 AM
Re: disabling ethernet card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 11:44 AM
12-07-2000 11:44 AM
Re: disabling ethernet card
I no longer have a 10.20 system available, but checking some of my old notes and 10.20 manual, it appears unplumb was a vaild option. Maybe someone could verify.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2000 11:55 AM
12-07-2000 11:55 AM
Re: disabling ethernet card
as for unplumb on 10.20, nope, there is no unplumb option, just the usual bsdish up,down,netmask,etc sorts of things. there is no "plumbing" to undo until HP-UX 11 when the stack becomes "streams-based" (well, 10.30 was also streams based, but 10.30 was not much more than a limited technology release).