<?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: Grant user to create/delete snapshot only to specific volumes? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/121891#M26131</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try below steps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 01 Aug 2016 10:25:42 GMT</pubDate>
    <dc:creator>hariprak</dc:creator>
    <dc:date>2016-08-01T10:25:42Z</dc:date>
    <item>
      <title>Grant user to create/delete snapshot only to specific volumes?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/121752#M26108</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cDOT 8.3 on FAS8020&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to grant a cDOT local user to create/delete snapshots only to a specific set of volumes? I know I can create a custom role to allow only snapshot creations/deletions but is there a way to further restrict to only a set of volumes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2016 18:50:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/121752#M26108</guid>
      <dc:creator>ACHOU_SIMG</dc:creator>
      <dc:date>2016-07-26T18:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: Grant user to create/delete snapshot only to specific volumes?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/121891#M26131</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can try below steps,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2016 10:25:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/121891#M26131</guid>
      <dc:creator>hariprak</dc:creator>
      <dc:date>2016-08-01T10:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: Grant user to create/delete snapshot only to specific volumes?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/122208#M26193</link>
      <description>&lt;P&gt;You can use queries with the role create/modify command to do this. For example,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cluster::&amp;gt; &amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;security login role create -role testrole -vserver &amp;lt;vservername&amp;gt;&amp;nbsp; -access all -cmddirname "volume snapshot" &amp;nbsp;-query &amp;nbsp;"-volume *abc*|nfs*"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this command will create a role that lets the user access snapshots only for volumes with names starting with "nfs" or volumes with the pattern "abc" somewhere in thier names.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you understood.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2016 09:41:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/122208#M26193</guid>
      <dc:creator>georgevj</dc:creator>
      <dc:date>2016-08-11T09:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: Grant user to create/delete snapshot only to specific volumes?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/150240#M33421</link>
      <description>&lt;P&gt;Hi George , thanks for the answer. I really appreciate the materials and people out there at NetApp who help customers like us to make our life easy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a ton, cheers&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 09:18:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Grant-user-to-create-delete-snapshot-only-to-specific-volumes/m-p/150240#M33421</guid>
      <dc:creator>DJ-Potsdam</dc:creator>
      <dc:date>2019-08-13T09:18:07Z</dc:date>
    </item>
  </channel>
</rss>

