- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS server not responding still trying ......
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
03-18-2001 03:32 PM
03-18-2001 03:32 PM
NFS server not responding still trying ......
NFS server (pid509@/net) not responding still trying ......
What does this mean? How can I continue the boot because the system just tries to connect?
Thanks for your answers,
Matti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2001 05:48 PM
03-18-2001 05:48 PM
Re: NFS server not responding still trying ......
Check your /etc/fstab files for lines that start with something like:
machine_name:/exported/directory /mount/directory NFS .............a bunch of other options
If you have entries like that and don't need them then you can remove them. I would make a backup copy of /etc/fstab first though, just in case they are being used by someone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2001 04:19 AM
03-19-2001 04:19 AM
Re: NFS server not responding still trying ......
Try pressing the control key and the pipe character (or control key and C) to kill the hung startup script.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 11:11 PM
03-22-2001 11:11 PM
Re: NFS server not responding still trying ......
If you don't mount NFS from NFS server in /etc/fstab problem may come from you cannot resolve own hostname
Did you change IP w/o make change the /etc/hosts ?
you can press break key , you will get login prompt and please try to ping and nslookup the machine hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2001 11:23 PM
03-22-2001 11:23 PM
Re: NFS server not responding still trying ......
The relevant I have extracted below from the man page for your convenience. Thus, INTR signals such as ctrl-c should work unless you have configured NOINTR.
If you don't like this idea of waiting for the server to startup and constantly get this message flagged on your user's terminal, you may want to configure soft-mounting instead.
============================================
Generally, physical disk I/O errors detected at the server are returned to the client for action. If the server is down or inaccessible, the client receives the message:
NFS: file server not responding: still trying.
The client continues resending the request until it receives an acknowledgement from the server. Therefore, the server can crash or power down, and come back up without any special action required by the client. The client process requesting the I/O will block, but remains sensitive to signals (unless mounted with the nointr option) until the server recovers.
However, if mounted with the soft option, the client process returns an error instead of waiting indefinitely.
============================================
Hope this helps. Regards.
Steven Sim Kok Leong
Brainbench MVP for Unix Admin
http://www.brainbench.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 12:13 AM
03-23-2001 12:13 AM
Re: NFS server not responding still trying ......
in order to proceed the boot-process, you can type 'esc'?.
May you should change the entrie in /etc/fstab that the nfs-mount is soft-mountet, a.e.:
10.0.0.1:/export/path /local/mount nfs soft,retry=5 0 0
that means, if mount fails, nfs deamon will retry 5 times and then it will be skipped
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2001 12:21 AM
03-23-2001 12:21 AM