1IPMCTL-LOAD-SESSION(1) ipmctl IPMCTL-LOAD-SESSION(1)
2
3
4
6 ipmctl-load-session - Loads content captured during a recording
7 session.
8
10 ipmctl load [OPTIONS] -source (path) -session
11
13 Loads content captured during a recording session into internal memory
14 buffers. Captured content includes ACPI, SMBIOS tables, and FIS
15 requests and responses. A loaded session can be executed using the
16 start -session command.
17
19 -h, -help
20 Displays help for the command.
21
22 -ddrt
23 Used to specify DDRT as the desired transport protocol for the
24 current invocation of ipmctl.
25
26 -smbus
27 Used to specify SMBUS as the desired transport protocol for the
28 current invocation of ipmctl.
29
30 Note
31 The -ddrt and -smbus options are mutually exclusive and may not be
32 used together.
33
35 -source (path)
36 An absolute or relative path including the filename.
37
38 -session
39 Specifies that the source file contains recording data.
40
42 Load the contents of a previously recorded session from
43 /tmp/session.pbr.
44
45 ipmctl load -source /tmp/session.pbr -session
46
48 Successfully loaded 1060619 bytes to session buffer.
49
50
51
52ipmctl 2020-12-03 IPMCTL-LOAD-SESSION(1)