storage firmware download
- PDF of this doc site
Collection of separate PDF docs
Creating your file...
Download disk, ACP processor and shelf firmware
Availability: This command is available to cluster administrators at the advanced privilege level.
Description
The storage firmware download
command downloads the ACP processor, disk, and shelf module firmware to a specified node. This command can also be used to download the disk qualification package (DQP).
Use the storage disk firmware update command to install downloaded disk firmware.
Use the storage shelf firmware update command to install downloaded shelf module firmware.
Use the system node run` local storage download acp` command to install downloaded ACP processor firmware.
Parameters
-node {<nodename>|local}
- Node (privilege: advanced)-
This specifies the node to which the firmware is to be downloaded.
-package-url <text>
- Package URL (privilege: advanced)-
This specifies the path to the firmware package.
The packaged ACP processor, disk, and shelf firmware files need to have ".AFW", ".LOD", and ".SFW" file extensions, respectively.
The following URL protocols are supported: ftp, http, tftp and file. The file URL scheme can be used to specify the location of the package to be fetched from an external device connected to the storage controller. Currently, only USB mass storage devices are supported. The USB device is specified as
file://usb0/<filename>
. The package must be present in the root directory of the USB mass storage device.
Examples
The following example downloads a disk firmware package with the path ftp://example.com/fw/disk-fw-1.2.LOD.zip
to a node named node1
:
cluster1::> storage firmware download -node node1 -package-url ftp://example.com/fw/disk-fw-1.2.LOD.zip