table of contents
IPMCTL-START-SESSION(1) | ipmctl | IPMCTL-START-SESSION(1) |
NAME¶
ipmctl-start-session - Starts a recording or playback session.
SYNOPSIS¶
ipmctl start [OPTIONS] -session -mode (record|playback|playback_manual) [TARGETS]
DESCRIPTION¶
Starts a recording or playback session. The recording session records the platform’s 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.
The playback session has two modes: playback and playback_manual. The playback mode will automatically execute all commands that were previously recorded. The playback_manual 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 * denotes which command to execute next.
OPTIONS¶
-f, -force
-h, -help
-ddrt
-smbus
Note
The -ddrt and -smbus options are mutually exclusive and may not be used together.
TARGET¶
-session
-mode (record|playback|playback_manual)
-tag [tagID]
EXAMPLES¶
Start a recording session.
ipmctl start -session -mode record
Automatically execute commands in a session.
ipmctl start -session -mode playback
Allow for manual execution of commands in playback mode
ipmctl start -session -mode playback_manual
LIMITATIONS¶
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*).
RETURN DATA¶
In playback mode the output will be a concatenation of the output from each played back command.
2024-02-22 | ipmctl |