- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS message: Stale NFS 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
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
тАО01-30-2006 02:51 AM
тАО01-30-2006 02:51 AM
unix28:hrpadm 28> cd /patito
/patito: Stale NFS file handle
it sounds like a file system in NFS ... why can not execute cd command to /patito?
what do i must to has access there?
Thanks, Manuales.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 02:53 AM
тАО01-30-2006 02:53 AM
SolutionPete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 02:57 AM
тАО01-30-2006 02:57 AM
Re: NFS message: Stale NFS file handle
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 02:58 AM
тАО01-30-2006 02:58 AM
Re: NFS message: Stale NFS file handle
non-default switches, you can kill any
processes usign that handle and force a
dismount.
Otherwise, you will have to regain access
to the share (and possibly file), or reboot.
Review the man page for mount, and the
nfs pages it points you to.
You will want to consider using int on all
your NFS mounts. You may also want to
consider using the automounter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 03:19 AM
тАО01-30-2006 03:19 AM
Re: NFS message: Stale NFS file handle
1) The file/directory has been deleted on the server
2) The file/directory has been unexported on the server
If /patito is a filesystem that this NFS client normally has access to and it hasn't been deleted on the server, then my guess is it somehow got unexported.
You can try logging onto the server that houses the local filesystem for /patito and try unexporting/re-exporting the filesystem and see if that clears it up.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 03:27 AM
тАО01-30-2006 03:27 AM
Re: NFS message: Stale NFS file handle
Its apparent that NFS server is not available from your machine. Try unmount and mount it again from the server side.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 08:21 PM
тАО01-30-2006 08:21 PM
Re: NFS message: Stale NFS file handle
Check out these threads
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=882682
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=126532
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-30-2006 08:44 PM
тАО01-30-2006 08:44 PM
Re: NFS message: Stale NFS file handle
ping
showmount
will help you out. Try to contact NFS server and restart nfs.server nfs.core and nfs.client services. It will work now.
Else,
fuser -ku /patito
umount /patito
will unmount it.
--
Muthu