<?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 SOLVED: What am I not understanding about 8.3-cluster NFS permissions? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/What-am-I-not-understanding-about-8-3-cluster-NFS-permissions/m-p/134696#M29538</link>
    <description>&lt;P&gt;Aha! I needed to add an access policy rule for the root file system....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Sep 2017 23:37:58 GMT</pubDate>
    <dc:creator>wsanderstii</dc:creator>
    <dc:date>2017-09-22T23:37:58Z</dc:date>
    <item>
      <title>What am I not understanding about 8.3-cluster NFS permissions?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/What-am-I-not-understanding-about-8-3-cluster-NFS-permissions/m-p/134695#M29537</link>
      <description>&lt;P&gt;What am I not understanding about 8.3-cluster NFS permissions? I have created a volume called "templates" on a vserver:&lt;/P&gt;&lt;PRE&gt;netapp-clr01::&amp;gt; volume show -vserver netapp-nfs01
Vserver   Volume       Aggregate    State      Type       Size  Available Used%
--------- ------------ ------------ ---------- ---- ---------- ---------- -----
netapp-nfs01
          netapp_nfs01_root
                       netapp_clr01_01_aggr1
                                    online     RW          1GB    972.5MB    5%
netapp-nfs01
          templates    netapp_clr01_01_aggr1
                                    online     RW          3TB     2.85TB    5%&lt;/PRE&gt;&lt;P&gt;It is assigned a policy called "templates":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;netapp-clr01::&amp;gt; volume show -volume templates -fields policy&lt;BR /&gt;vserver volume policy&lt;BR /&gt;------------ --------- ---------&lt;BR /&gt;netapp-nfs01 templates templates&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That looks like this:&lt;/P&gt;&lt;PRE&gt;netapp-clr01::&amp;gt; vserver export-policy rule show
             Policy          Rule    Access   Client                RO
Vserver      Name            Index   Protocol Match                 Rule
------------ --------------- ------  -------- --------------------- ---------
netapp-nfs01 templates       1       nfs      0.0.0.0/0             any&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netapp-clr01::&amp;gt; vserver export-policy rule show -policyname templates -vserver netapp-nfs01 -ruleindex 1&lt;BR /&gt;&lt;BR /&gt; Vserver: netapp-nfs01&lt;BR /&gt; Policy Name: templates&lt;BR /&gt; Rule Index: 1&lt;BR /&gt; Access Protocol: nfs&lt;BR /&gt;Client Match Hostname, IP Address, Netgroup, or Domain: 0.0.0.0/0&lt;BR /&gt; RO Access Rule: any&lt;BR /&gt; RW Access Rule: any&lt;BR /&gt;User ID To Which Anonymous Users Are Mapped: 65534&lt;BR /&gt; Superuser Security Types: any&lt;BR /&gt; Honor SetUID Bits in SETATTR: true&lt;BR /&gt; Allow Creation of Devices: true&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still, mount permission is denied:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;netapp-clr01::vserver export-policy&amp;gt; check-access -vserver netapp-nfs01 -volume templates -client-ip 10.0.161.220 -authentication-method none -protocol nfs3 -access-type read
                                         Policy    Policy       Rule
Path                          Policy     Owner     Owner Type  Index Access
----------------------------- ---------- --------- ---------- ------ ----------
/                             default    netapp_nfs01_root
                                                   volume          0 denied&lt;BR /&gt;root@photon-f6aa139e42ab [ ~ ]# showmount -e 10.2.48.102&lt;BR /&gt;Export list for 10.2.48.102:&lt;BR /&gt;/ (everyone)&lt;BR /&gt;root@photon-f6aa139e42ab [ ~ ]# mount -v 10.2.48.102:/ /mnt&lt;BR /&gt;mount.nfs: timeout set for Fri Sep 22 23:17:29 2017&lt;BR /&gt;mount.nfs: trying text-based options 'vers=4.2,addr=10.2.48.102,clientaddr=10.2.129.1'&lt;BR /&gt;mount.nfs: mount(2): Protocol not supported&lt;BR /&gt;mount.nfs: trying text-based options 'vers=4.1,addr=10.2.48.102,clientaddr=10.2.129.1'&lt;BR /&gt;mount.nfs: mount(2): Protocol not supported&lt;BR /&gt;mount.nfs: trying text-based options 'vers=4.0,addr=10.2.48.102,clientaddr=10.2.129.1'&lt;BR /&gt;mount.nfs: mount(2): Protocol not supported&lt;BR /&gt;mount.nfs: trying text-based options 'addr=10.2.48.102'&lt;BR /&gt;mount.nfs: prog 100003, trying vers=3, prot=6&lt;BR /&gt;mount.nfs: trying 10.2.48.102 prog 100003 vers 3 prot TCP port 2049&lt;BR /&gt;mount.nfs: prog 100005, trying vers=3, prot=17&lt;BR /&gt;mount.nfs: trying 10.2.48.102 prog 100005 vers 3 prot UDP port 635&lt;BR /&gt;mount.nfs: mount(2): Permission denied&lt;BR /&gt;mount.nfs: access denied by server while mounting 10.2.48.102:/&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:34:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/What-am-I-not-understanding-about-8-3-cluster-NFS-permissions/m-p/134695#M29537</guid>
      <dc:creator>wsanderstii</dc:creator>
      <dc:date>2025-06-04T14:34:10Z</dc:date>
    </item>
    <item>
      <title>SOLVED: What am I not understanding about 8.3-cluster NFS permissions?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/What-am-I-not-understanding-about-8-3-cluster-NFS-permissions/m-p/134696#M29538</link>
      <description>&lt;P&gt;Aha! I needed to add an access policy rule for the root file system....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Sep 2017 23:37:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/What-am-I-not-understanding-about-8-3-cluster-NFS-permissions/m-p/134696#M29538</guid>
      <dc:creator>wsanderstii</dc:creator>
      <dc:date>2017-09-22T23:37:58Z</dc:date>
    </item>
  </channel>
</rss>

