<?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 Create a user limited to create/delete snapshots on ontap 8.3 in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121713#M26091</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a user/pass to conect to the netapp storage from powershell and create/delete snapshots using this account. Preferable to have a more restrictive set of permissions.&lt;/P&gt;&lt;P&gt;And also a document on svm users vs cluster users if anyone knows, besides system administration guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BIG THANKS for any ideea.&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 19:49:26 GMT</pubDate>
    <dc:creator>SorinAndruseac</dc:creator>
    <dc:date>2025-06-04T19:49:26Z</dc:date>
    <item>
      <title>Create a user limited to create/delete snapshots on ontap 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121713#M26091</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to create a user/pass to conect to the netapp storage from powershell and create/delete snapshots using this account. Preferable to have a more restrictive set of permissions.&lt;/P&gt;&lt;P&gt;And also a document on svm users vs cluster users if anyone knows, besides system administration guide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BIG THANKS for any ideea.&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 19:49:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121713#M26091</guid>
      <dc:creator>SorinAndruseac</dc:creator>
      <dc:date>2025-06-04T19:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Create a user limited to create/delete snapshots on ontap 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121732#M26098</link>
      <description>&lt;P&gt;security login role create snapRole -cmddirname "volume snapshot" -access all -vserver &amp;lt;vservername&amp;gt;&lt;BR /&gt;security login role modify -role snapRole -cmddirname DEFAULT -vserver &amp;lt;vservername&amp;gt; -access none&lt;BR /&gt;security login create -user-or-group-name snapUser -application ontapi -authmethod password -role snapRole -vserver &amp;lt;vservername&amp;gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 11:26:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121732#M26098</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2016-07-26T11:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a user limited to create/delete snapshots on ontap 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121777#M26111</link>
      <description>&lt;P&gt;This is briliant,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when trying to connect on the managment interface of the svm, I get this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect-NcController : Insufficient privileges: user 'snapUser' does not have read access to this resource&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:33:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121777#M26111</guid>
      <dc:creator>SorinAndruseac</dc:creator>
      <dc:date>2016-07-27T09:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create a user limited to create/delete snapshots on ontap 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121843#M26123</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I had to add the following. Seems to be working.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;security login role modify -role snapRole -cmddirname version&amp;nbsp;-vserver &amp;lt;vservername&amp;gt; -access all&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BIG THANKS for the ideea&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:20:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121843#M26123</guid>
      <dc:creator>SorinAndruseac</dc:creator>
      <dc:date>2016-07-29T11:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a user limited to create/delete snapshots on ontap 8.3</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121844#M26124</link>
      <description>&lt;P&gt;You are welcome!&lt;/P&gt;&lt;P&gt;Its good to know that I did help someone today &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Much Appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2016 11:23:28 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Create-a-user-limited-to-create-delete-snapshots-on-ontap-8-3/m-p/121844#M26124</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2016-07-29T11:23:28Z</dc:date>
    </item>
  </channel>
</rss>

