CLI Guide

Table Of Contents
Capture sessions can have nested capture sessions but only the capture session at the top of the stack is active.
Use the capture end command to end the capture session.
Use the capture replay command to resubmit the captured input to the shell.
Examples
In the following example, the capture begin command starts a capture session named TestCapture. Because no directory
is specified, output files are placed in the /var/log/VPlex/cli/capture directory on the management server.
VPlexcli:/> capture begin TestCapture
# capture begin TestCapture
VPlexcli:/>
See also
capture end
capture pause
capture replay
capture resume
capture end
Ends the current capture session and removes it from the session capture stack.
Contexts
All contexts.
Syntax
capture end
Description
The session at the top of the stack becomes the active capture session.
Examples
End a capture session.
VPlexcli:/clusters/cluster-1> capture end
# capture end TestCapture
VPlexcli:/clusters/cluster-1>
See also
capture begin
capture pause
capture replay
capture resume
54
Commands