<?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: Need some advice on aggregate creation in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-advice-on-aggregate-creation/m-p/461486#M45001</link>
    <description>&lt;P&gt;Note, commands are close. All by memory. May need to tab-out and correct as needed. the gist is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect all drives.&lt;/P&gt;&lt;P&gt;Stack 1: DS460C, then DS212C&lt;/P&gt;&lt;P&gt;Stack 2: DS224C&lt;/P&gt;&lt;P&gt;Re-init, 9a and 9b&lt;/P&gt;&lt;P&gt;(this should maximize the ADP (i.e. minimize root partitions to 12 each) and split across both controllers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a Storage Pool with 5 of the 6 SSDs&lt;/P&gt;&lt;P&gt;Assign all SSD to one node&lt;/P&gt;&lt;P&gt;storage pool create -pool sp01 -diskcount 5 (I think thats correct)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create two aggregates, one per controller. You may need to do this manually to maximize capacity&lt;/P&gt;&lt;P&gt;You should be able to do something like&lt;/P&gt;&lt;P&gt;aggr create -aggregate sata_01 -node node-01 -maxraidsize 14 -diskcount 28 -is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;aggr create -aggregate sata_02 -node node-02 -maxraidsize 14 -diskcount 28 -is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that fails, make the aggr:&lt;/P&gt;&lt;P&gt;aggr create -aggregate sata_01 -node node-01 -maxraidsize 14 -disklist 1.0.1,1.0.2,... -&amp;gt; specify all 12 partitioned drives for this node -is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;aggr create&amp;nbsp;-aggregate sata_01 -node node-02 -maxraidsize 14 -disklist 1.0.24,1.0.25,... -&amp;gt; specify all 12 partitioned drives for this node&amp;nbsp;-is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;Then expand:&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate&amp;nbsp; sata_01 -diskcount 16&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate&amp;nbsp; sata_02 -diskcount 16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should end up with two aggrs of 82.53TiB each&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate sata_01 -pool sp01 -units 2 -raid-type raid4&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate sata_02 -pool sp01 -units 2 -raid-type raid4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a flexgroup. Maybe in this case something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vol create -volume fg01 -junction-path /fg01 -aggr-list sata_01,sata_02 -aggr-list-multiplier 1 -size 160T&lt;/P&gt;&lt;P&gt;That should make a flexgroup with two members at 80T each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively:&lt;/P&gt;&lt;P&gt;vol create -volume fg01 -junction-path /fg01 -aggr-list sata_01,sata_02 -aggr-list-multiplier 2 -size 160T&lt;/P&gt;&lt;P&gt;Which makes 4 members at 40T each&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 07 Jun 2025 14:32:41 GMT</pubDate>
    <dc:creator>TMACMD</dc:creator>
    <dc:date>2025-06-07T14:32:41Z</dc:date>
    <item>
      <title>Need some advice on aggregate creation</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-advice-on-aggregate-creation/m-p/461483#M44998</link>
      <description>&lt;P&gt;I'm configuring a NetApp FAS8300 for use specifically as a backup target. It will likely host only one VM (Commvault) that will connect to some large volumes for data storage. I have the following shelves/disks/ideas for configuration:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Shelf 1: 6 x 900 GB SSD, create 2 x storage pools (3 disks each = allocation unit size 671 GB; apply half to the shelf 2 aggr and the other half to the shelf 3 aggr)&lt;/LI&gt;&lt;LI&gt;Shelf 2: 12 x 4 TB SAS, create 1 x aggregate (1 x RAID-DP group of 11 disks, 1 spare =&amp;nbsp; 30 TB; &lt;EM&gt;host the Commvault VM here&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;Shelf 3: 60 x 4 TB NL-SAS, create 1 x aggregate (2 x RAID-TEC groups of 29 disks, 2 spares = 179 TB)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This would result in an active-passive system, using only one node's CPU capacity.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But then I was wondering: does backup storage even benefit from being backed by an SSD storage pool? Probably not much if at all, right? If that's case, maybe this would be better:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Shelf 1: 6 x 900 GB SSD, create 1 x storage pools (6 disks = allocation unit size 1.3 TB; apply all to the shelf 2 aggr)&lt;/LI&gt;&lt;LI&gt;Shelf 2: [same as above]&lt;/LI&gt;&lt;LI&gt;Shelf 3: 60 x 4 TB NL-SAS, create 2 x aggregate (1 x RAID-TEC groups of 29 disks each, 2 spares = 90 TB per aggr)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This would result in an active-active system, using both nodes' CPU capacity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or perhaps a third option:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Shelf 1: 6 x 900 GB SSD, create 1 x aggregate (1 x RAID-DP group of 5 disks, 1 spare = 2.4 TB; &lt;EM&gt;host the Commvault VM here&lt;/EM&gt;)&lt;/LI&gt;&lt;LI&gt;Shelf 2: [don't use it]&lt;/LI&gt;&lt;LI&gt;Shelf 3: [either 1 or 2 aggrs, as above]&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Any opinions on this?&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 05:38:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-advice-on-aggregate-creation/m-p/461483#M44998</guid>
      <dc:creator>HUX20002000</dc:creator>
      <dc:date>2025-06-07T05:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need some advice on aggregate creation</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-advice-on-aggregate-creation/m-p/461486#M45001</link>
      <description>&lt;P&gt;Note, commands are close. All by memory. May need to tab-out and correct as needed. the gist is there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Connect all drives.&lt;/P&gt;&lt;P&gt;Stack 1: DS460C, then DS212C&lt;/P&gt;&lt;P&gt;Stack 2: DS224C&lt;/P&gt;&lt;P&gt;Re-init, 9a and 9b&lt;/P&gt;&lt;P&gt;(this should maximize the ADP (i.e. minimize root partitions to 12 each) and split across both controllers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a Storage Pool with 5 of the 6 SSDs&lt;/P&gt;&lt;P&gt;Assign all SSD to one node&lt;/P&gt;&lt;P&gt;storage pool create -pool sp01 -diskcount 5 (I think thats correct)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create two aggregates, one per controller. You may need to do this manually to maximize capacity&lt;/P&gt;&lt;P&gt;You should be able to do something like&lt;/P&gt;&lt;P&gt;aggr create -aggregate sata_01 -node node-01 -maxraidsize 14 -diskcount 28 -is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;aggr create -aggregate sata_02 -node node-02 -maxraidsize 14 -diskcount 28 -is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that fails, make the aggr:&lt;/P&gt;&lt;P&gt;aggr create -aggregate sata_01 -node node-01 -maxraidsize 14 -disklist 1.0.1,1.0.2,... -&amp;gt; specify all 12 partitioned drives for this node -is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;aggr create&amp;nbsp;-aggregate sata_01 -node node-02 -maxraidsize 14 -disklist 1.0.24,1.0.25,... -&amp;gt; specify all 12 partitioned drives for this node&amp;nbsp;-is-hybrid-enabled true&lt;/P&gt;&lt;P&gt;Then expand:&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate&amp;nbsp; sata_01 -diskcount 16&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate&amp;nbsp; sata_02 -diskcount 16&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You should end up with two aggrs of 82.53TiB each&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate sata_01 -pool sp01 -units 2 -raid-type raid4&lt;/P&gt;&lt;P&gt;aggr add-disks -aggregate sata_02 -pool sp01 -units 2 -raid-type raid4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a flexgroup. Maybe in this case something like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vol create -volume fg01 -junction-path /fg01 -aggr-list sata_01,sata_02 -aggr-list-multiplier 1 -size 160T&lt;/P&gt;&lt;P&gt;That should make a flexgroup with two members at 80T each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively:&lt;/P&gt;&lt;P&gt;vol create -volume fg01 -junction-path /fg01 -aggr-list sata_01,sata_02 -aggr-list-multiplier 2 -size 160T&lt;/P&gt;&lt;P&gt;Which makes 4 members at 40T each&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jun 2025 14:32:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Need-some-advice-on-aggregate-creation/m-p/461486#M45001</guid>
      <dc:creator>TMACMD</dc:creator>
      <dc:date>2025-06-07T14:32:41Z</dc:date>
    </item>
  </channel>
</rss>

