- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: NFS v3 mount to directory tree
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
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
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
07-20-2011 01:59 PM
07-20-2011 01:59 PM
NFS v3 mount to directory tree
I'm in the process of setting up a new VMS 8.4 server and ran into an issue with NFS. I want to be able to take advantage of the NFS v3 client included with TCPIP V5.7-13ECO2 for the larger file size limit but the mount commands that I was using on pre-ECO2 are hanging the process and failing to mount the share. So far I've been unable to find any explanation for why this is occurring or anyone else that is having this issue. Has anyone seen this before or have any ideas of what else I can try?
$ tcpip mount dnfs4:[nfs.save]/host="NFS_SERVER"/path="/vol/lvsave"/system/structure=5
%TCPIP$DNFSMOUNT-E-DIRNOTCRE, _DNFS4:[NFS.SAVE] directory file not created
-SYSTEM-F-DEVNOTMOUNT, device is not mounted
OPCOM is also throwing a message:
Message from user SYSTEM on EULER
Client NFS ACP (00000422) - fatal error detected, exiting
Signal arguments:
00000005
0000000C
00000000
00000070
0009BD10
0000001B
sh dev d provides a status of "Mounted dismount" for DNFS4.
I have checked with our NFS admin and the NFS server isn't even seeing a request to mount. If I remove the directory tree in the mount command I am able to mount the share at the root of the disk, DNFS4:. The documentation eludes to being able to mount an NFS share to a directory tree.
- Tags:
- NFS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 05:24 PM
07-20-2011 05:24 PM
Re: NFS v3 mount to directory tree
The NFS client is tossing an access violation (ACCVIO) involving what looks to be an uninitialized variable.
Here's the usual mount I've been using (sometimes with /noadf, sometimes with /adf), but I've not yet tried this on the NFSv3 bits.
TCPIP> MOUNT DNFS0: volume_label logical_name -
/path="/export/path" /host=nfs.example.com -
/structure=5/noadf
ACCVIOs from system components are VMS (or in this case, TCP) bugs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 11:38 PM - edited 07-20-2011 11:40 PM
07-20-2011 11:38 PM - edited 07-20-2011 11:40 PM
Re: NFS v3 mount to directory tree
Mike,
I've tried your full command on TCPIP V5.6 ECO 5 NFS client and it works. Currently don't have access to a V8.4 system to try.
The NFS server does 'not see a mount' because the client NFS ACP crashes, before it can send anything to the NFS server. Can you try to set up a test NFS export on your local OpenVMS V8.4 server and try to mount that share in the same way ? Just to make sure, that this problem is reproducable without any 3rd party NFS server involved.
This most likely is a problem with the NFS client in TCPIP V5.7-13ECO2. So please log a call with HP to do yourself and others, who are likely to run into this issue, a favor and get this problem addressed asap. And please suggest to HP, that they should include NFS sub-directory mounts in their quality testing.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2011 11:02 AM
07-23-2011 11:02 AM
Re: NFS v3 mount to directory tree
Mike,
after building an OpenVMS Alpha V8.4 system, I tried your command with TCPIP V5.7 (without patches), it seems to work (against an OpenVMS V8.2 TCPIP V5.5 NFS server):
$ tcpip mount dnfs4:[nfs.save]/host=axpvms.invenate.local/path="/vms_nfs/nfs"/system/struc=5
%TCPIP$DNFSMOUNT-S-MOUNTED, /vms_nfs/nfs mounted on _DNFS4:[NFS.SAVE]
Exactly which version and architecture of OpenVMS and TCPIP are you running ($ TCPIP SHOW VERSION) ?
What's your NFS server ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2011 07:57 AM
07-24-2011 07:57 AM
Re: NFS v3 mount to directory tree
Mike,
after upgrading to TCPIP V5.7 ECO 2, I can reproduce your problem:
VTALPH $ tcpip mount dnfs4:[nfs.save]/host=axpvms.invenate.local/path="/vms_nfs/nfs"/system/struc=5
%%%%%%%%%%% OPCOM 24-JUL-2011 16:52:27.14 %%%%%%%%%%%
Message from user SYSTEM on VTALPH
Client NFS ACP (0000042E) - fatal error detected, exiting
Signal arguments:
00000005
0000000C
00000000
00000070
00068BA0
0000001B
%TCPIP$DNFSMOUNT-E-DIRNOTCRE, _DNFS4:[NFS.SAVE] directory file not created
-SYSTEM-F-DEVNOTMOUNT, device is not mounted
The process then hangs, CTRL-Y $ EXIT causes it to go into RWAST state...
Definitely a reproducable problem with TCPIP V5.7 ECO 2. If you can, please log a call with HP !
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2011 07:31 AM
07-25-2011 07:31 AM
Re: NFS v3 mount to directory tree
I'm not able to log a call with HP, I don't have an active support contract for my VMS servers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2011 08:20 AM
07-25-2011 08:20 AM
Re: NFS v3 mount to directory tree
No access to support or to newer fixes? Then you are left with the obvious choices. And yes, this is an unfortunate situation. The payment of costs from those savings of not having support just came due, obviously.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2011 05:05 AM
07-30-2011 05:05 AM
Re: NFS v3 mount to directory tree
Mike,
this problem is solved after applying the following 2 images:
$ TCPIP SHOW VERSION/ALL
...
Network File System:
TCPIP$DNFSACP;2 V5.7-ECO2-22011 29-APR-2011 SYS$COMMON:[SYSEXE]
TCPIP$DNFS_MOUNT_SHR;2 V5.7-ECO2-22011 29-APR-2011 SYS$COMMON:[SYSLIB]
One needs to contact HP to obtain these 'nfsv3pat' images. These fixed images are not yet available in any TCPIP ECO kit.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2011 07:58 PM
10-06-2011 07:58 PM
Re: NFS v3 mount to directory tree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2011 05:28 AM
10-07-2011 05:28 AM
Re: NFS v3 mount to directory tree
Unfortunately as soon as I try to access files on the NFS mounted disks, the system bugchecks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2011 05:35 AM - edited 10-07-2011 05:37 AM
10-07-2011 05:35 AM - edited 10-07-2011 05:37 AM
Re: NFS v3 mount to directory tree
John,
try mounting only DNFSx: without specifying a subdirectory. As fas as I remember, this did work with TCPIP V5.7 ECO 2.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2011 06:24 AM
10-12-2011 06:24 AM
Re: NFS v3 mount to directory tree
I was not specifying the subdirectory in the mount command, just the DNFS: which worked prior to installing the ECO.
I reinstalled the original ECO kit, so now I can not SSH X11 tunnel into my VMS 8.4 systems, but I can mount the cygwin disks again.