- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NFS mount no longer exists. How do I remove
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
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
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
тАО10-23-2000 07:08 AM
тАО10-23-2000 07:08 AM
My N4000 has an old nfs mount point from a server that no longer exists. The N is trying to mount the server and is stuck.
The old mount point is /home/cashar/test_mount. If I try to umount, the system says:
nfs umount: nfs_unmount: /home/cashar/test_mount: is busy.
If I do a mount I get:/home/cashar/test_mount on db05558.liv06.roushnet.com:/psoft/merkur/faxroot/storage defaults,NFSv3 on Fri Sep 29 12:26:08 2000
db05558 is no longer available to mount. The NFS client is constantly trying to mount and is causing problems on the system.
How do I put a stop to this problem?
Thanks,
Craig A. Sharp
Roush Industries
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:15 AM
тАО10-23-2000 07:15 AM
Re: NFS mount no longer exists. How do I remove
possibly there are some processes at the nfs.
Look with: fuser /home/cashar/test_mount
to see any processes that access the nfs dir.
With: fuser -k /home/cashar/test_mount you can kill those processes.
After that try again umount.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:19 AM
тАО10-23-2000 07:19 AM
Re: NFS mount no longer exists. How do I remove
To get rid of what is showing as mounted...try doing a fuser (options -f for open files; -u for user; -c for mount point & anything beneath) to see what is holding it as busy and then try doing a fuser -k to kill the process (if it is ok to kill it).
Just a thought,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:19 AM
тАО10-23-2000 07:19 AM
Re: NFS mount no longer exists. How do I remove
/home/cashar/test_mount:
Thanks,
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:25 AM
тАО10-23-2000 07:25 AM
Re: NFS mount no longer exists. How do I remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:27 AM
тАО10-23-2000 07:27 AM
Re: NFS mount no longer exists. How do I remove
is the mount issued from automount ?
Then you have to edit the /etc/auto_master or whereever your mount take place (ie: /etc/auto.direct)
Delete or comment the line with the mount, save the changes and typ: automount.
Perhaps this helps
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:31 AM
тАО10-23-2000 07:31 AM
Re: NFS mount no longer exists. How do I remove
fuser -fu /home/cashar/test_mount
First (and this may sound silly...) but make sure your a /.
I say this cause I have been guilty of being the person cd'd into the directory... yeah I know...dah..
If nothing comes back as mounted or being used by any user...then try to do the fuser -k /home/cashar/test_mount and then do a umount..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:37 AM
тАО10-23-2000 07:37 AM
Re: NFS mount no longer exists. How do I remove
I tried the fuser -k /home/cashar/test_mount and it just sits there.
I have also looked at the automounter and there are no entries. It is the same with the fstab file.
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:44 AM
тАО10-23-2000 07:44 AM
Re: NFS mount no longer exists. How do I remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:45 AM
тАО10-23-2000 07:45 AM
Re: NFS mount no longer exists. How do I remove
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:51 AM
тАО10-23-2000 07:51 AM
Re: NFS mount no longer exists. How do I remove
one thing to try:
mv /etc/mnttab /etc/mnttab.old
mount
This will rebuild the /etc/mnttab from scratch.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 07:55 AM
тАО10-23-2000 07:55 AM
Re: NFS mount no longer exists. How do I remove
fuser -ku
try and stop the nfs service and start it again...
sometimes youre lucky (30%) leaves 70% of reboot...
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:10 AM
тАО10-23-2000 08:10 AM
Re: NFS mount no longer exists. How do I remove
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:18 AM
тАО10-23-2000 08:18 AM
Re: NFS mount no longer exists. How do I remove
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:23 AM
тАО10-23-2000 08:23 AM
Re: NFS mount no longer exists. How do I remove
If so you should be able to umount now...
You should also (if NFS still works) to mount again by just typing :
mount rhost:/exportfs /mountpoint
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:26 AM
тАО10-23-2000 08:26 AM
Re: NFS mount no longer exists. How do I remove
Thanks,
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:31 AM
тАО10-23-2000 08:31 AM
Re: NFS mount no longer exists. How do I remove
mount remotehost:
If it doesnt work, reexport the filesystem from the remote host, that is on the remote host, type:
/usr/sbin/exportfs -av
Check that you ping correctly the remote host...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:38 AM
тАО10-23-2000 08:38 AM
Re: NFS mount no longer exists. How do I remove
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:48 AM
тАО10-23-2000 08:48 AM
Re: NFS mount no longer exists. How do I remove
/sbin/init.d/nfs.client stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 08:52 AM
тАО10-23-2000 08:52 AM
Re: NFS mount no longer exists. How do I remove
I created a new mount point and successfully mounted the old system with no problem. The old mount point still will not work. The client still wants to mount the server to the old mountpoint.
I was hopeing that by shutting down nfs, the client would not try to mount. Guess what, it still wants to mount.
Craig
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 09:05 AM
тАО10-23-2000 09:05 AM
Re: NFS mount no longer exists. How do I remove
Are you sure you have no config problem with /etc/rc.config.d/nfsconf?
Isnt there an /etc/xtab ?
what are the messages you get when you reinitialize the nfs client using /sbin/init.d>./nfs.client stop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-23-2000 10:47 AM
тАО10-23-2000 10:47 AM
Re: NFS mount no longer exists. How do I remove
Here is how to correct the problem. Prior to correcting the problem, if you try bdf, it will hang. Your system needs to have a second NIC. Set the NIC to the address of the old server. Make sure that there is an entry in the hosts file for the old server. Now when you enable the second NIC with the address of the old server, the NFS system will have something to connect to. Umount the stale filesystem. Now try bdf and it should not hang. Disable the second NIC and you are good to go.
Additional note: If you are running HPUX 11.00 you can alias the old server address to your primary NIC.
Thanks to all who tried to help and thanks to HP Phone Support.
Craig