<?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: End user quota in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67686#M15775</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;What do you mean by Manage a qtree? Normaly a qtree do not have to be managed after it is created. If you want to limit each qtree to the same size, you just have to set a default tree quota on the volume level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Powershell Command to create default tree quota on a Volume:&lt;/P&gt;&lt;P&gt;Connect-NaController VFILERNAME -cred "USERNAME"&lt;/P&gt;&lt;P&gt;Add-NaQuota tree * -Volume VOLUMENAME -DiskLimit SIZE (g=GB,m=MB,k=KB,t=TB)&lt;/P&gt;&lt;P&gt;Enable-NaVolQuota VOLUMENAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;Add-NaQuota tree * -Volume vol1 -Disklimit 500g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that, each Qtree under vol1 will have 500GB Space Hardlimit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some qtree's with more space needed, add a new entry for that specific qtree.&lt;/P&gt;&lt;P&gt;Add-NaQuota tree QTREENAME -Volume vol1 -Disklimit 1t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Mar 2012 13:24:54 GMT</pubDate>
    <dc:creator>mscarpi</dc:creator>
    <dc:date>2012-03-05T13:24:54Z</dc:date>
    <item>
      <title>End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67640#M15760</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;I have a customer on a vfiler on my system.&lt;/P&gt;&lt;P&gt;I have provisioned a share from Provision Manager on 1TB.&lt;/P&gt;&lt;P&gt;They now want to create a quota limit on folders that resides on that share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have created this share:&lt;/P&gt;&lt;P&gt;Controller1:/vol/vfiler/share$&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customer then adds a couple of folders to that share and creates a share in thier AD on one folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Controller1:/vol/vfiler/share$/All_users/group1$/subfolder&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;Controller1:/vol/vfiler/share$/All_users/group2$/subfolder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to make quota on the subfolders that is created on share group1$ and group2$, is it even possible.&lt;/P&gt;&lt;P&gt;Could I do it from &lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;Windows File Server Resource Manager&lt;/SPAN&gt; or any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:33:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67640#M15760</guid>
      <dc:creator>connoisseur</dc:creator>
      <dc:date>2025-06-05T06:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67645#M15762</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;NetApp Quotas are based on a Volume or qtree. You can configured the Quotas on a tree, user or group level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more informations on NetApp Quotas, please read the following Tech Report.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://media.netapp.com/documents/tr-3425.pdf" title="http://media.netapp.com/documents/tr-3425.pdf" target="_blank"&gt;http://media.netapp.com/documents/tr-3425.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;btw. No you cannot manage it with the "Widows File Server Resource Manager", you have to manage it trough CLI, Powershell or edit the Quota file in the etc. directory of the VFiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 15:57:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67645#M15762</guid>
      <dc:creator>mscarpi</dc:creator>
      <dc:date>2012-03-01T15:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67654#M15763</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;You can manage the quotas on vFilers over OnCommand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately OnCommand allows you to just change existing quotas, for adding new quotas you have to change the quota file on the vFiler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Sal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 16:28:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67654#M15763</guid>
      <dc:creator>SALVATORE_PUGLISI</dc:creator>
      <dc:date>2012-03-01T16:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67659#M15764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So if I understand the Tech Report right I can set the quota level on /&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;vol/vfiler/share$/ in my case.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following will give user "adam" 700m quota with alert level at 500m&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;adam&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user@/&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;vol/vfiler/share$/ 700m - 500m - &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; background-color: #ffffff; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;that much I got.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; background-color: #ffffff; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;But will it inherit that quota down to the subfolders?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; background-color: #ffffff; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;So if "adam" creates files on "&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;vol/vfiler/share$/All_users/group1$/subfolder"&lt;/SPAN&gt; it will still have the same quota limit?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; background-color: #ffffff; font-family: Arial, Helvetica, Verdana, sans-serif;"&gt;Sorry for these n00b questions &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 07:27:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67659#M15764</guid>
      <dc:creator>connoisseur</dc:creator>
      <dc:date>2012-03-02T07:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67664#M15766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I know you cannot set quotas on shares, this is only possible on volumes or qtrees.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add a default quota for all users on a volume called userhomes:&lt;/P&gt;&lt;P&gt;* user@/vol/userhomes 102400K - - 81920K - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To add a quota to the user adam:&lt;/P&gt;&lt;P&gt;adam user@/vol/userhomes 307200K - - 286720K - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check also the "MultiStore Management Guide" for vFilers (sorry I actually don't have the link)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 08:04:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67664#M15766</guid>
      <dc:creator>SALVATORE_PUGLISI</dc:creator>
      <dc:date>2012-03-02T08:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67670#M15769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks mate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well I know now why the customer can´t get it to work.&lt;/P&gt;&lt;P&gt;I have set it up as mentioned by you and the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, the problem is that they don´t want it on a user or group level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So /vol/vfiler/share$/All_users/group1$/subfolder, subfolder2, subfolder3 etc should all have 500MB each, undependant on which user´s logged on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 15:21:52 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67670#M15769</guid>
      <dc:creator>connoisseur</dc:creator>
      <dc:date>2012-03-02T15:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67674#M15770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you have to work with qtrees like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/vol/group/subfolder1 (qtree = subfolder1)&lt;/P&gt;&lt;P&gt;/vol/group/subfolder2 (qtree = subfolder2)&lt;/P&gt;&lt;P&gt;/vol/group/subfolder3 (qtree = subfolder3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can attach a quotas on each qtree. Qtree quotas are undependant on which user's logged on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Mar 2012 16:21:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67674#M15770</guid>
      <dc:creator>SALVATORE_PUGLISI</dc:creator>
      <dc:date>2012-03-02T16:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67681#M15773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it seems to be the only way.&lt;/P&gt;&lt;P&gt;But it will not work for my customer as they are running on a vFiler.&lt;/P&gt;&lt;P&gt;As the vFiler is the volume, the qtree will be the shared folder, and they want to set up the other shares within the "main share" if you know what I mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;/vol/vfiler/share$&lt;/SPAN&gt;&lt;SPAN style="color: #454545; font-family: Arial, Helvetica, Verdana, sans-serif; background-color: #ffffff;"&gt;/vol/vfiler/share$&lt;/SPAN&gt;/groups/"sube_share$"&amp;nbsp; &amp;lt;--&amp;nbsp; they don´t want this this "sub_share" as a separate qtree because it will be to many qtree to manage.&lt;/P&gt;&lt;P&gt;But I´ll try to get them to set it up on user level in stead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 07:21:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67681#M15773</guid>
      <dc:creator>connoisseur</dc:creator>
      <dc:date>2012-03-05T07:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67686#M15775</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;What do you mean by Manage a qtree? Normaly a qtree do not have to be managed after it is created. If you want to limit each qtree to the same size, you just have to set a default tree quota on the volume level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Powershell Command to create default tree quota on a Volume:&lt;/P&gt;&lt;P&gt;Connect-NaController VFILERNAME -cred "USERNAME"&lt;/P&gt;&lt;P&gt;Add-NaQuota tree * -Volume VOLUMENAME -DiskLimit SIZE (g=GB,m=MB,k=KB,t=TB)&lt;/P&gt;&lt;P&gt;Enable-NaVolQuota VOLUMENAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;Add-NaQuota tree * -Volume vol1 -Disklimit 500g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that, each Qtree under vol1 will have 500GB Space Hardlimit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some qtree's with more space needed, add a new entry for that specific qtree.&lt;/P&gt;&lt;P&gt;Add-NaQuota tree QTREENAME -Volume vol1 -Disklimit 1t&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2012 13:24:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67686#M15775</guid>
      <dc:creator>mscarpi</dc:creator>
      <dc:date>2012-03-05T13:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67691#M15777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, bad formulated from my side &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It´s just that we use Provisioning Manager to create shares in vFilers.&lt;/P&gt;&lt;P&gt;If we where to set up the users environment as mentioned I would have to create 500+ shares in PM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now we just created one "big share" in PM, then the user will copy his present folder structure to that share.&lt;/P&gt;&lt;P&gt;Thanks for your respons, I´m having a dialog with the responsible team now to se if we could get a workaround&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 08:14:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67691#M15777</guid>
      <dc:creator>connoisseur</dc:creator>
      <dc:date>2012-03-07T08:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: End user quota</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67695#M15778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm, ok. Why do you not create the share on the Volume and build the substructure (500+ folders) with qtrees? That would solve the "issue" that you have to create so many shares.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2012 12:42:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/End-user-quota/m-p/67695#M15778</guid>
      <dc:creator>mscarpi</dc:creator>
      <dc:date>2012-03-07T12:42:01Z</dc:date>
    </item>
  </channel>
</rss>

