- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS stale file handle
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
05-30-2004 04:30 PM
05-30-2004 04:30 PM
NFS stale file handle
The following error occurs while i issue a bdf command :
NFS stale file handle.
Can anybody please help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:15 PM
05-30-2004 05:15 PM
Re: NFS stale file handle
This means that the NFS filesystems were mounted on this server and now those filesystem are unmounted from the source itslef.
Just check on the other server of which the filesystems were mounted here.
Try to unmount the remotely mounted NFS filesystems.
Try by restarting the nfs daemons on both the servers.
OR
Simply this error will go after reboot.
Do this if this is a test server.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2004 05:16 PM
05-30-2004 05:16 PM
Re: NFS stale file handle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 01:14 AM
06-01-2004 01:14 AM
Re: NFS stale file handle
THere is a good white paper on the HP Docs website about how you can force umount that Stale FS instead of reboot. Check it out,
http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf
Hope that helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 01:21 AM
06-01-2004 01:21 AM
Re: NFS stale file handle
What to do: Check the NFS server side, find out why the share no longer exists. The beauty of NFS is that as soon as the share is reinstated, the client will be happy (unless the IP # has changed).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2004 02:15 AM
06-01-2004 02:15 AM
Re: NFS stale file handle
First of all, are you using /etc/exportfs to mount your client file system or was this mounted by command line?
Secondly, what OS are you using on the server and client?
The message you are getting, "NFS: stale file handle" means that the mount has been lost, possibly due to the client system having gone down, and means you need to re-mount the file system.
Check out the DIAGNOSTICS section of 'man exportfs' or see:
http://www.bga.org/~lessem/psyc5112/usail/man/hpux/exportfs.1.html
If an NFS mounted directory is unexported by exportfs, any access by the client to the directory causes an NFS stale file handle error. However, if exportfs is used to remove a client from the access list of an exported directory, an NFS stale file handle error does not result from any access by the client to the directory.