<?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: cDOT quota rule command in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32693#M6771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported your workflow and removed the "-controller" input parameter in the command code. It works fine. The powershell cmdlet is as&amp;nbsp; follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable-NcQuota -Volume $VolumeName&amp;nbsp; -VserverContext $VserverName&amp;nbsp; (No -controller input)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command executed successfully. Command output,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12:08:20.484 INFO&amp;nbsp; [enable CM Quota] ### Command 'enable CM Quota' ###&lt;/P&gt;&lt;P&gt;12:08:21.890 INFO&amp;nbsp; [enable CM Quota] Executing command: ./enable_CM_Quota8641471582266480103.ps1 -VserverName vs1 -VolumeName test_vol1 -Cluster 10.68.66.160 &lt;/P&gt;&lt;P&gt;12:08:21.906 INFO&amp;nbsp; [enable CM Quota] Get-NaCredentials -Host 10.68.66.160&lt;/P&gt;&lt;P&gt;12:08:21.921 INFO&amp;nbsp; [enable CM Quota] Credentials successfully provided for '10.68.66.160'&lt;/P&gt;&lt;P&gt;12:08:21.953 INFO&amp;nbsp; [enable CM Quota] Connect-NcController (with credentials) -Name 10.68.66.160&lt;/P&gt;&lt;P&gt;12:08:25.031 INFO&amp;nbsp; [enable CM Quota] Connected to cluster node&lt;/P&gt;&lt;P&gt;12:08:25.046 INFO&amp;nbsp; [enable CM Quota] Enabling quota on a volume- name '' , volume name 'test_vol1' , vserver name 'vs1'&lt;/P&gt;&lt;P&gt;12:08:27.250 INFO&amp;nbsp; [enable CM Quota] Command completed, took 6766 milliseconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; The value to the input parameter -controller is "parameter returned by the Connect-NcController cmdlet". If not specified, the value in the global variable CurrentNcController is used.&amp;nbsp; So In WFA Command code after "Connect-WfaCluster $Cluster"&amp;nbsp; not need to use that input parameter explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Mar 2013 19:23:26 GMT</pubDate>
    <dc:creator>satishh</dc:creator>
    <dc:date>2013-03-25T19:23:26Z</dc:date>
    <item>
      <title>cDOT quota rule command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32684#M6768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;has somebody already done quota management on clustered ONTAP?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need 2 commands&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quota policy create&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and more important:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;quota policy rule create -vserver VSERVERNAME&amp;nbsp; -policy-name default -volume VOLUME -type tree -target q_target -disk-limit SIZE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise i will create it by myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Markus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:08:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32684#M6768</guid>
      <dc:creator>scheckel</dc:creator>
      <dc:date>2025-06-05T06:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT quota rule command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32689#M6769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Added an example workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can create quota rules but not enable the quota on a volume with ps command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable-NcQuota -Volume $VolumeName&amp;nbsp; -VserverContext $VserverName -controller $Cluster&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/19087_quota1.JPG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting "API invoke failed" even direct on powershell it wont work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/19088_quota2.JPG" width="574" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/19104_quota3.JPG" width="749" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is this an issue on the powershell toolkit?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Markus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 16:19:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32689#M6769</guid>
      <dc:creator>scheckel</dc:creator>
      <dc:date>2013-03-05T16:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: cDOT quota rule command</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32693#M6771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I imported your workflow and removed the "-controller" input parameter in the command code. It works fine. The powershell cmdlet is as&amp;nbsp; follows,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enable-NcQuota -Volume $VolumeName&amp;nbsp; -VserverContext $VserverName&amp;nbsp; (No -controller input)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The command executed successfully. Command output,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12:08:20.484 INFO&amp;nbsp; [enable CM Quota] ### Command 'enable CM Quota' ###&lt;/P&gt;&lt;P&gt;12:08:21.890 INFO&amp;nbsp; [enable CM Quota] Executing command: ./enable_CM_Quota8641471582266480103.ps1 -VserverName vs1 -VolumeName test_vol1 -Cluster 10.68.66.160 &lt;/P&gt;&lt;P&gt;12:08:21.906 INFO&amp;nbsp; [enable CM Quota] Get-NaCredentials -Host 10.68.66.160&lt;/P&gt;&lt;P&gt;12:08:21.921 INFO&amp;nbsp; [enable CM Quota] Credentials successfully provided for '10.68.66.160'&lt;/P&gt;&lt;P&gt;12:08:21.953 INFO&amp;nbsp; [enable CM Quota] Connect-NcController (with credentials) -Name 10.68.66.160&lt;/P&gt;&lt;P&gt;12:08:25.031 INFO&amp;nbsp; [enable CM Quota] Connected to cluster node&lt;/P&gt;&lt;P&gt;12:08:25.046 INFO&amp;nbsp; [enable CM Quota] Enabling quota on a volume- name '' , volume name 'test_vol1' , vserver name 'vs1'&lt;/P&gt;&lt;P&gt;12:08:27.250 INFO&amp;nbsp; [enable CM Quota] Command completed, took 6766 milliseconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp; The value to the input parameter -controller is "parameter returned by the Connect-NcController cmdlet". If not specified, the value in the global variable CurrentNcController is used.&amp;nbsp; So In WFA Command code after "Connect-WfaCluster $Cluster"&amp;nbsp; not need to use that input parameter explicitly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 19:23:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/cDOT-quota-rule-command/m-p/32693#M6771</guid>
      <dc:creator>satishh</dc:creator>
      <dc:date>2013-03-25T19:23:26Z</dc:date>
    </item>
  </channel>
</rss>

