- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS server seems to hang when being shutdown
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-04-2001 09:52 AM
тАО10-04-2001 09:52 AM
NFS server seems to hang when being shutdown
t stop"
so to complete the reboot i have to resort to power-cycling the box! after the server comes back to run-level 3 i check the rc.log.old and see that umount is failing with "Device busy" for filesystem like /export/home, /export/p
rojects, etc...
why? ...knowing the two main NFS client servers were shutdown before i attempted to shutdown this server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 10:03 AM
тАО10-04-2001 10:03 AM
Re: NFS server seems to hang when being shutdown
file systems before shutting down the
NFS servers.
As the NFS server was down, all the NFS mounts
became stale and the server was not able to umount them successfully.
-Sridhar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 10:04 AM
тАО10-04-2001 10:04 AM
Re: NFS server seems to hang when being shutdown
There are several things you can do about this. You can keep the NFS server up until you finish the shutown of the hanging system, or you can use soft mounts (see the -o soft option on mount_nfs), or ...uh... you could limit the number of retries on the FS (not really advisable, IMHO), or ...uh... hmm - I can't think of anything else offhand.
If it's a local FS, then there's a process somewhere that either has a file open on that FS, or some process' current directory is (PWD)is on the FS. Finding the offending process can be tedious. Look for daemons that keep log files (or other files) on NFS mounts; also for any users that may be logged in, or have background processes that are lingering.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 10:39 AM
тАО10-04-2001 10:39 AM
Re: NFS server seems to hang when being shutdown
so what do i do if the NFS server is also a NFS client to itself? i have autmounter running and am using it to access the local file systems, and thus when the server shutdowns it runs "nfs.server stop" right way before even getting down to run-level 0. the reason i use automount on some of the local file systems of the NFS server is so that users can login as use it with their same enviroment that they use on the NFS clients. do i need to avoid that in order to shutdown the NFS server cleanly? the NFS server is the NIS master also, and the two NFS clients are also NIS slaves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 11:29 AM
тАО10-04-2001 11:29 AM
Re: NFS server seems to hang when being shutdown
Even then you need to unmount the local file systems. Do 'bdf -t nfs' and unmount all the
nfs file systems manuall. Then you do an nfs.client stop. You can either do nfs.server stop or reboot the system.
However, the remote systems that are accessing this system as NFS server will hang until this system comes back up. To find out all the nfs clients to this system, you can use the command "showmount".
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-04-2001 11:48 AM
тАО10-04-2001 11:48 AM
Re: NFS server seems to hang when being shutdown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-05-2001 04:32 PM
тАО10-05-2001 04:32 PM
Re: NFS server seems to hang when being shutdown
i will try both ideas whenever i am allowed to reboot this main production server again. i think u guys are on target ...i was even thinking of just removing the link at rc0.d!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-11-2001 11:13 AM
тАО10-11-2001 11:13 AM
Re: NFS server seems to hang when being shutdown
1. During your next attempt if nothing works, you can temporarily bypass this step by typing Cntrl + | (Control plus Pipe key) during the shutdown process. Sometime it expects twice. (You do not neet to wait for long). It will jump to next process.
2. If all the suggested tips are verified, please verify the PATCH level. There may be a PATCH required while I doubt this will be the cause.
-Sad.