1IPMCTL-DUMP-SESSION(1) ipmctl IPMCTL-DUMP-SESSION(1)
2
3
4
6 ipmctl-dump-session - Dumps content captured during a recording
7 session.
8
10 ipmctl dump [OPTIONS] -destination (path) -session
11
13 Dumps content captured during a recording session. Captured content
14 includes ACPI, SMBIOS tables, and FIS requests and responses. The
15 resulting session file that is generated can be used to playback
16 commands recorded on a real platform in a simulated environment, making
17 it possible to debug issues offline.
18
20 -h, -help
21 Displays help for the command.
22
23 -ddrt
24 Used to specify DDRT as the desired transport protocol for the
25 current invocation of ipmctl.
26
27 -smbus
28 Used to specify SMBUS as the desired transport protocol for the
29 current invocation of ipmctl.
30
31 Note
32 The -ddrt and -smbus options are mutually exclusive and may not be
33 used together.
34
36 -destination (path)
37 An absolute or relative path including the filename, where the
38 contents of the active session will be copied to.
39
40 -session
41 Specifies to dump the contents associated with an active recording
42 session.
43
45 Dump the contents associated with the current active recording session
46 to /tmp/session.pbr.
47
48 ipmctl dump -destination /tmp/session.pbr -session
49
51 To successfully execute this command, there must be an active recording
52 session.
53
55 The resulting file includes, NFIT, PCAT, PMTT and SMBIOS tables that
56 are used by IPMCTL to determine the PMem module topology. PMem module
57 data that is transferred to/from PMem modules over the mailbox
58 interface.
59
61 Successfully dumped 1060619 bytes to file.
62
63
64
65ipmctl 2022-09-28 IPMCTL-DUMP-SESSION(1)