<?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: Multiprotocol Access Troubleshooting in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430111#M39640</link>
    <description>&lt;P&gt;When NFSv3 comes into ONTAP, it sends its numeric ID. In UNIX security style volumes, this doesn't present any problem - we just just the numeric ID to determine permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, you sound like you have NTFS security style volumes. When the numeric ID comes into ONTAP, ONTAP tries to translate the numeric ID (say, 1234) into a UNIX user name. This is because NTFS permissions have Windows usernames associated with them and ONTAP needs a UNIX user name to start the name mapping process to determine proper access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because this works when&amp;nbsp; you add "Everyone" to the NTFS ACL, that means the user attempting access to the mount is mapping as a user that doesn't have Windows permissions to the volume.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/pdf.html?item=/media/27436-tr-4887.pdf" target="_self"&gt;TR-4887&lt;/A&gt; covers some troubleshooting steps for multiprotocol, but I'd suggest the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;check the event log after a failed access attempt - these are usually secd messages (&lt;FONT face="courier new,courier"&gt;event log show -messagename secd&lt;/FONT&gt;&amp;nbsp;in the CLI)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;check the UNIX user's credentials using:&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::&amp;gt; set advanced&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::*&amp;gt;&amp;nbsp;access-check authentication show-creds -node node1 -vserver SVMname -uid 1234 -list-name true -list-id true&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From your NFS troubleshooting output, I see a few potential issues:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your sectrace is failing at "/" - that's the SVM root volume. That likely is preventing traverse access to the volumes below it. That path has to allow at least read access to clients and users, so that's why adding "Everyone" with READ allows access. TR-4067 covers the vsroot volume access requirements starting on page 21 and also on page 75:&amp;nbsp;&lt;A href="https://www.netapp.com/pdf.html?item=/media/10720-tr-4067.pdf" target="_blank" rel="noopener"&gt;https://www.netapp.com/pdf.html?item=/media/10720-tr-4067.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With NTFS permissions, you can allow just "traverse" rights to Everyone to allow access.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parisi_0-1639578178294.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22410i4A51042970A7A404/image-size/medium?v=v2&amp;amp;px=400" role="button" title="parisi_0-1639578178294.png" alt="parisi_0-1639578178294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;LDAP client is set to AD-IDMU; this isn't a schema Windows uses in modern AD servers. Try MS-AD-BIS instead&lt;/LI&gt;
&lt;LI&gt;if getxxbyyy is failing to look&amp;nbsp; the user ID up, then LDAP is *not* working; "ldap check" simply means 1) we can connect to the LDAP server 2) we can bind to the server 3) the base DN you specified exists on the server. We don't look any users or groups up on that command.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;the UID that you are trying looks a lot like the SSSD generated UID (SSSD uses the Windows SID and converts it to a UID) rather than one that lives in the LDAP server in the uid/uidNumber attributes on the user object.&amp;nbsp; ONTAP doesn't support that method; the ID has to actually exist on the LDAP server you specified. TR-4835 has more details about LDAP and ONTAP.&amp;nbsp;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://www.netapp.com/us/media/tr-4835.pdf" target="_blank" rel="noopener"&gt;https://www.netapp.com/us/media/tr-4835.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Dec 2021 14:25:03 GMT</pubDate>
    <dc:creator>parisi</dc:creator>
    <dc:date>2021-12-15T14:25:03Z</dc:date>
    <item>
      <title>Multiprotocol Access Troubleshooting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430071#M39632</link>
      <description>&lt;P&gt;We have configured a volume on a dedicated SVM and are making this accessible via CIFS and NFS.&lt;/P&gt;&lt;P&gt;The CIFS access is working as we'd expect but we are having issues with the NFS access from a RedHat Enterprise Linux server (RHEL 7.9)&lt;/P&gt;&lt;P&gt;Users are logging into the RHEL server using Active Directory credentials and can successfully mount / access the files in the volume but ONLY when we add EVERYONE to the ACL.&lt;/P&gt;&lt;P&gt;When we try and create a file from the Linux server (using touch) we get "Permission denied"&lt;/P&gt;&lt;P&gt;We have configured LDAP on the SVM and believe it to be functional but name resolution does not seem to be working correctly.&lt;/P&gt;&lt;P&gt;AD Forest Functional Level and Domain Func Level are 2016&lt;BR /&gt;Clustered OnTAP version is 9.9.1&lt;/P&gt;&lt;P&gt;Anyone able to assist with best steps to troubleshoot this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will attach a file showing steps taken so far and relevant output / configuration&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:07:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430071#M39632</guid>
      <dc:creator>Oneplus7</dc:creator>
      <dc:date>2025-06-04T10:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiprotocol Access Troubleshooting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430111#M39640</link>
      <description>&lt;P&gt;When NFSv3 comes into ONTAP, it sends its numeric ID. In UNIX security style volumes, this doesn't present any problem - we just just the numeric ID to determine permissions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In your case, you sound like you have NTFS security style volumes. When the numeric ID comes into ONTAP, ONTAP tries to translate the numeric ID (say, 1234) into a UNIX user name. This is because NTFS permissions have Windows usernames associated with them and ONTAP needs a UNIX user name to start the name mapping process to determine proper access.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Because this works when&amp;nbsp; you add "Everyone" to the NTFS ACL, that means the user attempting access to the mount is mapping as a user that doesn't have Windows permissions to the volume.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.netapp.com/pdf.html?item=/media/27436-tr-4887.pdf" target="_self"&gt;TR-4887&lt;/A&gt; covers some troubleshooting steps for multiprotocol, but I'd suggest the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;check the event log after a failed access attempt - these are usually secd messages (&lt;FONT face="courier new,courier"&gt;event log show -messagename secd&lt;/FONT&gt;&amp;nbsp;in the CLI)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;check the UNIX user's credentials using:&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::&amp;gt; set advanced&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;::*&amp;gt;&amp;nbsp;access-check authentication show-creds -node node1 -vserver SVMname -uid 1234 -list-name true -list-id true&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From your NFS troubleshooting output, I see a few potential issues:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Your sectrace is failing at "/" - that's the SVM root volume. That likely is preventing traverse access to the volumes below it. That path has to allow at least read access to clients and users, so that's why adding "Everyone" with READ allows access. TR-4067 covers the vsroot volume access requirements starting on page 21 and also on page 75:&amp;nbsp;&lt;A href="https://www.netapp.com/pdf.html?item=/media/10720-tr-4067.pdf" target="_blank" rel="noopener"&gt;https://www.netapp.com/pdf.html?item=/media/10720-tr-4067.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;With NTFS permissions, you can allow just "traverse" rights to Everyone to allow access.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="parisi_0-1639578178294.png" style="width: 400px;"&gt;&lt;img src="https://community.netapp.com/t5/image/serverpage/image-id/22410i4A51042970A7A404/image-size/medium?v=v2&amp;amp;px=400" role="button" title="parisi_0-1639578178294.png" alt="parisi_0-1639578178294.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;LDAP client is set to AD-IDMU; this isn't a schema Windows uses in modern AD servers. Try MS-AD-BIS instead&lt;/LI&gt;
&lt;LI&gt;if getxxbyyy is failing to look&amp;nbsp; the user ID up, then LDAP is *not* working; "ldap check" simply means 1) we can connect to the LDAP server 2) we can bind to the server 3) the base DN you specified exists on the server. We don't look any users or groups up on that command.&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;the UID that you are trying looks a lot like the SSSD generated UID (SSSD uses the Windows SID and converts it to a UID) rather than one that lives in the LDAP server in the uid/uidNumber attributes on the user object.&amp;nbsp; ONTAP doesn't support that method; the ID has to actually exist on the LDAP server you specified. TR-4835 has more details about LDAP and ONTAP.&amp;nbsp;&lt;A style="font-family: inherit; background-color: #ffffff;" href="https://www.netapp.com/us/media/tr-4835.pdf" target="_blank" rel="noopener"&gt;https://www.netapp.com/us/media/tr-4835.pdf&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 14:25:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430111#M39640</guid>
      <dc:creator>parisi</dc:creator>
      <dc:date>2021-12-15T14:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiprotocol Access Troubleshooting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430184#M39658</link>
      <description>&lt;P&gt;Thank you very much for the detailed response and information. It will take me a day or so to work through everything you've provided but I wanted to acknowledge the time you have taken to respond, which is appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will update again once I have made progress.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 15:34:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430184#M39658</guid>
      <dc:creator>Oneplus7</dc:creator>
      <dc:date>2021-12-16T15:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: Multiprotocol Access Troubleshooting</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430475#M39704</link>
      <description>&lt;P&gt;where you able to test the action plan provided by Parisi?&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/106372"&gt;@Oneplus7&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Dec 2021 07:47:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Multiprotocol-Access-Troubleshooting/m-p/430475#M39704</guid>
      <dc:creator>tahmad</dc:creator>
      <dc:date>2021-12-28T07:47:50Z</dc:date>
    </item>
  </channel>
</rss>

