- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reboot Server Hanging at NFS server
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-31-2004 09:32 PM
12-31-2004 09:32 PM
Reboot Server Hanging at NFS server
I just rebooted my server running HP-UX 11.11 and currently on the console, it is showing the error message:
NFS server (pid674@/net) not responding still trying
NFS server (pid674@/net) not responding still trying
.......
Seeking advise on it.
Thanks n Happy New Year to Forum!
cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 10:04 PM
12-31-2004 10:04 PM
Re: Reboot Server Hanging at NFS server
Check for any NFS static mounts in /etc/fstab and remove them.
Regds
Senthil.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 10:06 PM
12-31-2004 10:06 PM
Re: Reboot Server Hanging at NFS server
The server is a remote server. Currently, how am I able to break away from the error messages?
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 10:27 PM
12-31-2004 10:27 PM
Re: Reboot Server Hanging at NFS server
1. Interrupt the boot sequence with CTRL SHIFT | (pipe),
or reboot into single-user mode.
2. Modify the /etc/rc.config.d/nfsconf file:
A. Change NFS_CLIENT=0 from NFS_CLIENT=1.
B. Chnage NFS_SERVER=1 to NFS_SERVER=0.
3. Continue the reboot, or reboot the system.
It is often the case, that the system either is not using NFS at all,
or the NFS Servers listed in /etc/fstab are down, or not responding.
If the system is not intended to use NFS, then these steps should
resolve the issue.
I realized that /etc/hosts was having the wrong ip address assigned compare to /etc/rc.config.d/netconf. I changed the /etc/hosts to the correct IP address and is rebooting the server.
Thanks/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2004 10:47 PM
12-31-2004 10:47 PM
Re: Reboot Server Hanging at NFS server
The root cause was due to invalid ip addr in the /etc/hosts file.
Thanks for support/cliff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2005 12:43 AM
01-03-2005 12:43 AM
Re: Reboot Server Hanging at NFS server
nfsmount with the option -o soft...
then it will time out..
-paul