- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS umount failed :"device busy"
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
тАО05-31-2007 05:02 PM
тАО05-31-2007 05:02 PM
NFS umount failed :"device busy"
#fuser -kcu /NFS_mount_point.
someone told me the only way to fix it is to reboot the server . is it true ?
I'm looking for another way to fix the NFS umount problme .can anyone tell me ?
Thanks & B.R
rambo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 07:15 PM
тАО05-31-2007 07:15 PM
Re: NFS umount failed :"device busy"
umount -f
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 07:22 PM
тАО05-31-2007 07:22 PM
Re: NFS umount failed :"device busy"
try the "lsof" and it may be able to locate the open file/process on the mount point.
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.77/
GOOD LUCK!
Warren
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 07:45 PM
тАО05-31-2007 07:45 PM
Re: NFS umount failed :"device busy"
You will probably find that using lsof that it is opened by the kernel, this is the NFS daemon doing this. You may need to stop all the NFS daemons being NFS server, NFS client and NFS core in that order. If that doesn't work there is the option of restarting Rpcd however I would not do that unless you really are feeling brave as many other daemons use this too. Rebooting may be easier if it is an option.
HTH
Andrew Y
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-01-2007 02:14 AM
тАО06-01-2007 02:14 AM
Re: NFS umount failed :"device busy"
2)is there any 3rd party s/w which uses nfs which needs to be stopped (e.g. file CIFS sharing s/w on another machine - e.g. a windows server
3) is it a hard nfs mount (is the nfs server up?)
4)very obvious, but worth stating: are you in the nfs mount directory or do you have a current telnet session open in it? whatabout on the console?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-01-2007 08:48 PM
тАО08-01-2007 08:48 PM
Re: NFS umount failed :"device busy"
you may have some problem during unmounting that shared followed this message "Device is busy".
In this case have two choice. Wait for NFS server or disconnect by force. In principle is
concerned it oust of nfs lock. The trick is to send a SIGKILL to the 'lockd' kernel thread.
This tells lockd to release all of its locks.
good luck
rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2007 08:33 PM
тАО08-02-2007 08:33 PM
Re: NFS umount failed :"device busy"
I can't comment whether this is true, no mentioned of special signals lockd(1m) handles. But one thing is certain, if you send SIGKILL, that processs can't do anything. And if you kill lockd, you must restart it manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2008 10:14 AM
тАО01-17-2008 10:14 AM
Re: NFS umount failed :"device busy"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-17-2008 02:18 PM
тАО01-17-2008 02:18 PM
Re: NFS umount failed :"device busy"
I doubt it. It isn't documented and the sources don't show this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-13-2012 11:42 AM
тАО11-13-2012 11:42 AM
Re: NFS umount failed :"device busy"
or try to mount on temp dir
for eg: mount /NFS_mount_point /tmp/test_ms
If you get success , then
rmdir the original mount point
create it one more time
mkdir -m 755 mount_point ( the one you have removed )
umount /tmp/test_ms
mount /NFS_mount_point mount_point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-16-2012 10:55 AM
тАО11-16-2012 10:55 AM
Re: NFS umount failed :"device busy"
Is this mount point defined in fstab or manual mount?
I have seen cases where you can blow away the mnttab and immediately attempt a umount. (and/or comment out the entry in fstab)
I'd suggest executing the umount command, which will fail. then rm mnttab, then arrow up and run umount again.
Regards,
Todd McDaniel