CLI Guide

Table Of Contents
error: 0
cancelled: 0
no-record: 0
See also
batch-migrate cancel
batch-migrate check-plan
batch-migrate clean
batch-migrate commit
batch-migrate create-plan
batch-migrate pause
batch-migrate remove
batch-migrate resume
batch-migrate start
capture begin
Begins a capture session.
Contexts
All contexts.
Syntax
capture begin
[-s|session] session name
[-c|capture-directory] capture-directory
Arguments
Required arguments
[-s|--session] session name * Name of capture session. Output files from the capture session are named using this
value.
[-c|--capture-directory]
directory
* Pathname for the capture directory. Default capture directory: /var/log/
VPlex/cli/capture
* - argument is positional.
Description
The session captures saves all the stdin, stdout, stderr, and session I/O streams to 4 files:
session name-session.txt - Output of commands issued during the capture session.
session name-stdin.txt - CLI commands input during the capture session.
session name-stdout.txt - Output of commands issued during the capture session.
session name-stderr.txt - Status messages generated during the capture session.
NOTE:
Raw tty escape sequences are not captured. Use the --capture shell option to capture the entire session
including the raw tty sequences.
Commands 53