<?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: List Quota Policy(Quota Management Pack) : WFA 4.0 in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128161#M2284</link>
    <description>&lt;P&gt;anyone can help?&lt;/P&gt;</description>
    <pubDate>Wed, 15 Feb 2017 19:17:15 GMT</pubDate>
    <dc:creator>Vikramjeet_Singh</dc:creator>
    <dc:date>2017-02-15T19:17:15Z</dc:date>
    <item>
      <title>List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/121991#M2048</link>
      <description>&lt;P&gt;Hi, I am using the latest quota management pack to work with qtrees.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Everything is working fine, &amp;nbsp;it is listing volumes, vserver etc but I am not able to list the quota policies available for that qtree.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could anyone please help me with that.&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>Wed, 03 Aug 2016 15:49:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/121991#M2048</guid>
      <dc:creator>Vikramjeet_Singh</dc:creator>
      <dc:date>2016-08-03T15:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128161#M2284</link>
      <description>&lt;P&gt;anyone can help?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Feb 2017 19:17:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128161#M2284</guid>
      <dc:creator>Vikramjeet_Singh</dc:creator>
      <dc:date>2017-02-15T19:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128185#M2285</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I haven't worked with WFA 4. I stopped working at version 3.1.&lt;BR /&gt;&lt;BR /&gt;I think it doesn't have a built in feature for that. So you can write your custom function.</description>
      <pubDate>Thu, 16 Feb 2017 10:34:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128185#M2285</guid>
      <dc:creator>FelipeMafra</dc:creator>
      <dc:date>2017-02-16T10:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128193#M2288</link>
      <description>&lt;P&gt;Follwing is the query that I am using to list policies on a vserver. Can you please have look. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;DISTINCT quota.quota_policy,&lt;BR /&gt;vs.name as Vservername,&lt;BR /&gt;cluster.primary_address&lt;BR /&gt;FROM&lt;BR /&gt;cm_storage_quota.quota_policy quota,&lt;BR /&gt;cm_storage.vserver vs,&lt;BR /&gt;cm_storage.cluster cluster&lt;BR /&gt;WHERE&lt;BR /&gt;vs.name = quota.vserver_name&lt;BR /&gt;AND quota.vserver_name = '${VserverName}'&lt;BR /&gt;AND cluster.primary_address = quota.cluster&lt;BR /&gt;AND (&lt;BR /&gt;cluster.name= '${ClusterName}'&lt;BR /&gt;or cluster.primary_address= '${ClusterName}'&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 14:44:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128193#M2288</guid>
      <dc:creator>Vikramjeet_Singh</dc:creator>
      <dc:date>2017-02-16T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128211#M2289</link>
      <description>&lt;P&gt;This quota table&amp;nbsp;does not exists in my old WFA 3.1.&lt;BR /&gt;&lt;BR /&gt;Can you tell me what columns are available in this table?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You can check your cluster but I think you are not receiving any quota from qtree because it's applied to a target which happens to be a qtree.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;mycluster::&amp;gt; quota policy rule show

Vserver: myVserver      Policy: default           Volume: myVolume

                                               Soft             Soft
                         User         Disk     Disk   Files    Files
Type   Target    Qtree   Mapping     Limit    Limit   Limit    Limit  Threshold
-----  --------  ------- -------  --------  -------  ------  -------  ---------
tree   ""        ""      -            10GB        -       -        -          -
tree   Qtree1    ""      -           1.5TB        -       -        -          -
tree   Qtree2    ""      -             5GB        -       -        -          -&lt;/PRE&gt;&lt;P&gt;By the way your query looks good. If you want you can use MySQL Workbench to query database. It's much easier than use WFA internal system.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 21:37:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128211#M2289</guid>
      <dc:creator>FelipeMafra</dc:creator>
      <dc:date>2017-02-16T21:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128228#M2290</link>
      <description>&lt;P&gt;It looks something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/6822i1B9A8E7F4506E53F/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.PNG" title="Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CAGENASCLD02::&amp;gt; quota policy show -vserver cagevsd01&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Vserver Policy Name Last Modified&lt;BR /&gt;-------------- -------------------- ----------------&lt;BR /&gt;cagevsd01 Def_Users_20GB 7/8/2016 23:32:19&lt;BR /&gt;cagevsd01 default 2/16/2017 14:59:53&lt;BR /&gt;2 entries were displayed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2017 16:50:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128228#M2290</guid>
      <dc:creator>Vikramjeet_Singh</dc:creator>
      <dc:date>2017-02-17T16:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: List Quota Policy(Quota Management Pack) : WFA 4.0</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128259#M2291</link>
      <description>&lt;P&gt;Since I know quotas on cluster mode are applied to qtrees by using rules. &amp;nbsp;Policies by them self are only applied to volumes. Thus I think you should query rules not only policies.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Feb 2017 13:15:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/List-Quota-Policy-Quota-Management-Pack-WFA-4-0/m-p/128259#M2291</guid>
      <dc:creator>FelipeMafra</dc:creator>
      <dc:date>2017-02-20T13:15:12Z</dc:date>
    </item>
  </channel>
</rss>

