logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ipmctl-load-session - Loads content captured during a recording 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.

Examples

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

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

Name

       ipmctl-load-session - Loads content captured during a recording session.

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.

Sample Output

           Successfully loaded 1060619 bytes to session buffer.

ipmctl                                             2024-04-22                             IPMCTL-LOAD-SESSION(1)

Synopsis

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

Target

       -source (path)
           An absolute or relative path including the filename.

       -session
           Specifies that the source file contains recording data.

See Also