1753604 Members
6425 Online
108797 Solutions
New Discussion юеВ

Re: NFS help...

 

NFS help...

Trying to set up NFS and always get the same error.
Is there something I don't understand or is there a bug ?

create /dir dka0:[nfstst]
tcpip set conf map "/vmsdisk" dka0:
tcpip add export "/vmsdisk/nfstst" /host=*

@TCPIP$NFS_startup.COM
%TCPIP-I-INFO, subsystem vfs loaded
%TCPIP-I-INFO, filesystems mapped
%TCPIP-E-NFS_BFSCAL, operation MOUNT_POINT failed on file /vmsdisk/nfstst
%TCPIP-E-BFSCAL, file system is not mapped

Help appreciated...
Trying on 7.3-2 and 8.3.
7 REPLIES 7

Re: NFS help...

I now see this...?

$ ty dka0:[tcpip$nfs]TCPIP$MOUNTD_ALPHA1.LOG
27-Feb-2007 07:03:33 INFORMATIONAL: starting. HP TCP/IP Services for OpenVMS - MOUNT V3 V5.4-15
27-Feb-2007 07:03:33 ERROR: stat: no such file or directory, Cannot stat /vmsdisk/nfstst
Karl Rohwedder
Honored Contributor

Re: NFS help...

TCPIP> MAP "/vmsdisk" dka0

SET CONF MAP makes it permanent, MAP just does it. Has NFS-Server been enabled via TCPIP$CONFIG?

regards Kalle

Re: NFS help...

Have tried both MAP and SET CONF MAP.
Yes, NFS is enabled.
Brian Reiter
Valued Contributor

Re: NFS help...

Have you checked the protections on the directory being exported?

Re: NFS help...

Yes, but I just solved one problem...

Had to add .dir to export:
add export "/vmsdisk/nfstst.dir" /host=*

I can now tcpip mount locally.
Brian Reiter
Valued Contributor

Re: NFS help...

Strange, never had to add the .DIR extension to the export filename before.

I assume the TCPIP version is fully patched?
Daniel Fernandez Illan
Trusted Contributor

Re: NFS help...

Hi Daniel
Are you tested TYPELESS_DIRECTORIES option when you use EXPORT command?

Saludos.
Daniel.