CLI Guide

Table Of Contents
Table 3. batch migration summary field descriptions (continued)
Field Description
--verbose and non --verbose output
Processed n migrations... Of the number of source-target pairs specified in the batch
migration plan, the number that have been processed.
committed Of the number of source-target pairs that have been
processed, the number that have been committed.
completed Of the number of source-target pairs that have been
processed, the number that are complete.
in-progress Of the number of source-target pairs that have been
processed, the number that are in progress.
paused Of the number of source-target pairs that have been
processed, the number that are paused.
error Jobs that encountered errors during processing.
cancelled Of the number of source-target pairs that have been
processed, the number that have been cancelled.
no-record Of the number of source-target pairs that have been
processed, the number that have no record in the context
tree.
NOTE: If more than 25 migrations are active at the same time, they are queued, their status is displayed as in-progress, and
percentage-complete is displayed as ?.
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
52
Commands