<?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 - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740296#M85896</link>
    <description>Hi Stuart,&lt;BR /&gt;&lt;BR /&gt;Sorry because I am so newbie, but... how can I know the version and the protocol I am using in the output of that command?&lt;BR /&gt;</description>
    <pubDate>Mon, 27 Feb 2006 15:15:04 GMT</pubDate>
    <dc:creator>Tonatiuh</dc:creator>
    <dc:date>2006-02-27T15:15:04Z</dc:date>
    <item>
      <title>NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740294#M85894</link>
      <description>Red Hat Enterprise Linux&lt;BR /&gt;&lt;BR /&gt;How can I know what NFS version and protocol I am using?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 14:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740294#M85894</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-02-27T14:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740295#M85895</link>
      <description>The NFS daemon will use the most recent version it knows of generally.&lt;BR /&gt;&lt;BR /&gt;To double check, you can use 'rpcinfo -p localhost' on the host you wish to check.&lt;BR /&gt;&lt;BR /&gt;It should look something like this:&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p localhost&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;    100011    1   udp    985  rquotad&lt;BR /&gt;    100011    2   udp    985  rquotad&lt;BR /&gt;    100011    1   tcp    988  rquotad&lt;BR /&gt;    100011    2   tcp    988  rquotad&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;    100003    3   udp   2049  nfs&lt;BR /&gt;    100003    2   tcp   2049  nfs&lt;BR /&gt;    100003    3   tcp   2049  nfs&lt;BR /&gt;    100021    1   udp  37374  nlockmgr&lt;BR /&gt;    100021    3   udp  37374  nlockmgr&lt;BR /&gt;    100021    4   udp  37374  nlockmgr&lt;BR /&gt;    100021    1   tcp  38183  nlockmgr&lt;BR /&gt;    100021    3   tcp  38183  nlockmgr&lt;BR /&gt;    100021    4   tcp  38183  nlockmgr&lt;BR /&gt;    100005    1   udp   1004  mountd&lt;BR /&gt;    100005    1   tcp   1007  mountd&lt;BR /&gt;    100005    2   udp   1004  mountd&lt;BR /&gt;    100005    2   tcp   1007  mountd&lt;BR /&gt;    100005    3   udp   1004  mountd&lt;BR /&gt;    100005    3   tcp   1007  mountd</description>
      <pubDate>Mon, 27 Feb 2006 14:59:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740295#M85895</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2006-02-27T14:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740296#M85896</link>
      <description>Hi Stuart,&lt;BR /&gt;&lt;BR /&gt;Sorry because I am so newbie, but... how can I know the version and the protocol I am using in the output of that command?&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Feb 2006 15:15:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740296#M85896</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2006-02-27T15:15:04Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740297#M85897</link>
      <description>Hi&lt;BR /&gt;Do a rpm -qa | grep nfs&lt;BR /&gt;&lt;BR /&gt;Cheers</description>
      <pubDate>Wed, 01 Mar 2006 04:53:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740297#M85897</guid>
      <dc:creator>Vipulinux</dc:creator>
      <dc:date>2006-03-01T04:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740298#M85898</link>
      <description>This output &lt;BR /&gt;&lt;BR /&gt;100003 2 udp 2049 nfs&lt;BR /&gt;100003 3 udp 2049 nfs&lt;BR /&gt;100003 2 tcp 2049 nfs&lt;BR /&gt;100003 3 tcp 2049 nfs&lt;BR /&gt;&lt;BR /&gt;says that your nfs server support NFS v2 and NFS v3 (the second column)</description>
      <pubDate>Wed, 01 Mar 2006 05:15:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740298#M85898</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-03-01T05:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: NFS version</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740299#M85899</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In these lines :&lt;BR /&gt;100003 2 udp 2049 nfs&lt;BR /&gt;100003 3 udp 2049 nfs&lt;BR /&gt;100003 2 tcp 2049 nfs&lt;BR /&gt;100003 3 tcp 2049 nfs&lt;BR /&gt;&lt;BR /&gt;You can see that you have NFS versions 2 and 3.&lt;BR /&gt;The one you use depend on the default of the mount command on the NFS client side.&lt;BR /&gt;You can force the version in the mount options&lt;BR /&gt;("-o nfsvers=3" for example).&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Mar 2006 05:19:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-version/m-p/3740299#M85899</guid>
      <dc:creator>Lionel Giraudeau</dc:creator>
      <dc:date>2006-03-01T05:19:18Z</dc:date>
    </item>
  </channel>
</rss>

