<?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: Disk Firmware update in Clustered DataONTAP in Microsoft Virtualization Discussions</title>
    <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65063#M3259</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works with FTP as well.&amp;nbsp; I am running FileZilla Server.&amp;nbsp; I created a user "firmware" with the password "firmware".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'courier new', courier; color: #333333; background-color: #ffffff;"&gt;storage firmware download -node node1 -package-type all -package-url ftp&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/all.zip" style="font-size: 12.800000190734863px; font-family: 'courier new', courier; color: #009fda; background-color: #ffffff;" target="_blank"&gt;://firmware:firmware@myserver/all.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;---&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;Sean Luce (@seanluce)&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="http://www.ostusa.com/" style="font-style: inherit; font-family: inherit; color: #009fda;" target="_blank"&gt;http://www.ostusa.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 04:15:05 GMT</pubDate>
    <dc:creator>SeanLuce</dc:creator>
    <dc:date>2013-08-23T04:15:05Z</dc:date>
    <item>
      <title>Disk Firmware update in Clustered DataONTAP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65048#M3257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goal: Distribute new firmware packages across all controllers (7DOT &amp;amp; cDOT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For 7DOT systems the procedure is quite simple by just uploading and extracting the firwmare package using the etc$ CIFS share. But for cDOT Systems it is a little bit more complex if you don't want to use the CLI interactively. According to the documentation (&lt;A class="active_link" href="http://support.netapp.com/NOW/download/tools/diskfw/diskfw_cm.html" target="_blank"&gt;http://support.netapp.com/NOW/download/tools/diskfw/diskfw_cm.html&lt;/A&gt;) there are two possibilities to upload the firmware:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method 1: Using a web or ftp server&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier new,courier;"&gt;cluster::*&amp;gt; set -privilege advanced -confirmations off&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier new,courier;"&gt;cluster::*&amp;gt; storage firmware download -node node1 -package-type all -package-url &lt;A href="http://myserver/all.zip" target="_blank"&gt;http://myserver/all.zip&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier new,courier;"&gt;Enter User:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier new,courier;"&gt;Enter Password:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: courier new,courier;"&gt;Firmware download started.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the storage firmware download command asks for a user and a password (although no credentials are required) the invocation of the ssh commands via Powershell does not return:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PS&amp;gt; Invoke-NcSsh "set -privilege advanced -confirmations off; storage firmware download -node local -package-type all -package-url &lt;A href="http://10.68.9.81:8080/download/all.zip" target="_blank"&gt;http://myserver/all.zip&lt;/A&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Method 2: Using a scp/sftp host&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of using a ssh-based transport the powershell Cmdlet Start-NcSystemImagePackageDownload is used to get the firmware file to the controller:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;PS&amp;gt; Start-NcSystemImagePackageDownload -Url &lt;A href="http://10.68.9.81:8080/download/all.zip" target="_blank"&gt;http://myserver/all.zip&lt;/A&gt; -Node (Get-NcNode)[0].Node&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The file is placed in the /mroot/etc/software folder and can be handled (moved to disk_fw folder, unzipped, etc.) via systemshell. Unfortunately I don't know a way to access the systemshell via Powershell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you see a way to upload the disk firwmare via script for a clustered DataONTAP system? Any feedback is welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:56:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65048#M3257</guid>
      <dc:creator>sbrack</dc:creator>
      <dc:date>2025-06-05T05:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Firmware update in Clustered DataONTAP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65054#M3258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can pass the username and password within the http address.&amp;nbsp; Any username:password combination works on my standard Apache for Windows install.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: 'courier new', courier; font-size: 12.800000190734863px; background-color: #ffffff;"&gt;storage firmware download -node node1 -package-type all -package-url &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/all.zip" style="font-size: 12.800000190734863px; font-family: 'courier new', courier; color: #009fda; background-color: #ffffff;" target="_blank"&gt;http://blah:blah@myserver/all.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&lt;/P&gt;&lt;P&gt;Sean Luce (@seanluce)&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.ostusa.com" target="_blank"&gt;http://www.ostusa.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 04:10:26 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65054#M3258</guid>
      <dc:creator>SeanLuce</dc:creator>
      <dc:date>2013-08-23T04:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Firmware update in Clustered DataONTAP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65063#M3259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works with FTP as well.&amp;nbsp; I am running FileZilla Server.&amp;nbsp; I created a user "firmware" with the password "firmware".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.800000190734863px; font-family: 'courier new', courier; color: #333333; background-color: #ffffff;"&gt;storage firmware download -node node1 -package-type all -package-url ftp&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://myserver/all.zip" style="font-size: 12.800000190734863px; font-family: 'courier new', courier; color: #009fda; background-color: #ffffff;" target="_blank"&gt;://firmware:firmware@myserver/all.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;---&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;Sean Luce (@seanluce)&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: Arial, Helvetica, Verdana, sans-serif; color: #454545; background-color: #ffffff;"&gt;&lt;A class="jive-link-external-small" href="http://www.ostusa.com/" style="font-style: inherit; font-family: inherit; color: #009fda;" target="_blank"&gt;http://www.ostusa.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 04:15:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65063#M3259</guid>
      <dc:creator>SeanLuce</dc:creator>
      <dc:date>2013-08-23T04:15:05Z</dc:date>
    </item>
    <item>
      <title>Re: Disk Firmware update in Clustered DataONTAP</title>
      <link>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65072#M3260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm. Thanks for the hint!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Sep 2013 12:59:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Microsoft-Virtualization-Discussions/Disk-Firmware-update-in-Clustered-DataONTAP/m-p/65072#M3260</guid>
      <dc:creator>sbrack</dc:creator>
      <dc:date>2013-09-06T12:59:29Z</dc:date>
    </item>
  </channel>
</rss>

