The download storageArray NVSRAM command downloads the NVSRAM values for the storage array controller.
This command applies to any individual storage array, including the E2700, E5600, E2800, E5700, EF600 and EF300 arrays, as long as all SMcli packages are installed.
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Storage Admin or Support Admin role.
download storageArray NVSRAM file="filename" [healthCheckMelOverride=(TRUE | FALSE)]
Parameter | Description |
---|---|
file | The file path and the file name that contains the NVSRAM values. Enclose the NVSRAM file name in double quotation marks (" "). For example: file="C:\Program Files\CLI\dnld\afrm.dlp" Valid file names have a .dlp extension. |
healthCheckMelOverride | The setting to override the results of the health check of the major event log (MEL). MEL validation still occurs, it is not bypassed. If the MEL check fails, you can bypass the failure by using this parameter when running the command. Before any download, the controller checks the event log to determine if an event has occurred that might prevent the new NVSRAM from successfully downloading. If such an event has occurred, the controller will normally not download new NVSRAM. This parameter forces the controller to download new NVSRAM. The default value is FALSE. Set this value to TRUE if you want to force the controller to download new NVSRAM. |
6.10
8.10 adds the healthCheckMelOverride parameter.