<?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 Adding different speed disks in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54584#M2588</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have run into an issue when trying to script the addition of new disks into an aggregate when the disks are a different speed. Our environment orginally has 300GB 10K drives. The latest set of drives we have recieved are 300GB 15K drives. Using the generic Add-NaAggr command will not work because disks of different speeds have to be added with a force command and done via a disk list. This is simple from the command line, but I need this to be in a script.&amp;nbsp; I know it is not best practice to add non-like disks because the fast disk is degraded to the speed of the slower disk, but that is not a concern. Is there a way to get the "-f" switch into the Add-NaAggr command to make this run via a script? This is a high priority for me, so any help would be great. I looked through the commandlet to see if there was a parameter for this, but I did not see one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:55:37 GMT</pubDate>
    <dc:creator>drwoodberry</dc:creator>
    <dc:date>2025-06-05T06:55:37Z</dc:date>
    <item>
      <title>Adding different speed disks</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54584#M2588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have run into an issue when trying to script the addition of new disks into an aggregate when the disks are a different speed. Our environment orginally has 300GB 10K drives. The latest set of drives we have recieved are 300GB 15K drives. Using the generic Add-NaAggr command will not work because disks of different speeds have to be added with a force command and done via a disk list. This is simple from the command line, but I need this to be in a script.&amp;nbsp; I know it is not best practice to add non-like disks because the fast disk is degraded to the speed of the slower disk, but that is not a concern. Is there a way to get the "-f" switch into the Add-NaAggr command to make this run via a script? This is a high priority for me, so any help would be great. I looked through the commandlet to see if there was a parameter for this, but I did not see one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:55:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54584#M2588</guid>
      <dc:creator>drwoodberry</dc:creator>
      <dc:date>2025-06-05T06:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Adding different speed disks</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54589#M2590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The aggr-add API doesn't appear to support the force switch that the CLI offers, so unless specifying the new disks by name using the -Disks attribute of Add-NaAggr works, the next best option would be to send the CLI form using Invoke-NaSsh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 15:06:59 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54589#M2590</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-04-28T15:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: Adding different speed disks</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54598#M2591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can get the disks to add using the -Disks parameter from the API, but it will not allow different speed disks in the same disk list. I am testing now to see if I can create two different disk lists and add them at seperate times to see if it will work. As for the new features in 1.3, I can not add that functionality to the client running the mahcine. Our builds have already been released and cannot be changed. Modifying a script is much easier as we can provide the code in a work around for the end user...who is the marine corp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the info. I will post back my results. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 15:16:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54598#M2591</guid>
      <dc:creator>drwoodberry</dc:creator>
      <dc:date>2011-04-28T15:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Adding different speed disks</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54602#M2592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the odds the FilerView functionality can be invoked in the Toolkit. Using the invoke-ssh cmdlet I can use the aggr-add command with the "-f" option to force add disks into the aggregate. The down side is that I have to run the command once for each disk speed. I can not just use the "-f" and say 11 disks of varying speed. Would there be a way to add to the toolkit that would allow this to happen like you can in filerview by checking allow disks of different speeds? I like to add all the disks at once so I do not have to wait two seperate time for the aggregate to grow. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 18:38:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54602#M2592</guid>
      <dc:creator>drwoodberry</dc:creator>
      <dc:date>2011-05-16T18:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Adding different speed disks</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54607#M2593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just had a look through the FilerView code, fearing it might be using some unpublished API.&amp;nbsp; But it appears that when adding disks via manual selection, the aggr-add API is called with the force-spare-pool argument.&amp;nbsp; That is available in Add-NaAggr via the -ForceSparePool switch parameter.&amp;nbsp; The docs aren't clear that that should work, but it's worth a try.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 15:38:39 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Adding-different-speed-disks/m-p/54607#M2593</guid>
      <dc:creator>cknight</dc:creator>
      <dc:date>2011-05-19T15:38:39Z</dc:date>
    </item>
  </channel>
</rss>

