<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic NFS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683678#M50800</link>
    <description>Hi Guys:&lt;BR /&gt;&lt;BR /&gt;I want to export a directory in ovms 7.3-1 tcpip V5.3 - ECO 4&lt;BR /&gt;TCPIP&amp;gt; SET CONF MAP "/Basedato" $1$DKB100:&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; map "/Basedato" $1$DKB100:&lt;BR /&gt;&lt;BR /&gt;tcpip&amp;gt;add proxy system/uid=0/gid=1/host=costo/nfs/perm&lt;BR /&gt;&lt;BR /&gt;tcpip&amp;gt;add proxy alphauser/host=ipunix/remote_user=user_unix/nfs=(incoming,outgoing)&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"&lt;BR /&gt;%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting _DNFS100:[DBASE]&lt;BR /&gt;-SYSTEM-F-NOSUCHOBJ, network object is unknown at remote node&lt;BR /&gt;&lt;BR /&gt;I have in my host also and dont let me mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any comment &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Fri, 02 Dec 2005 15:52:31 GMT</pubDate>
    <dc:creator>Edgar Ulloa</dc:creator>
    <dc:date>2005-12-02T15:52:31Z</dc:date>
    <item>
      <title>NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683678#M50800</link>
      <description>Hi Guys:&lt;BR /&gt;&lt;BR /&gt;I want to export a directory in ovms 7.3-1 tcpip V5.3 - ECO 4&lt;BR /&gt;TCPIP&amp;gt; SET CONF MAP "/Basedato" $1$DKB100:&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; map "/Basedato" $1$DKB100:&lt;BR /&gt;&lt;BR /&gt;tcpip&amp;gt;add proxy system/uid=0/gid=1/host=costo/nfs/perm&lt;BR /&gt;&lt;BR /&gt;tcpip&amp;gt;add proxy alphauser/host=ipunix/remote_user=user_unix/nfs=(incoming,outgoing)&lt;BR /&gt;&lt;BR /&gt;TCPIP&amp;gt; mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"&lt;BR /&gt;%TCPIP$DNFSMOUNT-E-MOUNTFAIL, error mounting _DNFS100:[DBASE]&lt;BR /&gt;-SYSTEM-F-NOSUCHOBJ, network object is unknown at remote node&lt;BR /&gt;&lt;BR /&gt;I have in my host also and dont let me mount&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any comment &lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 02 Dec 2005 15:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683678#M50800</guid>
      <dc:creator>Edgar Ulloa</dc:creator>
      <dc:date>2005-12-02T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683679#M50801</link>
      <description>ADD PROXY,&lt;BR /&gt;MAP,&lt;BR /&gt;SET CONFIGURATION MAP.&lt;BR /&gt;&lt;BR /&gt;Ok.  What about:&lt;BR /&gt;&lt;BR /&gt;ADD EXPORT&lt;BR /&gt;?</description>
      <pubDate>Fri, 02 Dec 2005 16:27:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683679#M50801</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2005-12-02T16:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683680#M50802</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;As steven said,&lt;BR /&gt;&lt;BR /&gt;export your local dire/disk (/basedato) to the remote host(NFS client) machine.&lt;BR /&gt;&lt;BR /&gt;tcpip&amp;gt; add export "/basedato" /host=nfs_client_host_name&lt;BR /&gt;&lt;BR /&gt;then use your MOUNT command from the NFS client machine&lt;BR /&gt;mount $1$dkc100:[dbase]/host=10.1.1.34/path="/Basedato"&lt;BR /&gt;&lt;BR /&gt;Hope you have given the correct UID and GID.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Archunan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Dec 2005 16:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683680#M50802</guid>
      <dc:creator>Arch_Muthiah</dc:creator>
      <dc:date>2005-12-02T16:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683681#M50803</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;you need to issue the TCPIP MOUNT command on the NFS CLIENT, not on the NFS server:&lt;BR /&gt;&lt;BR /&gt;$ TCPIP MOUNT DNFS:/path="/Basedato"/Host=&lt;YOUR-NFS-SERVER&gt;&lt;BR /&gt;&lt;BR /&gt;Enable your terminal on the host with REPLY/ENABLE to set possible NFS error messages.&lt;BR /&gt;&lt;BR /&gt;Volker.&lt;/YOUR-NFS-SERVER&gt;</description>
      <pubDate>Sat, 03 Dec 2005 11:55:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683681#M50803</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-12-03T11:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: NFS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683682#M50804</link>
      <description>Edgar,&lt;BR /&gt;&lt;BR /&gt;the TCPIP Services for OpenVMS Management Guide is available online:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h71000.www7.hp.com/doc/732final/6526/6526pro.HTML" target="_blank"&gt;http://h71000.www7.hp.com/doc/732final/6526/6526pro.HTML&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Chapter 22 and 23 describe the usage of NFS Server and Client.&lt;BR /&gt;&lt;BR /&gt;Volker.</description>
      <pubDate>Sat, 03 Dec 2005 11:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/nfs/m-p/3683682#M50804</guid>
      <dc:creator>Volker Halle</dc:creator>
      <dc:date>2005-12-03T11:58:13Z</dc:date>
    </item>
  </channel>
</rss>

