<?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 resize vol0 on simulator in Active IQ and AutoSupport Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439113#M1843</link>
    <description>&lt;P&gt;All the information is available in the Install guide (Page:15, Please have a look)&lt;BR /&gt;&lt;A href="https://mysupport.netapp.com/api/tools-service/toolsbinary/simulate-ontap/download/Simulate_ONTAP_9.10.1_Installation_and_Setup_Guide.pdf" target="_blank"&gt;https://mysupport.netapp.com/api/tools-service/toolsbinary/simulate-ontap/download/Simulate_ONTAP_9.10.1_Installation_and_Setup_Guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expanding the root volume size : If your root volume is too small, you can expand it. Your&lt;STRONG&gt; root aggregate must have enough free space&lt;/STRONG&gt; to accommodate an increase in the size of your root volume. If necessary, add more disks to your root aggregate to increase its size and accommodate the additional space needed in your root volume.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Check if there are any disks that are not-owned.&lt;BR /&gt;&amp;gt;disk shown -n (If it shows)&lt;BR /&gt;then&lt;BR /&gt;&amp;gt;disk assign all&lt;/P&gt;&lt;P&gt;This will make the disks show up as 'spare'.&lt;/P&gt;&lt;P&gt;Then, simply add the disks to root aggregate&lt;/P&gt;&lt;P&gt;::&amp;gt;aggr add-disks -aggregate &amp;lt;root_aggr&amp;gt; -diskcount 5&lt;/P&gt;&lt;P&gt;Once this is done,&lt;BR /&gt;&amp;gt; df -Ah (check the root aggr size increased)&lt;BR /&gt;if yes, increase the vol0 size.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 11:40:48 GMT</pubDate>
    <dc:creator>Ontapforrum</dc:creator>
    <dc:date>2022-10-17T11:40:48Z</dc:date>
    <item>
      <title>How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439109#M1839</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;can you please help me how to resize vol0 on simulator&amp;nbsp;NetApp 9.10.1 ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 09:56:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439109#M1839</guid>
      <dc:creator>sce</dc:creator>
      <dc:date>2025-06-04T09:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439110#M1840</link>
      <description>&lt;P&gt;You can resize the vol0 via this cmd: (provided there is enough space in the aggregate)&lt;BR /&gt;cluster-node&amp;gt; vol size vol0&amp;nbsp; +500m&amp;nbsp; &amp;nbsp;(will increase by 500mb)&lt;BR /&gt;cluster-node&amp;gt; vol size vol0&amp;nbsp; +1g&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; will increase by 1gb)&lt;BR /&gt;cluster-node&amp;gt; vol size vol0&amp;nbsp; 1g&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;(will set the size to 1gb)&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:03:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439110#M1840</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2022-10-17T11:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439111#M1841</link>
      <description>&lt;P&gt;If I use this cmd I've got this message:&lt;BR /&gt;vol size vol0 +500m&lt;BR /&gt;&lt;BR /&gt;vol size: Cannot grow root volume to more than 95% of the available aggregate size which is currently 1654064k.&lt;BR /&gt;An attempt was made to set the root volume size to 2167200k.&lt;BR /&gt;&lt;BR /&gt;What should I do please ?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:09:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439111#M1841</guid>
      <dc:creator>sce</dc:creator>
      <dc:date>2022-10-17T11:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439112#M1842</link>
      <description>&lt;P&gt;Hello , first of all you can add disks to the root aggregate ; ex : ::&amp;gt; aggr add-disks -aggregate aggr0 -diskcount 3&amp;nbsp; ( this will add 3 disks ) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Other tips and tricks : disable snapshots of vol0 for sims :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;::&amp;gt; system node run -node ontapsim&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Type 'exit' or 'Ctrl-D' to return to the CLI&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt; snap sched vol0 0 0 0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt; snap sched vol0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Volume vol0: 0 0 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Disable the snapshot reserve : &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;::&amp;gt; system node run -node ontapsim1 snap reserve vol0 0&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What i have in the lab regarding to 9.10.1 look like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OntapSIM9101-n1::&amp;gt; version&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NetApp Release 9.10.1: Sat Jan 15 15:04:44 UTC 2022&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OntapSIM9101-n1::&amp;gt; aggr show aggr0 -disk&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Aggregate #disks Disks&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--------- ------ ---------------------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;aggr0 9 NET-1.7, NET-1.9, NET-1.10, NET-1.11, NET-1.12, NET-1.15,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;NET-1.18, NET-1.22, NET-1.23&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;OntapSIM9101-n1::&amp;gt; aggr show&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;Aggregate Size Available Used% State #Vols Nodes RAID Status&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;--------- -------- --------- ----- ------- ------ ---------------- ------------&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;aggr0 5.84GB 551.3MB 91% online 1 OntapSIM9101-n1- raid_dp,&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;01 normal&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;!-- EndFragment  --&gt;&lt;/P&gt;&lt;P&gt;There is no snap reserve or snapshots ; sims running in vmware environment stable no crashing nothing for months .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;( i also have an 9.6 version that runs for at least 2 years now ) .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:31:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439112#M1842</guid>
      <dc:creator>Alexvasile</dc:creator>
      <dc:date>2022-10-17T11:31:30Z</dc:date>
    </item>
    <item>
      <title>Re: How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439113#M1843</link>
      <description>&lt;P&gt;All the information is available in the Install guide (Page:15, Please have a look)&lt;BR /&gt;&lt;A href="https://mysupport.netapp.com/api/tools-service/toolsbinary/simulate-ontap/download/Simulate_ONTAP_9.10.1_Installation_and_Setup_Guide.pdf" target="_blank"&gt;https://mysupport.netapp.com/api/tools-service/toolsbinary/simulate-ontap/download/Simulate_ONTAP_9.10.1_Installation_and_Setup_Guide.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expanding the root volume size : If your root volume is too small, you can expand it. Your&lt;STRONG&gt; root aggregate must have enough free space&lt;/STRONG&gt; to accommodate an increase in the size of your root volume. If necessary, add more disks to your root aggregate to increase its size and accommodate the additional space needed in your root volume.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Check if there are any disks that are not-owned.&lt;BR /&gt;&amp;gt;disk shown -n (If it shows)&lt;BR /&gt;then&lt;BR /&gt;&amp;gt;disk assign all&lt;/P&gt;&lt;P&gt;This will make the disks show up as 'spare'.&lt;/P&gt;&lt;P&gt;Then, simply add the disks to root aggregate&lt;/P&gt;&lt;P&gt;::&amp;gt;aggr add-disks -aggregate &amp;lt;root_aggr&amp;gt; -diskcount 5&lt;/P&gt;&lt;P&gt;Once this is done,&lt;BR /&gt;&amp;gt; df -Ah (check the root aggr size increased)&lt;BR /&gt;if yes, increase the vol0 size.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 11:40:48 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439113#M1843</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2022-10-17T11:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439116#M1844</link>
      <description>&lt;P&gt;Customized according to your suggestions.&lt;BR /&gt;Now it works great.&lt;BR /&gt;Thank you very much for your help.&lt;BR /&gt;Have a nice day.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:06:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439116#M1844</guid>
      <dc:creator>sce</dc:creator>
      <dc:date>2022-10-17T13:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: How resize vol0 on simulator</title>
      <link>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439117#M1845</link>
      <description>&lt;P&gt;Hello Alex,&lt;BR /&gt;your suggestions helped.&lt;BR /&gt;Thank you very much.&lt;BR /&gt;Have a nice day.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:12:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-and-AutoSupport-Discussions/How-resize-vol0-on-simulator/m-p/439117#M1845</guid>
      <dc:creator>sce</dc:creator>
      <dc:date>2022-10-17T13:12:43Z</dc:date>
    </item>
  </channel>
</rss>

