1828949 Members
2324 Online
109986 Solutions
New Discussion

Re: NFS

 
Edgar Ulloa
Frequent Advisor

NFS

Hi Guys:

I want to export a directory in ovms 7.3-1 tcpip V5.3 - ECO 4
TCPIP> SET CONF MAP "/Basedato" $1$DKB100:

TCPIP> map "/Basedato" $1$DKB100:

tcpip>add proxy system/uid=0/gid=1/host=costo/nfs/perm

tcpip>add proxy alphauser/host=ipunix/remote_user=user_unix/nfs=(incoming,outgoing)

TCPIP> mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"
%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting _DNFS100:[DBASE]
-SYSTEM-F-NOSUCHOBJ, network object is unknown at remote node

I have in my host also and dont let me mount


any comment

Thanks
4 REPLIES 4
Steven Schweda
Honored Contributor

Re: NFS

ADD PROXY,
MAP,
SET CONFIGURATION MAP.

Ok. What about:

ADD EXPORT
?
Arch_Muthiah
Honored Contributor

Re: NFS

Edgar,

As steven said,

export your local dire/disk (/basedato) to the remote host(NFS client) machine.

tcpip> add export "/basedato" /host=nfs_client_host_name

then use your MOUNT command from the NFS client machine
mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"

Hope you have given the correct UID and GID.


Archunan

Regards
Archie
Volker Halle
Honored Contributor

Re: NFS

Edgar,

you need to issue the TCPIP MOUNT command on the NFS CLIENT, not on the NFS server:

$ TCPIP MOUNT DNFS:/path="/Basedato"/Host=

Enable your terminal on the host with REPLY/ENABLE to set possible NFS error messages.

Volker.
Volker Halle
Honored Contributor

Re: NFS

Edgar,

the TCPIP Services for OpenVMS Management Guide is available online:

http://h71000.www7.hp.com/doc/732final/6526/6526pro.HTML

Chapter 22 and 23 describe the usage of NFS Server and Client.

Volker.