1IPMCTL-DUMP-SUPPORT-DATA(1) ipmctl IPMCTL-DUMP-SUPPORT-DATA(1)
2
3
4
6 ipmctl-dump-support-data - Dumps a support snapshot to a file
7
9 ipmctl dump [OPTIONS] -destination (file_prefix) [-dict (file)] -support
10
12 Creates a support snapshot and dump support data to a file for off-line
13 analysis by support personnel. Support data may include system log(s),
14 error log(s), trace log(s), platform configuration, sensor information,
15 events and diagnostic results.
16
17 Commands executed: * version * show -memoryresources * show -a -system
18 -capabilities * show -a -topology * start -diagnostic * show -event *
19 show -system
20
21 Commands executed per DCPMM: * show -a -dimm * show -a -sensor -dimm *
22 show -pcd -dimm * show -error media -dimm * show -error thermal -dimm
23
25 -h, -help
26 Displays help for the command.
27
28 -o (text|nvmxml), -output (text|nvmxml)
29 Changes the output format. One of: "text" (default) or "nvmxml".
30
32 -destination (file_prefix)
33 This command creates a text file with a name starting with the
34 given file_prefix option and dumps the platform support information
35 into it. In addition, this command also outputs the debug log
36 information in separate files. Refer to Dump Debug Log for more
37 details.
38
39 -dict (path)
40 Optional file path to the dictionary file. If supplied, the command
41 will create both the binary debug log and a text file with decoded
42 log data with the file prefix specified by -destination. This
43 option is used only to dump the debug log information.
44
46 Creates a text file named dumpfile_platform_support_info.txt and stores
47 the platform supported data in that file. Also, dumps the debug log
48 info in the related files that start with the file name dumpfile_*.
49 Refer to Dump Debug Log for more info on the output files.
50
51 ipmctl dump -destination dumpfile_ -dict nlog_dict.1.1.0.0000.txt -support
52
54 Simply returns the status of the operation.
55
57 Dump support data succesfully written to
58 dumpfile_platform_support_info.txt
59
60
61
62ipmctl 2019-04-10 IPMCTL-DUMP-SUPPORT-DATA(1)