- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
тАО02-09-2006 10:02 PM
тАО02-09-2006 10:02 PM
Stale NFS file handle
After restarting systemA we detected filesystem from it mounted using nfs in systemB is not accessible.
When we executed bdf command the output is as follows:
bdf: /export: Stale NFS file handle
I tried to mount and umount filesystem but I can't due this status.
I read information on internet and the best solution is restart systemB, but is there any way to fix issue without restarting?
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 10:05 PM
тАО02-09-2006 10:05 PM
Re: Stale NFS file handle
Your only hope would have been if you were able to manually mount/unmount.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 10:08 PM
тАО02-09-2006 10:08 PM
Re: Stale NFS file handle
You can also try stopping and starting nfs.core and nfs.client
#/sbin/init.d/nfs.client stop
#/sbin/init.d/nfs.core stop
#/sbin/init.d/nfs.core start
#/sbin/init.d/nfs.client start
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 10:08 PM
тАО02-09-2006 10:08 PM
Re: Stale NFS file handle
# System B - NFS client
# showmount -a
I hope you are having but responseless. Check the ping connectivity to NFS server System A.
Go to System A if it is running then,
# showmount -e
It has to show exported file system informations.
or
# exportfs -v
I hope mounted file system to NFS client (system B) is not exported now. You have to put that into /etc/exports file for permanent. (kept after reboot too)
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 10:26 PM
тАО02-09-2006 10:26 PM
Re: Stale NFS file handle
No. This was casued by a problem on the NFS server, not this box. Newer automounter software seems capable of getting around this, but stock NFS that came with your release will react like this.
I'm not sure about NFS v4.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2006 11:46 PM
тАО02-09-2006 11:46 PM
Re: Stale NFS file handle
exportfs -a & try mounting once again
or best rebootttt
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-12-2006 08:21 PM
тАО02-12-2006 08:21 PM
Re: Stale NFS file handle
I tried all you suggested but nothing fixed issue.
I will reboot. This is not a critical system so I can do it later, out of office hours.
Thanks anyway for your help.
Regards,
Carles