- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stale NFS
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
07-21-2008 07:58 AM
07-21-2008 07:58 AM
Stale NFS
Jul 21 03:39:20 USUNX15 automountd[756]: stat /log/prd: Stale NFS file handle
Jul 21 03:39:20 USUNX15 automountd[756]: errno 70
Jul 21 03:39:20 USUNX15 automountd[756]: server merpkg.rpcsap.com:/log/prd is up bu
t get a staled device id! errno= 70
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 08:11 AM
07-21-2008 08:11 AM
Re: Stale NFS
check for processes which still hold this file open.
Stale NFS appears when you delete a file which is still in use of a process.
Such files look like '.nfsxxx'
HTH
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 09:02 AM
07-21-2008 09:02 AM
Re: Stale NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 10:22 PM
07-21-2008 10:22 PM
Re: Stale NFS
Unfortunately this is typically a rolling reboot of every machine if you have lots of interdependent mounts. :-(
Is merpkg up?
What OS version are you using?
11.31 has an umount -f option.
What version of the automounter are you using? You should be using the latest, enhanced autofs:
http://software.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ONCplus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 02:06 AM
07-22-2008 02:06 AM
Re: Stale NFS
do you have a process which hold a .nfs-file?
'ps -ef|grep .nfs'.
You can also search for the file from '/':
'find / -type f -name ".nfs*" -exec ll {} \+ '
Maybe then you get a hint which application is holding the file.
Then you should check why the file was deleted and why it's still in use.
When the application is stopped, the staled file will be deleted.
"...staled device id! errno= 70" - why a device? I can't find a hint in the knowledge base.
Volkmar
rip dad