<?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: Access denied on Multi protocol SVM NFS mount in Network and Storage Protocols</title>
    <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171815#M9605</link>
    <description>&lt;P&gt;Thank you.&amp;nbsp; This is very helpful.&amp;nbsp; &amp;nbsp; &amp;nbsp;I think I am getting hung up on the Name mapping&amp;nbsp; &amp;nbsp; Unix to Windows and Windows to Unix.&amp;nbsp; &amp;nbsp; &amp;nbsp; I put in the values as described in the Multiprotocol Guide.&amp;nbsp; &amp;nbsp;When I ran secd authentication show-creds -node &amp;lt;node name&amp;gt; -vserver &amp;lt;vserver name&amp;gt; -uid 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I got the output could not find Windows name "ENG\1"&amp;nbsp; &amp;nbsp; &amp;nbsp; Failure: name mapping for Unix user 'root' failed.&amp;nbsp; &amp;nbsp;Explicit Mapping failed and no default mapping found.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perhaps I should change ENG\1 to something else?&amp;nbsp; &amp;nbsp; Do you know of any document that describes / gives examples of Name Mapping (unix to windows, windows to unix).&amp;nbsp; &amp;nbsp;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Nov 2021 20:14:22 GMT</pubDate>
    <dc:creator>TimJMcCuen</dc:creator>
    <dc:date>2021-11-18T20:14:22Z</dc:date>
    <item>
      <title>Access denied on Multi protocol SVM NFS mount</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171773#M9602</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed the SMB /CIS and NFS Multiprotocol Configuration guide for ontap 9.7&lt;/P&gt;&lt;P&gt;I was able to create the SVM, volume etc as the guide describes.&lt;/P&gt;&lt;P&gt;I am able to go to a Windows servers and successfully access the share and write to the volume.&lt;/P&gt;&lt;P&gt;When I log into my Red Hat Linux 7.9 client&amp;nbsp; &amp;nbsp;I am able to sudo bash and do mkdir /mnt/folder&lt;/P&gt;&lt;P&gt;When I enter the command "mount -t nfs -o nfsvers=3,hard &amp;lt;data lif IP&amp;gt;:/test (volume name)&amp;nbsp; &amp;nbsp;/mnt/folder&lt;/P&gt;&lt;P&gt;I get the error&amp;nbsp; &amp;nbsp; mount:nfs access denied by server while running mount &amp;lt;SVM IP&amp;gt;:/test&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My export is set to include the IP of the server I am trying to mount the volume test on&amp;nbsp; with access protocols&amp;nbsp; CIFS/NFS&amp;nbsp; &amp;nbsp; read-only rule never, RW rule Any, Superuser access&amp;nbsp; &amp;nbsp;Any.&amp;nbsp; &amp;nbsp; I applied this export to to volume in the junction path.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under Host users and name mapping I set Unix to Windows pattern (.+)&amp;nbsp; &amp;nbsp; replacement ENG\\1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;and under Windows to Unix&amp;nbsp; &amp;nbsp;the pattern is ENG\\(.+) and replacement is \1.&amp;nbsp; This what is recommended to do in this manual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am no Unix guru but I have ssuccessfully set up NFS SVM's and have been able to mkdir /mnt touch files on this same Unix server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure where I went wrong or what other information would be helpful to troubleshoot this?&amp;nbsp; &amp;nbsp;THanks.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:08:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171773#M9602</guid>
      <dc:creator>TimJMcCuen</dc:creator>
      <dc:date>2025-06-04T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied on Multi protocol SVM NFS mount</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171784#M9603</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;To be able to mount via NFS you will need to have read access for the root vol and read-write for the volume in junction-path.&lt;/P&gt;&lt;P&gt;You can run the below command to check where the failing is occuring.&lt;/P&gt;&lt;P&gt;cluster1::&amp;gt; vserver export-policy check-access -vserver &amp;lt;vserver-name&amp;gt; -client-ip &amp;lt;Ip address&amp;gt; -volume&lt;BR /&gt;&amp;lt;volume name&amp;gt; -authentication-method sys -protocol nfs3 -access-type read-write&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The below kb can help you troubleshoot the issue:&lt;/P&gt;&lt;P&gt;&lt;A href="https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Troubleshooting_Access_Denied_or_Mount_Hung_from_NFS_client_for_clustered_Data_ONTAP" target="_blank"&gt;https://kb.netapp.com/Advice_and_Troubleshooting/Data_Storage_Software/ONTAP_OS/Troubleshooting_Access_Denied_or_Mount_Hung_from_NFS_client_for_clustered_Data_ONTAP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 03:45:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171784#M9603</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2021-11-18T03:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied on Multi protocol SVM NFS mount</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171815#M9605</link>
      <description>&lt;P&gt;Thank you.&amp;nbsp; This is very helpful.&amp;nbsp; &amp;nbsp; &amp;nbsp;I think I am getting hung up on the Name mapping&amp;nbsp; &amp;nbsp; Unix to Windows and Windows to Unix.&amp;nbsp; &amp;nbsp; &amp;nbsp; I put in the values as described in the Multiprotocol Guide.&amp;nbsp; &amp;nbsp;When I ran secd authentication show-creds -node &amp;lt;node name&amp;gt; -vserver &amp;lt;vserver name&amp;gt; -uid 0&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I got the output could not find Windows name "ENG\1"&amp;nbsp; &amp;nbsp; &amp;nbsp; Failure: name mapping for Unix user 'root' failed.&amp;nbsp; &amp;nbsp;Explicit Mapping failed and no default mapping found.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Perhaps I should change ENG\1 to something else?&amp;nbsp; &amp;nbsp; Do you know of any document that describes / gives examples of Name Mapping (unix to windows, windows to unix).&amp;nbsp; &amp;nbsp;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 20:14:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171815#M9605</guid>
      <dc:creator>TimJMcCuen</dc:creator>
      <dc:date>2021-11-18T20:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Access denied on Multi protocol SVM NFS mount</title>
      <link>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171885#M9610</link>
      <description>&lt;P&gt;Check the below link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.netapp.com/us-en/ontap/nfs-admin/create-name-mapping-task.html" target="_blank"&gt;https://docs.netapp.com/us-en/ontap/nfs-admin/create-name-mapping-task.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 03:50:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Network-and-Storage-Protocols/Access-denied-on-Multi-protocol-SVM-NFS-mount/m-p/171885#M9610</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2021-11-23T03:50:43Z</dc:date>
    </item>
  </channel>
</rss>

