- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I fix the root cause of a stale NFS file ha...
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
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
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
02-06-2012 01:36 AM
02-06-2012 01:36 AM
How do I fix the root cause of a stale NFS file handle?
I've got 8 rx2660's running HP-UX 11.31. They were all commissioned last June.
One is an NFS server and the other 7 are NFS clients.
Approximately once a month (no obvious pattern), I get a stale NFS file handle reported in syslog on one machine only. Which machine varies, but to date there have only been 2 clients that have reported the error (again, no pattern, but almost taking it in turns).
By the time I get round to checking the error, it has righted itself.
As these are manufacturing systems, what I'd really like to do is get to the root cause of the problem rather than just resolve the immediate issue of the stale NFS file handle (which seems to 'fix' itself anyway).
So the question is what could be causing the stale NFS file handles? It's obviously not the server going down or all 7 clients would complain about it at the same time (as well as Production jumping up and down big time). My current thoughts are that it could be the odd dropped packet, but what would cause that? Some faulty networking component? Cable, NIC, switch port? Could there be anything else causing this intermittent problem?
I just thought I'd post this to see if I can get anyone else's take on what might be going on here.
All ideas welcome.
Many thanks,
Gary
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2012 05:42 AM
06-21-2012 05:42 AM
Re: How do I fix the root cause of a stale NFS file handle?
Hi Gary,
I hope by this time ,you would have found some answer to this.
Just to explain what is Stale file handle...
with respect to NFS protocol, Stale file handle means that the filehandle that client is referring is no longer a valid one on NFS server.
In most of the cases, the reason of this is if one of the client is is doing write/read on particular file and the same file is deleted on the server by a different nfs client.
Most probably this could be the reason on your environment, since there is only one server and 7 clients are accessing the same share( I am assuming it is the same exported directory for all 7 clients).
this error is part of protocol where NFS server can send to client.Should not be an issue with cable,nic etc..
Regards,
Kishore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2012 04:54 AM
07-10-2012 04:54 AM
Re: How do I fix the root cause of a stale NFS file handle?
Hi Kishore,
Thanks for the suggestion. I guess this could have been the issue.
Best regards,
Gary