<?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 Query about flashpool ? in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Query-about-flashpool/m-p/23793#M19433</link>
    <description>&lt;P&gt;I have one aggregate which is having some performance issue, and i wanted to enable flash pool for that aggregate so, can anyone give me the list of commands to do this task...thanks in advance&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:29:15 GMT</pubDate>
    <dc:creator>SHYLENDERADI</dc:creator>
    <dc:date>2025-06-05T05:29:15Z</dc:date>
    <item>
      <title>Query about flashpool ?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Query-about-flashpool/m-p/23793#M19433</link>
      <description>&lt;P&gt;I have one aggregate which is having some performance issue, and i wanted to enable flash pool for that aggregate so, can anyone give me the list of commands to do this task...thanks in advance&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:29:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Query-about-flashpool/m-p/23793#M19433</guid>
      <dc:creator>SHYLENDERADI</dc:creator>
      <dc:date>2025-06-05T05:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Query about flashpool ?</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Query-about-flashpool/m-p/92843#M19434</link>
      <description>&lt;P&gt;Hi Shylendradi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How many disks you are going to add in to your aggregate ???? And Is your OnTap 7-Mode or Cluster Mode ????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remeber that there is minimum requirement of Disk to create a FLASH POOL&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FAS3100 and FAS3200 min requirement is 3+2 ( 3 data + 2 Parity )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FAS6000 and FAS6200 is 9+2 ( 9 Data + 2 Parity )&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1:- You Need to enable Hybrid on your aggregate in order to have flash pool&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7- Mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aggr options aggr_name hybrid_enabled on&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cluster Mode&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;storage aggregate modify -aggregate aggr_name -hybrid_enabled true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2:- Now you can add disks using their DISK ID's , If you have more than one Raid Group you have to choose which RG&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7-Mode&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aggr add aggr_name -T SSD 6@100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;cluster Mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;storage aggregate add-disks -aggregate aggr-name -disktype SSD -diskcount 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;You&lt;/STRONG&gt; &lt;STRONG&gt;can&lt;/STRONG&gt; &lt;STRONG&gt;verify&lt;/STRONG&gt; &lt;STRONG&gt;If&lt;/STRONG&gt; &lt;STRONG&gt;it&lt;/STRONG&gt; &lt;STRONG&gt;is&lt;/STRONG&gt; &lt;STRONG&gt;enabled&lt;/STRONG&gt; &lt;STRONG&gt;as&lt;/STRONG&gt; &lt;STRONG&gt;below&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;7-Mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aggr status -v&amp;nbsp;aggr_name&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cluster&lt;/STRONG&gt; &lt;STRONG&gt;Mode&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;storage aggregate show -aggregate aggr_name&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once done now you need to create READ or WRITE policies in the Aggregate , Please follow the guide to create policies&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_self" title="Flash Pool Implementation" href="http://www.netapp.com/us/system/pdf-reader.aspx?m=tr-4070.pdf&amp;amp;cc=us"&gt;http://www.netapp.com/us/system/pdf-reader.aspx?m=tr-4070.pdf&amp;amp;cc=us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope it helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nayab&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Oct 2014 06:06:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Query-about-flashpool/m-p/92843#M19434</guid>
      <dc:creator>NAYABSK</dc:creator>
      <dc:date>2014-10-15T06:06:38Z</dc:date>
    </item>
  </channel>
</rss>

