- 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
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
04-03-2002 07:26 AM
04-03-2002 07:26 AM
everytime we do a bdf.
Anybody knows how to get rid of this error, in order to reuse /cdrom for another NFS mount ?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 07:43 AM
04-03-2002 07:43 AM
Re: Stale NFS file handle
easiest option is reboot if allowed.
second option mount /dev/dsk/cXtXdX on /SD_CDROM
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 07:43 AM
04-03-2002 07:43 AM
Re: Stale NFS file handle
#/sbin/rc3.d/S100nfs.server stop
#/sbin/rc3.d/S100nfs.server start
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 07:45 AM
04-03-2002 07:45 AM
Solution'fuser -c /mountpoint' might help to tell you who had the cd in use, and so might 'showmount'
If anything fails, a reboot might be faster than finding the locking process
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 08:42 AM
04-03-2002 08:42 AM
Re: Stale NFS file handle
the way i found how to fix this without rebooting is as follows
using sam delete the NFS entry for that f/s and recreate it
if it gives you trouble such as it isnt there but when you try and recreate it it says it is then go to the /etc/imports and delete out the line you are trying to recreate and go back to sam to create the NFS import again
Hope this helps
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 10:47 PM
04-03-2002 10:47 PM
Re: Stale NFS file handle
Procura was right,
I did 'fuser -c /cdrom' and I just killed the related process, therefore I was able to umount /cdrom.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2002 03:51 AM
04-10-2002 03:51 AM