ipmctl-show-firmware - Man Page
Shows detailed information about the firmware
Synopsis
ipmctl show [OPTIONS] -firmware [TARGETS]
Description
Shows detailed information about the firmware on one or more PMem modules.
Options
- -a, ā-all
Shows all attributes.
NoteThe all and display options are exclusive and may not be used together.
- -d (attributes), -display (attributes)
Filters the returned attributes by explicitly specifying a comma separated list of any of the attributes defined in the Return Data section.
NoteThe all and display options are exclusive and may not be used together.
- -h, ā-help
Displays help for the command.
- -ddrt
Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl.
- -smbus
Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl.
NoteThe -ddrt and -smbus options are mutually exclusive and may not be used together.
- -o (text|nvmxml), -output (text|nvmxml)
Changes the output format. One of: "text" (default) or "nvmxml".
Targets
- -dimm [DimmIDs]
Restricts output to the firmware information for specific PMem modules by supplying one or more comma separated PMem module identifiers. The default is to display the firmware information for all manageable PMem modules.
Examples
Shows the firmware information for all PMem modules in the server.
ipmctl show -dimm -firmware
Limitations
In order to successfully execute this command:
- The caller must have the appropriate privileges.
- The specified PMem modules must be manageable by the host software.
Return Data
The default behavior is to display a table with the default attributes listed below; the options can be used to expand or restrict the output.
- DimmID
(Default) The PMem module identifier
- ActiveFWVersion
(Default) The BCD-formatted revision of the active firmware in the format PN.RN.SV.bbbb where:
- PN = 2-digit product number
- RN = 2-digit revision number
- SV = 2-digit security version number
- bbbb = 4-digit build version
- StagedFWVersion
(Default) The BCD-formatted revision of the firmware staged for execution on the next power cycle in the format PN.RN.SV.bbbb where:
- PN = 2-digit product number
- RN = 2-digit revision number
- SV = 2-digit security version number
- bbbb = 4-digit build version
- StagedFWActivatable
The state of whether the staged firmware is activatable or not, where:
- 0 = Not activatable, reboot is required
- 1 = Activatable
- FWUpdateStatus
The status of the last firmware update operation. One of:
- Unknown
- Staged successfully
- Update loaded successfully
- Update failed to load, fell back to previous firmware
- FWImageMaxSize
The maximum size of a firmware image.
- QuiesceRequired
The state of whether activating the firmware requires the host to quiesce traffic prior to calling the command.
- 0 = No traffic quiesce required prior to activate
- 1 = Traffic quiesce required prior to activate
- ActivationTime
The estimated activation time, in ms, required for activating the firmware.