1IPMCTL-DUMP-DEBUG-LOG(1) ipmctl IPMCTL-DUMP-DEBUG-LOG(1)
2
3
4
6 ipmctl-dump-debug-log - Dumps encoded firmware debug logs from
7 specified DCPMMs and optionally decodes to human readable text.
8
10 ipmctl dump [OPTIONS] -destination (file_prefix) [-dict (file)] -debug -dimm (DimmIDs) [PROPERTIES]
11
13 Dumps encoded firmware debug logs from specified DCPMMs and optionally
14 decodes to human readable text.
15
17 -h, -help
18 Displays help for the command.
19
21 -destination (file_prefix)
22 The command will create files that use the given filename as a
23 prefix and append the DCPMM UID, DCPMM handle, debug log source,
24 and the appropriate file type (.bin for encoded logs, .txt for
25 decoded logs) onto the end.
26
27 file_prefix_Uid_Handle_logsource.[bin,txt]
28
29 -dict (path)
30 Optional file path to the dictionary file. If supplied, the command
31 will create both the binary debug log and a text file with decoded
32 log data with the file prefix specified by -destination.
33
34 -dimm (DimmIDs)
35 Dumps the debug logs from the specified DCPMMs.
36
38 Dumps and decodes the debug log from DCPMM 0x0001 and 0x0011 using the
39 dictionary file.
40
41 ipmctl dump -destination file_prefix -dict nlog_dict.txt -debug -dimm 0x0001,0x0011
42
44 To successfully execute this command, the specified DCPMM(s) must be
45 manageable by the host software.
46
48 Dumps the encoded and optionally decoded contents of all 3 firmware
49 debug log sources for the specified DCPMMs. Output file names are
50 generated based on the -destination parameter above.
51
53 Dumped media FW debug logs to file (file_prefix_8089-A1-1816-00000016_0x0001_media.bin)
54 Decoded 456 records to file (file_prefix_8089-A1-1816-00000016_0x0001_media.txt)
55 No spi FW debug logs found
56
57
58
59ipmctl 2019-04-10 IPMCTL-DUMP-DEBUG-LOG(1)