ipmctl-load-session - Man Page

Loads content captured during a recording session.

Synopsis

ipmctl load [OPTIONS] -source (path) -session

Description

Loads content captured during a recording session into internal memory buffers. Captured content includes ACPI, SMBIOS tables, and FIS requests and responses.  A loaded session can be executed using the start -session command.

Options

-h,  -help

Displays help for the command.

-ddrt

Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl.

-smbus

Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl.
Note

The -ddrt and -smbus options are mutually exclusive and may not be used together.

Target

-source (path)

An absolute or relative path including the filename.

-session

Specifies that the source file contains recording data.

Examples

Load the contents of a previously recorded session from /tmp/session.pbr.

ipmctl load -source /tmp/session.pbr -session

Sample Output

Successfully loaded 1060619 bytes to session buffer.

Referenced By

ipmctl(1).

2024-01-24 ipmctl