- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11i LAN/NFS server problem
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
06-24-2004 02:40 PM
06-24-2004 02:40 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 03:03 PM
06-24-2004 03:03 PM
Re: HP-UX 11i LAN/NFS server problem
r u saying there is no network connection from your adapter to known IP addresses? did u try to ping any IP addresses? also, is the network card down, i.e.
# lanscan
check if the "Hdw State" of the card is down/up.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 04:54 PM
06-24-2004 04:54 PM
Re: HP-UX 11i LAN/NFS server problem
here is the step i have done:
1. delete lan0 in the settings:based on the application that i am installing.
2. reboot the system
3. On boot: shows FAIL in LAN config.
4. Boot stopped in NFS server setting
so i cannot boot the system.
*I tried to disable LAN and NFS but still no good
*I check lan0 setting, it is enabled.
Is there any way i can recover my system?
what is the real cause of this?
thanks.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 05:14 PM
06-24-2004 05:14 PM
Solution1) A typographical error in /etc/rc.config.d/netconf or a backup copy of netcong. This will totally mess up the networking.
2) Actual failed network card(dmesg) unlikely.
3) Lan cable or wiring issue(not likely)
Ctrl-shift-/
at the console can sometimes force the system through this to boot.
At the console or via gsp you can issue an rs which will boot the box again.
Intervene at the 10 second prompt.
bo
Y to interact
hpux -is
This will boot in single user mode without networking.
You may be able to issue a
mount /usr
command and then run setparms and redo the networking on the box. Then you will be able to boot and your system should come up clean.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-24-2004 07:30 PM
06-24-2004 07:30 PM
Re: HP-UX 11i LAN/NFS server problem
thanks a lot,
i got the server booting again
you really helped me a lot thanks again!!