- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stale NFS mounts
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
10-18-2004 01:56 AM
10-18-2004 01:56 AM
Stale NFS mounts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:00 AM
10-18-2004 02:00 AM
Re: Stale NFS mounts
check this link:
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B1031-90053/B1031-90053_top.html&con=/hpux/onlinedocs/B1031-90053/00/00/47-con.html&toc=/hpux/onlinedocs/B1031-90053/00/00/47-toc.html&searchterms=stale%7cNFS%7cmounts%7cresolve&queryid=20041018-075947
Regards,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:00 AM
10-18-2004 02:00 AM
Re: Stale NFS mounts
The only way to really resolve stale mounts is to reboot. With the latest versions of HP-UX and NFS, this problem seems to happen less frequently - you might want to consider updating and/or patching NFS.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:01 AM
10-18-2004 02:01 AM
Re: Stale NFS mounts
You should be moutning the NFS mounts with soft option, so that you atleast get to work.
By default they are mounted with hard option.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:03 AM
10-18-2004 02:03 AM
Re: Stale NFS mounts
Ideally, you should unmount them from the client before working on the server (of course, if the server crashed, you wouldn't have a chance to do this).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:53 AM
10-18-2004 02:53 AM
Re: Stale NFS mounts
umount -a
and then
mount -a
should work
If not, then you have to look for the process which still accesses the directory.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 05:59 AM
10-18-2004 05:59 AM
Re: Stale NFS mounts
The harder way is to however unmount the file system on the client and remount it.
Cheers,
Govind
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 02:01 PM
10-18-2004 02:01 PM
Re: Stale NFS mounts
With the next release of HP-UX, an NFS forced umount may be available. But for now, NFS servers can never be shutdown until all clients have umounted their NFS mountpoints. This is one of the reasons to use NFS with caution on production servers.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2004 05:05 PM
10-18-2004 05:05 PM
Re: Stale NFS mounts
Check particular Stale mount and unmount that with umount
Another key one is, if some user is on Staled directory then that will be a more problem. We have to tell the logged users to come out of that directory to unmount that FS there.
Simply removing entry from /etc/mnttab may be also used there.