<?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: nfs4_setfacl could not set netAPP NFS volume. in Simulator Discussions</title>
    <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159136#M2582</link>
    <description>&lt;P&gt;"nobody:nobody" means that your NFSv4 ID domain is likely mismatched.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does /var/log/messages on your client show?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're likely seeing messages like this:&lt;/P&gt;
&lt;PRE&gt;2020-09-01T11:26:17.072485-04:00 sles15 nfsidmap[5338]: nss_getpwnam: name 'nobody' does not map into domain 'DOMAIN.COM'&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NFSv4.x requires the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- domain set in idmapd.conf&lt;/P&gt;
&lt;P&gt;- same domain set in the NFS server option v4-id-domain in ONTAP&lt;/P&gt;
&lt;P&gt;- users and groups that match on both client and ONTAP SVM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, this is my client:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# cat /etc/idmapd.conf | grep Domain&lt;BR /&gt;Domain = NTAP.LOCAL&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my SVM:&lt;/P&gt;
&lt;PRE&gt;::&amp;gt; nfs show -vserver DEMO -fields v4-id-domain&lt;BR /&gt;vserver v4-id-domain&lt;BR /&gt;------- ------------&lt;BR /&gt;DEMO NTAP.LOCAL&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My client can see a user named prof1 and its group ProfGroup (added locally in /etc/passwd and /etc/group):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# id prof1&lt;BR /&gt;uid=1102(prof1) gid=10002(ProfGroup) groups=10002(ProfGroup)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My SVM can also resolve that user (mine is using LDAP, but you can also manually add the user and group in the SVM):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;::*&amp;gt; getxxbyyy getpwbyname -node ontap9-tme-8040-01 -vserver DEMO -username prof1&lt;BR /&gt;(vserver services name-service getxxbyyy getpwbyname)&lt;BR /&gt;pw_name: prof1&lt;BR /&gt;pw_passwd:&lt;BR /&gt;pw_uid: 1102&lt;BR /&gt;pw_gid: 10002&lt;BR /&gt;pw_gecos:&lt;BR /&gt;pw_dir:&lt;BR /&gt;pw_shell:&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a result, my client can see the proper user/group ownership. Also, note that there are other folders with "nobody:nobody" because these do not have valid mappings from client to server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# ls -la&lt;BR /&gt;total 9752732&lt;BR /&gt;drwxrwxrwx 16 root root 4096 Aug 28 13:32 .&lt;BR /&gt;drwxr-xr-x 1 2087 30 462 May 14 20:33 ..&lt;BR /&gt;-rwxrwxrwx 1 nobody nobody 4973780992 Aug 5 12:27 Win2019-1M.iso&lt;BR /&gt;-rwxr-xr-x 1 root root 4973780992 Aug 17 16:31 Win2019.iso&lt;BR /&gt;d--------- 3 root root 4096 Aug 6 13:05 dir&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jun 22 12:51 flexgroup&lt;BR /&gt;drwxr-xr-x 3 root root 4096 Jul 10 2017 ftp&lt;BR /&gt;drwxrwxrwx 2 root root 4096 Jul 7 2017 ftpuser&lt;BR /&gt;d------r-x 2 nobody nobody 4096 May 18 12:32 git&lt;BR /&gt;drwxrwxrwx 3 root root 4096 Aug 12 10:24 mtuser&lt;BR /&gt;drwx------ 2 nobody nobody 4096 Oct 10 2019 nfs4&lt;BR /&gt;drwxr-xr-x 2 prof1 ProfGroup 4096 Aug 12 15:23 prof1&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jul 21 14:51 root&lt;BR /&gt;-rw-r--r-- 1 root root 0 May 21 13:27 rootfile&lt;BR /&gt;-rw-r--r-- 1 nobody daemon 0 May 21 13:53 rootfile2&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Apr 8 22:36 silly&lt;BR /&gt;drwx---r-x 2 nobody nobody 4096 Apr 24 13:42 student1&lt;BR /&gt;drwxrwxrwx 2 nobody nobody 4096 Apr 24 13:54 student2&lt;BR /&gt;drwxrwxrwx 2 root daemon 4096 Feb 24 2017 test&lt;BR /&gt;drwxrwxr-x 2 prof1 ProfGroup 4096 Aug 28 13:32 testprof&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, in my other client, which is pointing to the same LDAP server as my SVM, I can see all the owners/groups properly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# ls -la /mnt/nas&lt;BR /&gt;total 9752736&lt;BR /&gt;drwxrwxrwx 16 root root 4096 Aug 28 13:32 .&lt;BR /&gt;drwxr-xr-x. 14 root root 4096 Aug 17 16:29 ..&lt;BR /&gt;d--------- 3 root root 4096 Aug 6 13:05 dir&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jun 22 12:51 flexgroup&lt;BR /&gt;drwxr-xr-x 3 root root 4096 Jul 10 2017 ftp&lt;BR /&gt;drwxrwxrwx 2 root root 4096 Jul 7 2017 ftpuser&lt;BR /&gt;d------r-x 2 git git 4096 May 18 12:32 git&lt;BR /&gt;drwxrwxrwx 3 root root 4096 Aug 12 10:24 mtuser&lt;BR /&gt;drwx------ 2 nfs4 nfs4 4096 Oct 10 2019 nfs4&lt;BR /&gt;drwxr-xr-x 2 prof1 ProfGroup 4096 Aug 12 15:23 prof1&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jul 21 14:51 root&lt;BR /&gt;-rw-r--r-- 1 root root 0 May 21 13:27 rootfile&lt;BR /&gt;-rw-r--r-- 1 nobody daemon 0 May 21 13:53 rootfile2&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Apr 8 22:36 silly&lt;BR /&gt;drwx---r-x 2 student1 group1 4096 Apr 24 13:42 student1&lt;BR /&gt;drwxrwxrwx 2 student2 group1 4096 Apr 24 13:54 student2&lt;BR /&gt;drwxrwxrwx 2 root daemon 4096 Feb 24 2017 test&lt;BR /&gt;drwxrwxr-x 2 prof1 ProfGroup 4096 Aug 28 13:32 testprof&lt;BR /&gt;-rwxrwxrwx 1 admin group1 4973780992 Aug 5 12:27 Win2019-1M.iso&lt;BR /&gt;-rwxr-xr-x 1 root root 4973780992 Aug 17 16:31 Win2019.iso&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the SUSE client, I can set NFSv4 ACLs for the user I can resolve (prof1):&lt;/P&gt;
&lt;PRE&gt;sles15:/mnt # nfs4_setfacl -a U:fdSF:prof1@NTAP.LOCAL:rwaDxtTnNcCy /mnt/prof1&lt;BR /&gt;sles15:/mnt # nfs4_getfacl /mnt/prof1&lt;BR /&gt;A::EVERYONE@:rwaDxtTnNcy&lt;BR /&gt;A::OWNER@:rwaDxtTnNcCy&lt;BR /&gt;A:g:GROUP@:rwaDxtTnNcy&lt;BR /&gt;U:fdSF:prof1@NTAP.LOCAL:rwaDxtTnNcCy&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I can set it for users only ONTAP knows about:&lt;/P&gt;
&lt;PRE&gt;sles15:/mnt # nfs4_setfacl -a U:fdSF:student1@NTAP.LOCAL:rwaDxtTnNcCy /mnt/student1&lt;BR /&gt;sles15:/mnt # id student1&lt;BR /&gt;id: ‘student1’: no such user&lt;BR /&gt;sles15:/mnt # nfs4_getfacl /mnt/student1&lt;BR /&gt;A::OWNER@:rwaDxtTnNcCy&lt;BR /&gt;A::student1@NTAP.LOCAL:rwaDxtTnNcCy&lt;BR /&gt;A:g:group1@NTAP.LOCAL:rxtncy&lt;BR /&gt;A::EVERYONE@:rxtncy&lt;BR /&gt;U:fdSF:student1@NTAP.LOCAL:rwaDxtTnNcCy&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This community isn't really the right place to get into the details of NFSv4.x, setup, etc if you're unfamiliar. I suggest you have a look at TR-4067:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4067.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4067.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2020 15:43:48 GMT</pubDate>
    <dc:creator>parisi</dc:creator>
    <dc:date>2020-09-01T15:43:48Z</dc:date>
    <item>
      <title>nfs4_setfacl could not set netAPP NFS volume.</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159112#M2579</link>
      <description>&lt;P&gt;NETAPP simulator version 9.0/9.5/9.7&lt;/P&gt;
&lt;P&gt;Client: SuSE12 SP4 which install nfs4-acl-tools&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Scenario:&lt;/P&gt;
&lt;P&gt;1. I create a aggrgate and a volume which include CIFS and NFS protocols.&lt;/P&gt;
&lt;P&gt;2. I try to use suse to mount it by using&amp;nbsp; mount.nfs4....it mount well.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="007.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10005i189D73AD4FA9549F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="007.png" alt="007.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;After mount well...I&amp;nbsp; try to set nfs ACL by using nfs4_setfacl....&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="008_nfs4setACL_Fail.png" style="width: 503px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10006iF6B9AD643DF49B7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="008_nfs4setACL_Fail.png" alt="008_nfs4setACL_Fail.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;it show error message, whether parameter that I set mistake or something I forgot ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wencheng&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:55:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159112#M2579</guid>
      <dc:creator>Wencheng</dc:creator>
      <dc:date>2025-06-04T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: nfs4_setfacl could not set netAPP NFS volume.</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159116#M2580</link>
      <description>&lt;P&gt;Looks like you're doing a recursive v4 ACL.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did you try without -R?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the security style of the volume?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2020 17:23:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159116#M2580</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2020-08-31T17:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: nfs4_setfacl could not set netAPP NFS volume.</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159123#M2581</link>
      <description>&lt;P&gt;Hi Parisi&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; as&amp;nbsp; screenshot, I try to remove -R to set ACL...it show permission...&lt;/P&gt;
&lt;P&gt;and I try to chown command...still show permission deny&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="af06_掛載權限.png" style="width: 686px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10009i39249DFD101E33F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="af06_掛載權限.png" alt="af06_掛載權限.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;sorry , I am not linux expert...&lt;/P&gt;
&lt;P&gt;whether I should set user could for NetAPP's NFS volume ? or need other actions? to let could run nfs4 set ACL command well ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Wencheng&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 01:29:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159123#M2581</guid>
      <dc:creator>Wencheng</dc:creator>
      <dc:date>2020-09-01T01:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: nfs4_setfacl could not set netAPP NFS volume.</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159136#M2582</link>
      <description>&lt;P&gt;"nobody:nobody" means that your NFSv4 ID domain is likely mismatched.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does /var/log/messages on your client show?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're likely seeing messages like this:&lt;/P&gt;
&lt;PRE&gt;2020-09-01T11:26:17.072485-04:00 sles15 nfsidmap[5338]: nss_getpwnam: name 'nobody' does not map into domain 'DOMAIN.COM'&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;NFSv4.x requires the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- domain set in idmapd.conf&lt;/P&gt;
&lt;P&gt;- same domain set in the NFS server option v4-id-domain in ONTAP&lt;/P&gt;
&lt;P&gt;- users and groups that match on both client and ONTAP SVM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, this is my client:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# cat /etc/idmapd.conf | grep Domain&lt;BR /&gt;Domain = NTAP.LOCAL&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is my SVM:&lt;/P&gt;
&lt;PRE&gt;::&amp;gt; nfs show -vserver DEMO -fields v4-id-domain&lt;BR /&gt;vserver v4-id-domain&lt;BR /&gt;------- ------------&lt;BR /&gt;DEMO NTAP.LOCAL&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My client can see a user named prof1 and its group ProfGroup (added locally in /etc/passwd and /etc/group):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# id prof1&lt;BR /&gt;uid=1102(prof1) gid=10002(ProfGroup) groups=10002(ProfGroup)&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My SVM can also resolve that user (mine is using LDAP, but you can also manually add the user and group in the SVM):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;::*&amp;gt; getxxbyyy getpwbyname -node ontap9-tme-8040-01 -vserver DEMO -username prof1&lt;BR /&gt;(vserver services name-service getxxbyyy getpwbyname)&lt;BR /&gt;pw_name: prof1&lt;BR /&gt;pw_passwd:&lt;BR /&gt;pw_uid: 1102&lt;BR /&gt;pw_gid: 10002&lt;BR /&gt;pw_gecos:&lt;BR /&gt;pw_dir:&lt;BR /&gt;pw_shell:&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a result, my client can see the proper user/group ownership. Also, note that there are other folders with "nobody:nobody" because these do not have valid mappings from client to server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# ls -la&lt;BR /&gt;total 9752732&lt;BR /&gt;drwxrwxrwx 16 root root 4096 Aug 28 13:32 .&lt;BR /&gt;drwxr-xr-x 1 2087 30 462 May 14 20:33 ..&lt;BR /&gt;-rwxrwxrwx 1 nobody nobody 4973780992 Aug 5 12:27 Win2019-1M.iso&lt;BR /&gt;-rwxr-xr-x 1 root root 4973780992 Aug 17 16:31 Win2019.iso&lt;BR /&gt;d--------- 3 root root 4096 Aug 6 13:05 dir&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jun 22 12:51 flexgroup&lt;BR /&gt;drwxr-xr-x 3 root root 4096 Jul 10 2017 ftp&lt;BR /&gt;drwxrwxrwx 2 root root 4096 Jul 7 2017 ftpuser&lt;BR /&gt;d------r-x 2 nobody nobody 4096 May 18 12:32 git&lt;BR /&gt;drwxrwxrwx 3 root root 4096 Aug 12 10:24 mtuser&lt;BR /&gt;drwx------ 2 nobody nobody 4096 Oct 10 2019 nfs4&lt;BR /&gt;drwxr-xr-x 2 prof1 ProfGroup 4096 Aug 12 15:23 prof1&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jul 21 14:51 root&lt;BR /&gt;-rw-r--r-- 1 root root 0 May 21 13:27 rootfile&lt;BR /&gt;-rw-r--r-- 1 nobody daemon 0 May 21 13:53 rootfile2&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Apr 8 22:36 silly&lt;BR /&gt;drwx---r-x 2 nobody nobody 4096 Apr 24 13:42 student1&lt;BR /&gt;drwxrwxrwx 2 nobody nobody 4096 Apr 24 13:54 student2&lt;BR /&gt;drwxrwxrwx 2 root daemon 4096 Feb 24 2017 test&lt;BR /&gt;drwxrwxr-x 2 prof1 ProfGroup 4096 Aug 28 13:32 testprof&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, in my other client, which is pointing to the same LDAP server as my SVM, I can see all the owners/groups properly:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;# ls -la /mnt/nas&lt;BR /&gt;total 9752736&lt;BR /&gt;drwxrwxrwx 16 root root 4096 Aug 28 13:32 .&lt;BR /&gt;drwxr-xr-x. 14 root root 4096 Aug 17 16:29 ..&lt;BR /&gt;d--------- 3 root root 4096 Aug 6 13:05 dir&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jun 22 12:51 flexgroup&lt;BR /&gt;drwxr-xr-x 3 root root 4096 Jul 10 2017 ftp&lt;BR /&gt;drwxrwxrwx 2 root root 4096 Jul 7 2017 ftpuser&lt;BR /&gt;d------r-x 2 git git 4096 May 18 12:32 git&lt;BR /&gt;drwxrwxrwx 3 root root 4096 Aug 12 10:24 mtuser&lt;BR /&gt;drwx------ 2 nfs4 nfs4 4096 Oct 10 2019 nfs4&lt;BR /&gt;drwxr-xr-x 2 prof1 ProfGroup 4096 Aug 12 15:23 prof1&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Jul 21 14:51 root&lt;BR /&gt;-rw-r--r-- 1 root root 0 May 21 13:27 rootfile&lt;BR /&gt;-rw-r--r-- 1 nobody daemon 0 May 21 13:53 rootfile2&lt;BR /&gt;drwxr-xr-x 2 root root 4096 Apr 8 22:36 silly&lt;BR /&gt;drwx---r-x 2 student1 group1 4096 Apr 24 13:42 student1&lt;BR /&gt;drwxrwxrwx 2 student2 group1 4096 Apr 24 13:54 student2&lt;BR /&gt;drwxrwxrwx 2 root daemon 4096 Feb 24 2017 test&lt;BR /&gt;drwxrwxr-x 2 prof1 ProfGroup 4096 Aug 28 13:32 testprof&lt;BR /&gt;-rwxrwxrwx 1 admin group1 4973780992 Aug 5 12:27 Win2019-1M.iso&lt;BR /&gt;-rwxr-xr-x 1 root root 4973780992 Aug 17 16:31 Win2019.iso&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On the SUSE client, I can set NFSv4 ACLs for the user I can resolve (prof1):&lt;/P&gt;
&lt;PRE&gt;sles15:/mnt # nfs4_setfacl -a U:fdSF:prof1@NTAP.LOCAL:rwaDxtTnNcCy /mnt/prof1&lt;BR /&gt;sles15:/mnt # nfs4_getfacl /mnt/prof1&lt;BR /&gt;A::EVERYONE@:rwaDxtTnNcy&lt;BR /&gt;A::OWNER@:rwaDxtTnNcCy&lt;BR /&gt;A:g:GROUP@:rwaDxtTnNcy&lt;BR /&gt;U:fdSF:prof1@NTAP.LOCAL:rwaDxtTnNcCy&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I can set it for users only ONTAP knows about:&lt;/P&gt;
&lt;PRE&gt;sles15:/mnt # nfs4_setfacl -a U:fdSF:student1@NTAP.LOCAL:rwaDxtTnNcCy /mnt/student1&lt;BR /&gt;sles15:/mnt # id student1&lt;BR /&gt;id: ‘student1’: no such user&lt;BR /&gt;sles15:/mnt # nfs4_getfacl /mnt/student1&lt;BR /&gt;A::OWNER@:rwaDxtTnNcCy&lt;BR /&gt;A::student1@NTAP.LOCAL:rwaDxtTnNcCy&lt;BR /&gt;A:g:group1@NTAP.LOCAL:rxtncy&lt;BR /&gt;A::EVERYONE@:rxtncy&lt;BR /&gt;U:fdSF:student1@NTAP.LOCAL:rwaDxtTnNcCy&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This community isn't really the right place to get into the details of NFSv4.x, setup, etc if you're unfamiliar. I suggest you have a look at TR-4067:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/us/media/tr-4067.pdf" target="_blank"&gt;https://www.netapp.com/us/media/tr-4067.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 15:43:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159136#M2582</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2020-09-01T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: nfs4_setfacl could not set netAPP NFS volume.</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159162#M2583</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;thanks your document link...&lt;/P&gt;
&lt;P&gt;I check v4-id-domain...Yes...I need modify&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="008_5.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10019i2C14056D33B77CE1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="008_5.png" alt="008_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I have add LDAP setting on SVM_setting from WebConsole...this v4-id-domain could been modify from web console ??&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Wencheng&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 02:12:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159162#M2583</guid>
      <dc:creator>Wencheng</dc:creator>
      <dc:date>2020-09-02T02:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: nfs4_setfacl could not set netAPP NFS volume.</title>
      <link>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159185#M2588</link>
      <description>&lt;P&gt;it's definitely in the GUI in 9.8:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parisi_0-1599052738350.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/10027i4DDB1DEC6CEE7847/image-size/medium?v=v2&amp;amp;px=400" role="button" title="parisi_0-1599052738350.png" alt="parisi_0-1599052738350.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Probably is in 9.7 as well (in the NFS config section).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Older System Manager likely has this as well.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 13:19:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Simulator-Discussions/nfs4-setfacl-could-not-set-netAPP-NFS-volume/m-p/159185#M2588</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2020-09-02T13:19:28Z</dc:date>
    </item>
  </channel>
</rss>

