- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Umount a NFS file system...
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
12-18-2003 04:54 AM
12-18-2003 04:54 AM
I need to umount a NFS filesystem on ServerB. ServerB have mounted a NFS share from ServerA. My ServerA have been shutdown and returned to HP. I forgot to umount the NFS filesystem on ServerB. The thing is now I can't umount it. It says to me :nfs umount: nfs_umount: /hydr : is busy.
I tried "fuser -c /hydr" and I got this error: NFS server
How can I umount a that NFS filesystem??? Without rebooting the server...
Thanks
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 04:57 AM
12-18-2003 04:57 AM
SolutionYou might try /sbin/init.d/nfs.client stop
It might fail.
You might have better luck running exportfs -av on the NFS server, assuming its Unix.
This problem can also be caused by networking problems, bad cables, inability to ping, subnet changes and firewalls between SErver A and Server B
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
12-18-2003 04:57 AM
12-18-2003 04:57 AM
Re: Umount a NFS file system...
In my experience, it's been very rare that I've successfully unmounted in this sort of situation. There ought to be a "-f" switch to the umount command to force it, but there isn't. The only thing you can do is reboot ServerB or bring up another ServerA to temporarily supply the file system in question.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 05:00 AM
12-18-2003 05:00 AM
Re: Umount a NFS file system...
It's hard to do once the NFS server has gone down. You can try to stop the NFS client on this box
/sbin/init.d/nfs.cliebt stop
but I doubt that will do it.
Surest way is to get the server back up & on-line & then you can umount on the client.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 05:01 AM
12-18-2003 05:01 AM
Re: Umount a NFS file system...
Otherwise, you may need to reboot the system. Apply the latest NFS patches next time, it might resolve some of these issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 05:04 AM
12-18-2003 05:04 AM
Re: Umount a NFS file system...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 05:07 AM
12-18-2003 05:07 AM
Re: Umount a NFS file system...
/sbin/init.d/nfs.client stop
/sbin/init.d/nfs.server stop
/sbin/init.d/nfs.core stop
If it doesn't work - reboot.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 05:52 AM
12-18-2003 05:52 AM
Re: Umount a NFS file system...
1- Try stopping all NFS services on your client.
2- I've also, just for the sake of clearing the problem, rebooted the ServerA just to get the NFS mountpoint up and running again, only to unmount it prior to shutting down the ServerA again.
3- Reboot ServerB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 12:13 PM
12-18-2003 12:13 PM
Re: Umount a NFS file system...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 06:54 PM
12-18-2003 06:54 PM
Re: Umount a NFS file system...
1) add serverA's IP address to an existing server running NFS server
2) export the filesystem that was mounted
3) unmount on serverB (it can now reach the NFS server, though it is another server...
4) unexport the filesystem
5) remove the IP alias
You could even do all steps on serverB if you want...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 10:08 PM
12-18-2003 10:08 PM
Re: Umount a NFS file system...
http://docs.hp.com/hpux/onlinedocs/3929/ForciblyUnmountingNFSFilesystems.pdf
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2003 10:15 PM
12-18-2003 10:15 PM
Re: Umount a NFS file system...
It is worth pointing out that an NFS mount should timeout anyway, it might take a few days but it is supposed to.