SANtricity 11.8 Commands

to Japanese version

Save storage Array firmware inventory

The save storageArray firmwareInventory command saves a report to a file of all of the firmware currently running on the storage system.

Supported Series

This command applies to any individual storage system, including the HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 and AB3100 series, as long as all SMcli packages are installed.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 storage system, you must have the Storage Admin role.

Context

The report lists the firmware for these components:

  • Controllers

  • Drives

  • Drawers (if applicable)

  • Environmental services modules (ESMs)

  • Power supplies

You can use the information to help identify out-of-date firmware or firmware that does not match the other firmware in your storage system. You can also send the report to Fujitsu Support for further review.

Syntax

save storageArray firmwareInventory file="filename"

Parameter

Parameter Description

file

The file path and the file name to which you want to save the firmware inventory. Enclose the file name in double quotation marks (" "). For example:

file="C:\Program Files\CLI\logs\fwinvent.txt"

The default name of the file that contains the firmware inventory is firmware-inventory.txt. This command does not automatically append a file extension to the saved file. You must specify a file extension when entering the file name.

Top of Page