- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Network configuration lost
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-27-2005 02:32 AM
05-27-2005 02:32 AM
The lanscan commande shows only one interface (lan2). But the commande ifconfig lan2 says "no such interface".
How can i be sure that the lan2 is the physical connexion that i connected on my serveur ?
Thanks for help.
Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 02:47 AM
05-27-2005 02:47 AM
Re: Network configuration lost
What is the output of ioscan -fnC lan?
How many lan cards do you have in your system? (Look physically). Does ioscan show all the n/w cards connected physically in the system?
Seems to me that one of the network cards stopped getting sensed by the OS.
You may try refixing the card after shutting down the system.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 03:03 AM
05-27-2005 03:03 AM
Re: Network configuration lost
Thanks a lot for help.
The commande ioscan says
Class : lan
HW path : 10/12/6
State : CLAIMED
... : /dev/diag/lan2 /dev/ether2
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 03:20 AM
05-27-2005 03:20 AM
Re: Network configuration lost
Try "/sbin/init.d/net stop" and "/sbin/init.d/net start"
Or else,
"init 1" and "init 3"
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 03:33 AM
05-27-2005 03:33 AM
Re: Network configuration lost
ERROR : lan0 interface : ifconfig : no such interface.
Why can't i see this interface lan0 with ioscan ?
I wonder if my lan0 interface is not KO.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2005 10:48 AM
05-27-2005 10:48 AM
SolutionI think in your /etc/rc.config.d/netconf file lan0 has been configured.
Please check the file and change lan0 to a lan2 as you see it in the ioscan output.
after that you can do a
/sbin/init.d/net stop and
/sbin/init.d/net start
and that should do it
or else if you have the liberty go for a reboot and that should make things much cleaner.
thanks
Devesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 08:41 PM
05-29-2005 08:41 PM
Re: Network configuration lost
Thanks you very much for your help.
I use now the another ethernet lan2 interface to access my lan. But i don't understand why my the ioscan doesn't report the other ethernet interface lan0 (that works before). How can i be sur that it already works ?
Thank again.
By.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 08:46 PM
05-29-2005 08:46 PM
Re: Network configuration lost
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2005 09:10 PM
07-21-2005 09:10 PM
Re: Network configuration lost
Thanks.