CLI Guide

Table Of Contents
Examples
Display a batch migration:
VPlexcli:/> batch-migrate summary migrate.txt
Processed 10 migrations from batch migration migrate.txt:
committed: 0
complete: 10
in-progress: 0
paused: 0
error: 0
cancelled: 0
no-record: 0
Display a batch migration using the --verbose option:
VPlexcli:/> batch-migrate summary batch-migrate2.txt --verbose
Command output:
source device source target device target migration status
percentage eta
-------------------- cluster -------------------- cluster name --------
done ---
-------------------- --------- -------------------- --------- --------- --------
---------- ---
temp1_r1_0_cluster-1 cluster-1 temp2_r1_0_cluster-2 cluster-2 BR1_0 complete
100 -
temp1_r1_1_cluster-1 cluster-1 temp2_r1_1_cluster-2 cluster-2 BR1_1 complete
100 -
temp1_r1_2_cluster-1 cluster-1 temp2_r1_2_cluster-2 cluster-2 BR1_2 complete
100 -
Processed 3 migrations from batch migration BR1:
committed: 0
complete: 3
in-progress: 0
queued: 0
paused: 0
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.
52
Commands