<?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: SANtricity drive firmware update syntax in EF &amp; E-Series, SANtricity, and Related Plug-ins</title>
    <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154682#M834</link>
    <description>&lt;P&gt;The command syntax will depend on if the drive itself is in a 12, 24 or 60-bay enclosure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the drive is in a 12 or 24-bay enclosure, your syntax will look like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [X,Y] file="/root/drivefirmware.dlp";'&lt;/LI-CODE&gt;
&lt;P&gt;where :&lt;BR /&gt;X is the tray number&lt;BR /&gt;Y is the slot number&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If the drive is in a 60-bay enclosure which has drawers unlike the 12 of 24-bay enclosures, your syntax will look like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [X,Y,Z] file="/root/drivefirmware.dlp";'&lt;/LI-CODE&gt;
&lt;P&gt;where :&lt;BR /&gt;X is the tray number&lt;BR /&gt;Y is the drawer number&lt;BR /&gt;Z is the slot number&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You mentioned that the drive location is Tray 0, Drawer 1, Slot 7 so the syntax would look like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,1,7] file="/root/drivefirmware.dlp";'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 09:17:54 GMT</pubDate>
    <dc:creator>NetApp_AU</dc:creator>
    <dc:date>2020-03-03T09:17:54Z</dc:date>
    <item>
      <title>SANtricity drive firmware update syntax</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154626#M832</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have E2724, SANtricity OS, so I would like to update firmware on specific disk in slot 7, so can you help to verify the command line below is correct or not?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Disk is in (Slot 7, Tray 0, Drawer 1)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(1) Can I use the command below:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive 0 7 file="/root/drivefirmware.dlp";'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(2) Or this Command below:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,7] file="/root/drivefirmware.dlp";'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(3) Or this Command below:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,[1,]7] file="/root/drivefirmware.dlp";'&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 11:17:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154626#M832</guid>
      <dc:creator>Kagnroath</dc:creator>
      <dc:date>2025-06-04T11:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: SANtricity drive firmware update syntax</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154643#M833</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3rd option is correct according to E-SERIES documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This command is intended for downloading a firmware image to only one drive model at a time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Syntax&lt;/STRONG&gt;&lt;BR /&gt;download (drive [trayID,[drawerID,]slotID] | drives[trayID1,[drawerID1,]slotID1 ... trayIDn,[drawerIDn,]slotIDn])&lt;BR /&gt;[online|offline] firmware file="filename"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Applies to : &lt;STRONG&gt;E2700&lt;/STRONG&gt;, E5600, E2800, and E5700 arrays.&lt;BR /&gt;&lt;A href="https://mysupport.netapp.com/NOW/public/eseries/cli/index.html#page/GUID-C39AE1DE-C63B-4B37-9DCA-C0183EB68F36%2FGUID-CC24525C-0C81-438E-BE91-4352C1FBFC9D.html%23wwconnect_header" target="_blank"&gt;https://mysupport.netapp.com/NOW/public/eseries/cli/index.html#page/GUID-C39AE1DE-C63B-4B37-9DCA-C0183EB68F36%2FGUID-CC24525C-0C81-438E-BE91-4352C1FBFC9D.html%23wwconnect_header&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 29 Feb 2020 15:26:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154643#M833</guid>
      <dc:creator>Ontapforrum</dc:creator>
      <dc:date>2020-02-29T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: SANtricity drive firmware update syntax</title>
      <link>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154682#M834</link>
      <description>&lt;P&gt;The command syntax will depend on if the drive itself is in a 12, 24 or 60-bay enclosure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the drive is in a 12 or 24-bay enclosure, your syntax will look like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [X,Y] file="/root/drivefirmware.dlp";'&lt;/LI-CODE&gt;
&lt;P&gt;where :&lt;BR /&gt;X is the tray number&lt;BR /&gt;Y is the slot number&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;If the drive is in a 60-bay enclosure which has drawers unlike the 12 of 24-bay enclosures, your syntax will look like this:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [X,Y,Z] file="/root/drivefirmware.dlp";'&lt;/LI-CODE&gt;
&lt;P&gt;where :&lt;BR /&gt;X is the tray number&lt;BR /&gt;Y is the drawer number&lt;BR /&gt;Z is the slot number&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;You mentioned that the drive location is Tray 0, Drawer 1, Slot 7 so the syntax would look like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;SMcli 0-0-RAID_LSN0 0-0-RAID_LSN1 -c 'download drive [0,1,7] file="/root/drivefirmware.dlp";'&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 09:17:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/EF-E-Series-SANtricity-and-Related-Plug-ins/SANtricity-drive-firmware-update-syntax/m-p/154682#M834</guid>
      <dc:creator>NetApp_AU</dc:creator>
      <dc:date>2020-03-03T09:17:54Z</dc:date>
    </item>
  </channel>
</rss>

