'\" t .\" Title: ipmctl-start-session .\" Author: [see the "AUTHOR(S)" section] .\" Generator: Asciidoctor 2.0.18 .\" Date: 2023-06-12 .\" Manual: ipmctl .\" Source: ipmctl .\" Language: English .\" .TH "IPMCTL\-START\-SESSION" "1" "2023-06-12" "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-start-session \- Starts a recording or playback session. .SH "SYNOPSIS" .sp .if n .RS 4 .nf .fam C ipmctl start [OPTIONS] \-session \-mode (record|playback|playback_manual) [TARGETS] .fam .fi .if n .RE .SH "DESCRIPTION" .sp Starts a recording or playback session. The recording session records the platform\(cqs ACPI NFIT, PCAT, PMTT tables, SMBIOS tables, and FIS mailbox transactions that occur during the recording session. The normal use\-case would be to start a recording session, execute commands (e.g., create \-goal, show \-sensors, etc.) to be recorded, dump the recorded session using the [Dump Session] command, followed by stopping the session using the [Stop Session] command. The "dumped" session can then be loaded and "played" back on any platform that can execute the ipmctl tool. .sp The playback session has two modes: \fIplayback\fP and \fIplayback_manual\fP. The \fIplayback\fP mode will automatically execute all commands that were previously recorded. The \fIplayback_manual\fP mode allows commands to be executed one at a time in a manual fashion. If a tag is given, the playback will begin at the command that corresponds with the tagID. Note, the [Show Session] command displays the order and commands to execute, where the \fI*\fP denotes which command to execute next. .SH "OPTIONS" .sp \-f, \-force .RS 4 Do not warn the user that starting a new session terminates an active recording session resulting in deleting recorded content. .RE .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 \-session .RS 4 Specifies to start a session. .RE .sp \-mode (record|playback|playback_manual) .RS 4 The session modes supported. One of: .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "record" \- records data associated with command execution .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "playback" \- automatically executes commands previously recorded .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ . sp -1 . IP \(bu 2.3 .\} "playback_manual" \- enables manual execution of commands previously recorded .RE .RE .sp \-tag [tagID] .RS 4 Specifies the starting command by tagID. Only available with "playback" and "playback_manual" mode. .RE .SH "EXAMPLES" .sp Start a recording session. .sp .if n .RS 4 .nf .fam C ipmctl start \-session \-mode record .fam .fi .if n .RE .sp Automatically execute commands in a session. .sp .if n .RS 4 .nf .fam C ipmctl start \-session \-mode playback .fam .fi .if n .RE .sp Allow for manual execution of commands in playback mode .sp .if n .RS 4 .nf .fam C ipmctl start \-session \-mode playback_manual .fam .fi .if n .RE .SH "LIMITATIONS" .sp Recordings should be played back on the same IPMCTL version that created the recording. Recordings taken in UEFI should be played back in the UEFI environment (simulated or real). Recordings taken in an OS are binary compatible with other OS versions of IPMCTL (i.e., recording taken in Linux* can be played back in Windows*). .SH "RETURN DATA" .sp In \fIplayback\fP mode the output will be a concatenation of the output from each played back command.