- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot access nfs3-specific umount command
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
03-23-2001 03:23 PM
03-23-2001 03:23 PM
I updated my HP-UX 10.20 server to NFS3. I have Ignite (which attempts to mount /var/opt/ignite/client.mnt to igniteserver:/var/opt/ignite/clients) and it is failing and offering the error "cannot access nfs3-specific umount command". The directory IS already mounted and Ignite needs to UN-mount it and mount it again.
When I tried to umount the directory on the box itself (not the ignite server, but the machine I am trying to back up) I get the same error message when I type ...
umount /var/opt/ignite/client.mnt
None of the umount commands on the machine (nor ones copied from a different machine with NFS3) will function.
HELP!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 02:27 AM
03-26-2001 02:27 AM
Re: cannot access nfs3-specific umount command
What does nfsstat say about the NFS version for this specific mount?
nfsstat -m and look at the "vers" entry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 09:11 AM
03-26-2001 09:11 AM
Re: cannot access nfs3-specific umount command
Try copying over /sbin/fs/nfs/umount
from a system where NFS PV3 is already installed and working, and see if that helps
to resolve the issue. The (u)mount command redirects to Filesystem specfic (u)mount
commands.
Hope this helps,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 09:37 AM
03-26-2001 09:37 AM
Re: cannot access nfs3-specific umount command
I tried copying over the umount command as recommended, but it had no effect. When I installed nfs v.3, I did have to modify the config file to tell it to use version 3, however it is the same modifications I made on the other system after installing version 3 which is working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 09:52 AM
03-26-2001 09:52 AM
Re: cannot access nfs3-specific umount command
Check this document in the TKB. I think this will help you.
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=2a1bd9b213bcdda0d6/screen=ckiSearchResults
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 11:34 AM
03-26-2001 11:34 AM
Re: cannot access nfs3-specific umount command
When I click the link, I just go to the search screen and get a message that I must enter search criteria. Could you possible go to the document itself and send me the link?
Thanks in advance,
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 11:45 AM
03-26-2001 11:45 AM
SolutionTry this one: http://us-support2.external.hp.com/cki/bin/doc.pl/sid=ead1869513b0a3cd82/screen=ckiDisplayDocument?docId=200000024646055
Just in case the link doesn't work, here is the Solution from that document:
Solution
Sounds the kernel portion of PV3 is installed, but the user-space is
not. Since you have not installed the B6378/9 bundles, you might have the PATCH_NOSAVE file on the system, which would cause the patch installations to be altered.
Do the following steps to correct this problem:
1. Make sure the PATCH_NOSAVE file is not being used
2. Make sure the following files do not exist:
/sbin/fs/autofs/mount
/sbin/fs/cachefs/mount
3. Re-apply PHNE_14072 and PHNE_13731 to force the PV2 kernel and user-space bits to be used.
Note that the two above mentioned patches have probably been superseded.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 11:52 AM
03-26-2001 11:52 AM
Re: cannot access nfs3-specific umount command
That got nme too the document. One question I have about it...will thi leave me running version 2 or ver 3. I do have to have ver 3 running, in order for Ignite to continue to work.
I got to version 3 by installing PHNE_22117. The document mentiones different patches. Should I remove the files mentioned in the document, then reinstall 22117?
Any advice is GREATLY appreciated!
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2001 12:11 PM
03-26-2001 12:11 PM
Re: cannot access nfs3-specific umount command
The two patches mentioned in that document have been superseded, so has PHNE_22117, which you installed.
The newest patches are PHNE_22877 and PHNE_22288. I started going through the patch database checking dependecies, and these patches have a LOT of dependencies. PHNE_22877 will have a dependencie of another patch, which then depends on another, etc. I was going to try to give you a complete list of patches, but I got tired of trying to figure out all the dependencies. That in itself may be part of your problem. If you just installed PHNE_22117 and not any of the dependent patches, then that can really cause problems.
Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 11:09 AM
04-03-2001 11:09 AM
Re: cannot access nfs3-specific umount command
The final answer was a simple one. The patches were good. I needed to do the following to get it corrected...
Made sure the PATCH_NOSAVE file was not being used
Renamed the following files ...
/sbin/fs/autofs/mount
/sbin/fs/cachefs/mount
... so the system could not see them.
Created a link in the sbin.fs directory called nfs3, pointing to nfs using the following command ...
ln -s /sbin/fs/nfs /sbin/fs/nfs3
Everything seems to be mounting and unmounting now!
Thanks for all the help!
Mike