<?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 LINUX/VMS in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358928#M13611</link>
    <description>I have a redhat 9 system. I also have an older VMS box running NFS version 2. I want the VMS box to be the NFS server and I am having trouble mounting the Linux box to it. Do I have to do something to handle the mismatch NFS versions between the two systems? One is NFS 3 and one is NFS 2.</description>
    <pubDate>Tue, 17 Aug 2004 09:25:44 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2004-08-17T09:25:44Z</dc:date>
    <item>
      <title>NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358928#M13611</link>
      <description>I have a redhat 9 system. I also have an older VMS box running NFS version 2. I want the VMS box to be the NFS server and I am having trouble mounting the Linux box to it. Do I have to do something to handle the mismatch NFS versions between the two systems? One is NFS 3 and one is NFS 2.</description>
      <pubDate>Tue, 17 Aug 2004 09:25:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358928#M13611</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-08-17T09:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358929#M13612</link>
      <description>What error do you get?&lt;BR /&gt;can you see the share with&lt;BR /&gt;showmount -e x.x.x.x&lt;BR /&gt;&lt;BR /&gt;from the client where x.x.x.x is the IP address of the NFS server?</description>
      <pubDate>Tue, 17 Aug 2004 10:22:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358929#M13612</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-17T10:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358930#M13613</link>
      <description>if from rh9 you do this command&lt;BR /&gt;rpcinfo -p x.x.x.x&lt;BR /&gt;where x.x.x.x is the IP of nfs server what do get ? You should see the protocol and the version that nfs uses</description>
      <pubDate>Tue, 17 Aug 2004 10:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358930#M13613</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-17T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358931#M13614</link>
      <description>by default the client tries to mount with nfs version 2.&lt;BR /&gt;Otherwise you can specify other version in mount option:&lt;BR /&gt;nfsvers=3 (for instance)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And for the bove suggestion use:&lt;BR /&gt;rpcinfo -p x.x.x.x |grep nfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;to narrow the output to relevant rows...</description>
      <pubDate>Tue, 17 Aug 2004 10:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358931#M13614</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-17T10:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358932#M13615</link>
      <description># showmount -e ihs005&lt;BR /&gt;Export list for ihs005:&lt;BR /&gt;/DISK_PSOFT_DEV/psoft/dev/hr501   ihshp1.ihs-inc.com,ihshp2.ihs-inc.com,gregw_nt.ihs-inc.com,ihs2ktest.ihs-inc.com&lt;BR /&gt;/DISK_PSOFT_PROD/psoft/prod/hr501 ihshp1.ihs-inc.com,ihshp2.ihs-inc.com&lt;BR /&gt;/DISK_SWEEPS/sweeps               techweb3.ihs-inc.com&lt;BR /&gt;/DISK_SWEEPS/transfer             techweb3.ihs-inc.com&lt;BR /&gt;[root@techweb3 root]# rpcinfo -p ihs005&lt;BR /&gt;   program vers proto   port&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100005    1   udp     10  mountd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IHS005 is the nfs server&lt;BR /&gt;techweb3 is the RH9 system that I am trying to mount.</description>
      <pubDate>Tue, 17 Aug 2004 12:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358932#M13615</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2004-08-17T12:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358933#M13616</link>
      <description>How do you try to mount it on the linux and what is the error returned if any ?&lt;BR /&gt;&lt;BR /&gt;Do you see error on the vms side &lt;BR /&gt;does a &lt;BR /&gt;$reply/enable=all   &lt;BR /&gt;on the vms side &lt;BR /&gt;&lt;BR /&gt;then try the mount (from linux) again and see if you get meaningfull message in the vms session ?&lt;BR /&gt;&lt;BR /&gt;Maybe this will give more info on what this problem is ... if all fail's perhaps you could enable this in the audit trail on the vms side and see what this reveals.... in fact maybe you should post this also in the Openvms forum ... I have done year's of vms system management but this is also some years back and surely the vms forum will carry lots and lots more knowledge then your poor servant.&lt;BR /&gt;&lt;BR /&gt;in any case keep us informed .&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Aug 2004 17:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358933#M13616</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2004-08-17T17:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS LINUX/VMS</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358934#M13617</link>
      <description>the output show that the NFS server uses version 2 (like you said) , and UDP proto.&lt;BR /&gt;By default the client tries to connect with UDP and version 2.So technically you shouldn't have problems...What error message do you get if any  and what is the command that you use to mount that directory....</description>
      <pubDate>Wed, 18 Aug 2004 00:49:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-linux-vms/m-p/3358934#M13617</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2004-08-18T00:49:18Z</dc:date>
    </item>
  </channel>
</rss>

