<?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: How to check individual qtree sizes within a volume in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29693#M2024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhiman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method that Scott provided will give you with all the information you are requesting.&amp;nbsp; If you are using quotas though you could also use "rdfile /etc/quotas" which may be easier to work with depending on exactly what it is you require.&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;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 15:19:40 GMT</pubDate>
    <dc:creator>ryanstather</dc:creator>
    <dc:date>2009-08-18T15:19:40Z</dc:date>
    <item>
      <title>How to check individual qtree sizes within a volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29679#M2021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate storage utilization for a CRM based tool. I am stuck at a point wherein I need to input individual qtree sizes for each volume to another script. Could you please help me out with an Ontap command that could fetch me individual qtree sizes (unix/ntfs style) from a volume containing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks in advance!!&lt;/P&gt;&lt;P&gt;Dhiman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 07:25:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29679#M2021</guid>
      <dc:creator>dhiman_ck</dc:creator>
      <dc:date>2025-06-05T07:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to check individual qtree sizes within a volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29683#M2022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FAS 6070c running Ontap Release 7.3.1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 20:03:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29683#M2022</guid>
      <dc:creator>dhiman_ck</dc:creator>
      <dc:date>2009-08-03T20:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to check individual qtree sizes within a volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29688#M2023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To report qtree sizes, we often just use a null quota... setting a null quota (using "-") allows you to view current usage with the "quota report" command.&amp;nbsp; This is much faster than waiting for the output of du since the quota report size is updated realtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TR3425 gives quota examples...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; # Quota Target&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; disk&amp;nbsp;&amp;nbsp;&amp;nbsp; files&amp;nbsp; thold&amp;nbsp; sdisk&amp;nbsp; sfile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To see the size of all qtrees in vol2 for example.. make an entry in /etc/quotas, then "quota on vol2" to enable quotas.&amp;nbsp; There will be no enforcement of a quota just reporting of usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;nbsp;&amp;nbsp; tree@vol/vol2&amp;nbsp; - - - - -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to hard set a limit then you could also do that using the default method above, or for individual qtrees a similar entry&amp;nbsp;&amp;nbsp; /vol/vol2/qtree1 tree@vol/vol2 - - - - -"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 22:36:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29688#M2023</guid>
      <dc:creator>scottgelb</dc:creator>
      <dc:date>2009-08-03T22:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to check individual qtree sizes within a volume</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29693#M2024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhiman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method that Scott provided will give you with all the information you are requesting.&amp;nbsp; If you are using quotas though you could also use "rdfile /etc/quotas" which may be easier to work with depending on exactly what it is you require.&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;Ryan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 15:19:40 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/How-to-check-individual-qtree-sizes-within-a-volume/m-p/29693#M2024</guid>
      <dc:creator>ryanstather</dc:creator>
      <dc:date>2009-08-18T15:19:40Z</dc:date>
    </item>
  </channel>
</rss>

