> ssq23:/# showmount -e ssq7
> no exported file systems for ssq7
The VMS system is not sharing/exporting any filesystems. This is why you're getting permission denied. You need to configure the VMS host to export the filesystem you're trying to mount.
> ssq23:/# rpcinfo -p ssq7
> program vers proto port service
> 100000 2 tcp 111 rpcbind
> 100000 2 udp 111 rpcbind
> 100003 2 tcp 2049 nfs
> 100003 2 udp 2049 nfs
> 100003 3 tcp 2049 nfs
> 100003 3 udp 2049 nfs
> 100005 1 udp 10 mountd
> 100005 3 udp 10 mountd
> 100005 1 tcp 10 mountd
> 100005 3 tcp 10 mountd
I don't see the Network Lock Manager (rpc.lockd) or the Network Status Monitor (rpc.statd) registered on the VMS system. While these protocols are not required to mount the filesystem, they are needed if you plan on running any applications that generate file lock requests.
I recommend you configure the VMS server to start these protocols.
Regards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with
HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]