<?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: Model and OS specific volume and aggregate max sizes in WFA in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99231#M17504</link>
    <description>&lt;P&gt;Hi Trentino123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the answer. But this is not what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a FlexVol of size 150TB then this fails on certain models with certain operating system versions because this is larger than the maximum FlexVol size for this model/os. I want to know this limit within WFA/WFA-command before creating such a big volume rather than breaking the command/workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jan 2015 10:21:38 GMT</pubDate>
    <dc:creator>kiessl</dc:creator>
    <dc:date>2015-01-14T10:21:38Z</dc:date>
    <item>
      <title>Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99196#M17495</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to know the model and os specific maximum volume and aggregate size in a WFA (3.0) workflow and/or (powershell based) command.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to get this info from WFA/cluster/node?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:18:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99196#M17495</guid>
      <dc:creator>kiessl</dc:creator>
      <dc:date>2025-06-05T05:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99211#M17502</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In order to view the aggregates in the cluster with the most space, you could use this user input query for the $aggregate variable :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;name,available_size_mb&lt;BR /&gt;FROM&lt;BR /&gt;cm_storage.aggregate&lt;BR /&gt;ORDER BY&lt;BR /&gt;available_size_mb&lt;BR /&gt;DESC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also anidate this query to another database to also get the node name, like with this query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;aggregate.name as 'aggregate_name',&lt;BR /&gt;aggregate.available_size_mb,&lt;BR /&gt;node.name&lt;BR /&gt;FROM&lt;BR /&gt;cm_storage.node as node,&lt;BR /&gt;cm_storage.aggregate as aggregate&lt;BR /&gt;WHERE&lt;BR /&gt;aggregate.node_id = node.id&lt;BR /&gt;ORDER BY&lt;BR /&gt;aggregate.available_size_mb&lt;BR /&gt;DESC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This query can be used in a dropdown but also for a filter/finder to automatically choose an aggregate ( those filters already exist ).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 17:25:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99211#M17502</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-01-13T17:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99231#M17504</link>
      <description>&lt;P&gt;Hi Trentino123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the answer. But this is not what I need.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I create a FlexVol of size 150TB then this fails on certain models with certain operating system versions because this is larger than the maximum FlexVol size for this model/os. I want to know this limit within WFA/WFA-command before creating such a big volume rather than breaking the command/workflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 10:21:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99231#M17504</guid>
      <dc:creator>kiessl</dc:creator>
      <dc:date>2015-01-14T10:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99249#M17509</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is a small change from the last query to include the node OS and the node model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;aggregate.name as 'aggregate_name',&lt;BR /&gt;aggregate.available_size_mb,&lt;BR /&gt;node.name,&lt;BR /&gt;node.model,&lt;BR /&gt;node.os_version&lt;BR /&gt;FROM&lt;BR /&gt;cm_storage.node as node,&lt;BR /&gt;cm_storage.aggregate as aggregate&lt;BR /&gt;WHERE&lt;BR /&gt;aggregate.node_id = node.id&lt;BR /&gt;AND&lt;BR /&gt;( node.model LIKE '%8040%'&amp;nbsp; OR node.model LIKE '%3250%' )&lt;BR /&gt;AND&lt;BR /&gt;( node.os_version LIKE '%8.3.0%' OR node.os_version LIKE '%8.2.0%' )&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;aggregate.available_size_mb &amp;gt; 150000&lt;BR /&gt;ORDER BY&lt;BR /&gt;aggregate.available_size_mb&lt;BR /&gt;DESC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope that works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 17:23:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99249#M17509</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-01-14T17:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99376#M17530</link>
      <description>&lt;P&gt;Trentino123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please correcte me if I am wrong:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your query results in all existing aggregates of specific models or operating system versions which have more than 150.000 GB space available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 11:08:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99376#M17530</guid>
      <dc:creator>kiessl</dc:creator>
      <dc:date>2015-01-16T11:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99381#M17531</link>
      <description>&lt;P&gt;Hi Walter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, it will show you aggregates ordered from higher to lower with more than 150Tb ( that could be taken out of the query if you don't need it ), of specific OS's and models.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need anything else.&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;&lt;P&gt;Trentino123.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jan 2015 12:35:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/99381#M17531</guid>
      <dc:creator>trentino123</dc:creator>
      <dc:date>2015-01-16T12:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Model and OS specific volume and aggregate max sizes in WFA</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/100179#M17672</link>
      <description>&lt;P&gt;Hi Trentino123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not understand how this would solve my problem. Please explain, how I can get the model and oerating specifc absolut volume size with this query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anybody else who can contribute to this discussion? Perhaps some NetApp developers?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2015 07:10:35 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Model-and-OS-specific-volume-and-aggregate-max-sizes-in-WFA/m-p/100179#M17672</guid>
      <dc:creator>kiessl</dc:creator>
      <dc:date>2015-02-05T07:10:35Z</dc:date>
    </item>
  </channel>
</rss>

