1IPMCTL-SHOW-FIRMWARE(1) ipmctl IPMCTL-SHOW-FIRMWARE(1)
2
3
4
6 ipmctl-show-firmware - Shows detailed information about the firmware
7
9 ipmctl show [OPTIONS] -firmware [TARGETS]
10
12 Shows detailed information about the firmware on one or more DCPMMs.
13
15 -a, -all
16 Shows all attributes.
17
18 Note
19 The all and display options are exclusive and may not be used
20 together.
21
22 -d (attributes), -display (attributes)
23 Filters the returned attributes by explicitly specifying a
24 comma-separated list of any of the attributes defined in the Return
25 Data section.
26
27 Note
28 The all and display options are exclusive and may not be used
29 together.
30
31 -h, -help
32 Displays help for the command.
33
34 -o (text|nvmxml), -output (text|nvmxml)
35 Changes the output format. One of: "text" (default) or "nvmxml".
36
38 -dimm (DimmIDs)
39 Restricts output to the firmware information for specific DCPMMs by
40 supplying one or more comma-separated DCPMM identifiers. The
41 default is to display the firmware information for all manageable
42 DCPMMs.
43
45 Shows the firmware information for all DCPMMs in the server.
46
47 ipmctl show -dimm -firmware
48
50 The specified DCPMM(s) must be manageable by the host software.
51
53 The default behavior is to display a table with the default attributes
54 listed below; the options can be used to expand or restrict the output.
55
56 DimmID
57 (Default) The DCPMM identifier
58
59 ActiveFWVersion
60 (Default) The BCD-formatted revision of the active firmware in the
61 format PN.RN.SV.bbbb where:
62
63 · PN = 2-digit product number
64
65 · RN = 2-digit revision number
66
67 · SV = 2-digit security version number
68
69 · bbbb = 4-digit build version
70
71 StagedFWVersion
72 (Default) The BCD-formatted revision of the firmware staged for
73 execution on the next power cycle in the format PN.RN.SV.bbbb
74 where:
75
76 · PN = 2-digit product number
77
78 · RN = 2-digit revision number
79
80 · SV = 2-digit security version number
81
82 · bbbb = 4-digit build version
83
84 FWUpdateStatus
85 The status of the last firmware update operation. One of:
86
87 · Unknown
88
89 · Staged successfully
90
91 · Update loaded successfully
92
93 · Update failed to load, fell back to previous firmware
94
95 FWImageMaxSize
96 The maximum size of a firmware image
97
98
99
100ipmctl 2019-10-23 IPMCTL-SHOW-FIRMWARE(1)