- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- after changing a network cable, how to get network...
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-06-2004 04:43 AM
05-06-2004 04:43 AM
(1) We disabled and enabled the NIC from SAM, didn't work
(2) We deleted the NIC and configure it from SAM, didn't work
(3) We rebooted the server, it worked.
Certainly rebooting the server is a silly idea. I am wondering what is the correct waqy of making the network connection work after you changed the network cable or adjust the NIC settings?
Thanks a lot,
Carol
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 04:50 AM
05-06-2004 04:50 AM
Re: after changing a network cable, how to get network connection back?
I would suggest downing the interface before you unplug the cable, replacing the cable, then enabling the interface again.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 04:54 AM
05-06-2004 04:54 AM
Re: after changing a network cable, how to get network connection back?
Change the cable.
ifconfig lanx up
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 05:12 AM
05-06-2004 05:12 AM
Re: after changing a network cable, how to get network connection back?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 05:21 AM
05-06-2004 05:21 AM
Solutionto be sure everything has been taken care of after a cable replacement,
these are the steps.
/sbin/init.d/net stop
/sbin/init.d/nettl stop
/sbin/init.d/net.init stop
Now restart these services in the reverse order.
/sbin/init.d/net.init start
/sbin/init.d/nettl start
/sbin/init.d/net start
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2004 09:51 PM
05-06-2004 09:51 PM
Re: after changing a network cable, how to get network connection back?
This brought it back to respond.