Administrator Guide

Table Of Contents
Viewing a batch migrations status
Use the batch-migrate summary command to display the status of the specified batch migration.
About this task
For example:
VPlexcli:/> batch-migrate summary migrate.txt
Processed 10 migrations from batch migration BR0:
committed: 0
complete: 10
in-progress: 0
paused: 0
error: 0
cancelled: 0
no-record: 0
Table 8. Batch migration summary
Field Description
Processed.... 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 ?.
Committing a batch migration
The migration process inserts a temporary RAID 1 structure above the source devices with the target devices as an out-of-date
leg of the RAID 1. Migration can be understood as the synchronization of the out-of-date leg (the target).
About this task
After the migration is complete, the commit step detaches the source leg of the RAID 1 and then removes the RAID.
The virtual volume, or device is identical to the one before the migration except that the source device is replaced with the
target device.
A migration must be committed in order to be cleaned.
When the batch migration is 100 percent complete, use the batch-migrate commit command to replicate the volumes on
the target devices and remove the volumes from the source devices.
To commit a batch migration, perform the following:
50
Data migration