<?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: NetApp aggregates and volumes in ONTAP Hardware</title>
    <link>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70497#M4991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your detailed explanation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hasmik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2014 11:43:18 GMT</pubDate>
    <dc:creator>HASMIK_HAYRAPETYAN</dc:creator>
    <dc:date>2014-04-10T11:43:18Z</dc:date>
    <item>
      <title>NetApp aggregates and volumes</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70486#M4989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I understand aggregate is a physical storage and volumes are it's partitions. Is it possible to have some space on aggregate which doesn't belong to any volume?&lt;/P&gt;&lt;P&gt;I have an aggregate, where&lt;/P&gt;&lt;P&gt;Available Capacity is &lt;STRONG&gt;74.878&lt;/STRONG&gt; MB&lt;/P&gt;&lt;P&gt;Total Capacity is 2.393.912 MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have only one volume on it, wher&lt;/P&gt;&lt;P&gt;Available Capacity is &lt;STRONG&gt;126.478&lt;/STRONG&gt; MB&lt;/P&gt;&lt;P&gt;Total Capacity is 1.844.838 MB&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two things here:&lt;/P&gt;&lt;P&gt;aggr available capacity &lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt; volume available capacity (1. how this is possible?)&lt;/P&gt;&lt;P&gt;aggr total capacity &lt;STRONG&gt;&amp;gt;&lt;/STRONG&gt; volume total capacity (2. so there is space on aggregate that doesn't belong to any volume?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My third question is - I want to calculate total and available capacity for NetApp filer, I need to get sum of it's aggregates' capacities or volumes' capacities??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hasmik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:38:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70486#M4989</guid>
      <dc:creator>HASMIK_HAYRAPETYAN</dc:creator>
      <dc:date>2025-06-05T05:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp aggregates and volumes</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70491#M4990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hasmik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's not quite that simple...&lt;/P&gt;&lt;P&gt;While it's true, that Aggregates represent the physical aspect of storage, Volumes are not just a partition of an aggregate, but the logical representation of storage, made accessible to end users through storage access protocols (NFS/CIFS/ISCSI/FCP/...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number given as 'Available Capacity' for the aggregate is space available to be given to &lt;STRONG&gt;new &lt;/STRONG&gt;volumes. It is &lt;STRONG&gt;not &lt;/STRONG&gt;the amount of space actually being in use by user data, since volumes might have space guarantees set ("Thick Provisioning" - as yours obviously does). Also there's a certain amount of Meta Data within an Aggregate and you might have set space aside for Data Protection purposes ('snap reserve'). Therefore the aggregate will &lt;STRONG&gt;always&lt;/STRONG&gt; have more total capacity than the sum of the total capacities of the volumes - if you thick provision... That should answer your second question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 'Available Capacity' within a volume represents the amount of space that is available to 'end users'. Therefore if you 'Thick Provision' your volumes it is nothing unusual, that you have more space available within your volumes than there is space available for additional new volumes in the aggregate. That should answer your first question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to calculate 'Available Capacity' from a user perspective, and you have a very traditional simple-minded approach to provisioning (everything thick provisioned, no dedupe, no compression, ...), then indeed you just have to sum up the available capacities of the volumes. (Third question)... But that will be a far cry from the maximum possible capacity!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thin Provisioning and Deduplication/Compression can be a game changer! &lt;/P&gt;&lt;P&gt;We ourselves for example have a 15TB volume in a 3TB aggregate (obviously thin provisioned...). It contains ~14TB of user data - it's our virtual lab environment, very high dedupe rate. There's still almost 1TB free space in the aggregate! As you can see, to calculate the 'available capacity' from a user perspective can be a bit more complicated that to just add something up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Utilisation rates even (far) beyond 100% are not unusual on NetApp storage.&lt;/P&gt;&lt;P&gt;(Utilization = Amount of used logical storage / Amount of physical storage)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My recommendation: Read up on the way NetApp does storage and/or take a NetApp Course.&lt;/P&gt;&lt;P&gt;You might (should!) have bought training units with your NetApp kit which you can use for this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;P&gt;NCI (NetApp Certified Instructor)&lt;/P&gt;&lt;P&gt;- FastLane Training Centers: e.g.&amp;nbsp; flane.de (my home base) or&amp;nbsp; fastlaneus.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 08:18:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70491#M4990</guid>
      <dc:creator>Sebastian_Goetze</dc:creator>
      <dc:date>2014-04-10T08:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: NetApp aggregates and volumes</title>
      <link>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70497#M4991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your detailed explanation!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hasmik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2014 11:43:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Hardware/NetApp-aggregates-and-volumes/m-p/70497#M4991</guid>
      <dc:creator>HASMIK_HAYRAPETYAN</dc:creator>
      <dc:date>2014-04-10T11:43:18Z</dc:date>
    </item>
  </channel>
</rss>

