<?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: Restricting permissions to SVMs in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160605#M36702</link>
    <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can revoke the cluster level access if that's the case - what's the simplest way to create all access admin role on SVM level?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;G&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 23 Oct 2020 09:08:35 GMT</pubDate>
    <dc:creator>ppadmgeo1</dc:creator>
    <dc:date>2020-10-23T09:08:35Z</dc:date>
    <item>
      <title>Restricting permissions to SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160589#M36698</link>
      <description>&lt;P&gt;We are required to manage devices using AD credentials and normally this is how it is setup(domain-tunnel + we grant access on cluster level)&lt;BR /&gt;vserver active-directory create -vserver SVM1 -account-name SVM1 -domain Domain_A -ou CN=Computers&lt;BR /&gt;security login domain-tunnel create -vserver SVM1&lt;BR /&gt;security login create -vserver [cluster] -user-or-group-name Domain_A\NetApp_AD_Admin_Group -application http -authmethod domain -role admin&lt;BR /&gt;security login create -vserver [cluster] -user-or-group-name Domain_A\NetApp_AD_Admin_Group -application ontapi -authmethod domain -role admin&lt;BR /&gt;security login create -vserver [cluster] -user-or-group-name Domain_A\NetApp_AD_Admin_Group -application ssh -authmethod domain -role admin&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I need to do now is segregate a newly created SVM9 so that:&lt;BR /&gt;- main "admin" account should be able to manage SVM9 as well as all others SVMs - this is already in place and inherited&lt;BR /&gt;- Domain_B\NetApp_AD_Admin_Group should be able to manage SVM9 - I've already joined it to the domain and it looks like I need to create an admin role on SVM level but it would not let me do something like DEFAULT and all - what's the simplest way to create all access admin role on SVM level?&lt;BR /&gt;- Domain_A\NetApp_AD_Admin_Group should have no access - finally, can I grant none permissions to this group?&lt;/P&gt;
&lt;P&gt;Is that possible?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 10:47:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160589#M36698</guid>
      <dc:creator>ppadmgeo1</dc:creator>
      <dc:date>2025-06-04T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting permissions to SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160597#M36700</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A cluster admin has access to manage all the SVMs and cannot be denied to some of them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gidi&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 07:21:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160597#M36700</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2020-10-23T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting permissions to SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160605#M36702</link>
      <description>&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I can revoke the cluster level access if that's the case - what's the simplest way to create all access admin role on SVM level?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;G&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Oct 2020 09:08:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160605#M36702</guid>
      <dc:creator>ppadmgeo1</dc:creator>
      <dc:date>2020-10-23T09:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restricting permissions to SVMs</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160607#M36704</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You should be able to create a role and assigned that role to the user when creating it on that specific SVM9.&lt;/P&gt;
&lt;P&gt;A command like below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;security login role create -role &amp;lt;rolename&amp;gt; -vserver SVM9 -access all&amp;nbsp;-cmddirname Default&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-960%2Fsecurity__login__role__create.html" target="_blank"&gt;https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-960%2Fsecurity__login__role__create.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Then you use the role created to assign to the user once you created (security login create)&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;</description>
      <pubDate>Fri, 23 Oct 2020 09:50:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Restricting-permissions-to-SVMs/m-p/160607#M36704</guid>
      <dc:creator>hmoubara</dc:creator>
      <dc:date>2020-10-23T09:50:30Z</dc:date>
    </item>
  </channel>
</rss>

