table of contents
IPMCTL-UPDATE-FIRMWARE(1) | ipmctl | IPMCTL-UPDATE-FIRMWARE(1) |
NAME¶
ipmctl-update-firmware - Updates the firmware on one or more DCPMMs
SYNOPSIS¶
ipmctl load [OPTIONS] -source (path) -dimm [TARGETS]
DESCRIPTION¶
Updates the firmware on one or more DCPMMs. On the next power cycle, the firmware will become active.
Note
If Address Range Scrub (ARS) is in progress on any target DIMM,
an attempt will be made to abort ARS and the proceed with the firmware
update.
Note
A power cycle reboot is required to activate the updated firmware
image and is
recommended to ensure ARS runs to completion.
OPTIONS¶
-x, -examine
-f, -force
-h, -help
-ddrt
-smbus
Note
The -ddrt and -smbus options are mutually exclusive and may not be used together.
-o (text|nvmxml), -output (text|nvmxml)
TARGETS¶
-dimm [DimmIDs]
EXAMPLES¶
Updates the firmware on all DCPMMs in the system to the image in sourcefile.pkg on the next power cycle.
ipmctl load -source sourcefile.pkg -dimm
Checks the firmware image in c:\sourcefile.pkg and retrieve the version.
ipmctl load -examine -source sourcefile.pkg -dimm
LIMITATIONS¶
In order to successfully execute this command:
Firmware version (PN.RN.SV.bbbb) updates are supported as follows:
Note
Once a firmware image is staged for execution, a power cycle is
required
before another firmware image of the same type (production or debug) can be
staged for execution using this command.
RETURN DATA¶
When the examine option is provided, the firmware image is checked and the version number and firmware type is provided. The firmware will either be valid for the DCPMM, a downgrade or invalid meaning it cannot be used for that DCPMM.
SAMPLE OUTPUT¶
(file path): MM.mm.hh.bbbb Load FW on DIMM (DimmID): (Valid|Downgrade) [(with confirmation or the force option)]
If the firmware is being downgraded and the force option is not provided, the user will be prompted to confirm the downgrade for each DCPMM. Otherwise, for each DCPMM, the CLI will indicate the status of the operation.
Downgrade firmware on DIMM (DimmID)? (y or [n]) Downgrade firmware on DIMM (DimmID)? (y or [n])
If a failure occurs when updating multiple DCPMMs, the process will continue attempting to update the remaining DCPMMs requested. The firmware will not become active until the next power cycle. Use the command Section [Show Device Firmware] to view more detailed information about the active and staged firmware.
Load FW on DIMM (DimmID): Success, a power cycle is required to activate the FW.
Load FW on DIMM (DimmID): Error (Code) - (Description)
2019-12-15 | ipmctl |