'\" t .\" Title: ipmctl-load-session .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.16 .\" Date: 2021-12-29 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-LOAD\-SESSION" "1" "2021-12-29" "ipmctl" "ipmctl" .ie \n(.g .ds Aq \(aq .el .ds Aq ' .ss \n[.ss] 0 .nh .ad l .de URL \fI\\$2\fP <\\$1>\\$3 .. .als MTO URL .if \n[.g] \{\ . mso www.tmac . am URL . ad l . . . am MTO . ad l . . . LINKSTYLE blue R < > .\} .SH "NAME" ipmctl-load-session \- Loads content captured during a recording session. .SH "SYNOPSIS" .sp .if n .RS 4 .nf .fam C ipmctl load [OPTIONS] \-source (path) \-session .fam .fi .if n .RE .SH "DESCRIPTION" .sp 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 \fIstart \-session\fP command. .SH "OPTIONS" .sp \-h, \-help .RS 4 Displays help for the command. .RE .sp \-ddrt .RS 4 Used to specify DDRT as the desired transport protocol for the current invocation of ipmctl. .RE .sp \-smbus .RS 4 Used to specify SMBUS as the desired transport protocol for the current invocation of ipmctl. .RE .if n .sp .RS 4 .it 1 an-trap .nr an-no-space-flag 1 .nr an-break-flag 1 .br .ps +1 .B Note .ps -1 .br .sp The \-ddrt and \-smbus options are mutually exclusive and may not be used together. .sp .5v .RE .SH "TARGET" .sp \-source (path) .RS 4 An absolute or relative path including the filename. .RE .sp \-session .RS 4 Specifies that the source file contains recording data. .RE .SH "EXAMPLES" .sp Load the contents of a previously recorded session from /tmp/session.pbr. .sp .if n .RS 4 .nf .fam C ipmctl load \-source /tmp/session.pbr \-session .fam .fi .if n .RE .SH "SAMPLE OUTPUT" .sp .if n .RS 4 .nf .fam C Successfully loaded 1060619 bytes to session buffer. .fam .fi .if n .RE