<?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 Re: NFS version in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509634#M218060</link>
    <description>Hi simon,&lt;BR /&gt;&lt;BR /&gt;Even if the filesystems are mounted using a HA package, you are still using the mount command to mount the filesystem if it is defined in Customer_defined_run_cmds. If it is so, you can use -o vers=3 with the mount command to mount the filesystem using ver 3.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
    <pubDate>Tue, 22 Mar 2005 12:27:19 GMT</pubDate>
    <dc:creator>Sanjay_6</dc:creator>
    <dc:date>2005-03-22T12:27:19Z</dc:date>
    <item>
      <title>NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509629#M218055</link>
      <description>Hi there,&lt;BR /&gt;&lt;BR /&gt;How can I force the nfs client to mount the FS in ver 3.  I found some file system are mounted on ver 2 and some are mounted ver 3, even thought they are exported from the same server.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 11:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509629#M218055</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2005-03-22T11:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509630#M218056</link>
      <description>Simon&lt;BR /&gt;&lt;BR /&gt;if your clients are on HP-UX 11.x you can use to option "vers=3" for the nfs mount.&lt;BR /&gt;&lt;BR /&gt;see man mount_nfs&lt;BR /&gt;&lt;BR /&gt;on other client OSs you would need to check the appropriate man page or similar.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Bernhard</description>
      <pubDate>Tue, 22 Mar 2005 11:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509630#M218056</guid>
      <dc:creator>Bernhard Mueller</dc:creator>
      <dc:date>2005-03-22T11:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509631#M218057</link>
      <description>This thread may contain the answer.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=93726" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=93726&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you force the NFS version as this user tried, take not of the fact that V2 may be requird for certain mounts.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Mar 2005 11:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509631#M218057</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-22T11:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509632#M218058</link>
      <description>Hi Simon,&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;mount -F nfs -o vers=3 hostname:/path/to/dir /mnt_point&lt;BR /&gt;&lt;BR /&gt;You should also make sure the server is not "forcing" a version 2 export as it will override the client request. Also some servers may not support ver 3 - especially if they're old &amp;amp; not up to date on patches.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 22 Mar 2005 11:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509632#M218058</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2005-03-22T11:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509633#M218059</link>
      <description>thanks guys ...&lt;BR /&gt;&lt;BR /&gt;forgot to mention before, those NFS are mounted during the HA package start, not automount, how can I force them to mount on ver 3.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;&lt;BR /&gt;Simon&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 11:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509633#M218059</guid>
      <dc:creator>Camel_1</dc:creator>
      <dc:date>2005-03-22T11:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509634#M218060</link>
      <description>Hi simon,&lt;BR /&gt;&lt;BR /&gt;Even if the filesystems are mounted using a HA package, you are still using the mount command to mount the filesystem if it is defined in Customer_defined_run_cmds. If it is so, you can use -o vers=3 with the mount command to mount the filesystem using ver 3.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 12:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-version/m-p/3509634#M218060</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-03-22T12:27:19Z</dc:date>
    </item>
  </channel>
</rss>

