CLI Guide

Table Of Contents
cancelled: 0
no-record: 0
5. When all the migrations are complete, use the batch-migrate commit command to commit the migration:
VPlexcli:/> batch-migrate commit migrate.txt
The source volumes now reside on the target devices.
6. Use batch-migrate clean to clean the migration:
VPlexcli:/> batch-migrate clean --rename-targets --file migrate.txt
This dismantles the source devices down to their storage volumes and renames the target devices and volumes using the
source device names.
7. Use the batch-migrate remove command to remove the record of the migration:
VPlexcli:/> batch-migrate remove migrate.txt
Example: Pause/resume an in-progress batch migration
VPlexcli:/> batch-migrate pause migrate.txt
VPlexcli:/> batch-migrate resume migrate.txt
A batch-migration can be canceled at any-time, until the point it is committed.
Cancel and restart a batch migration:
VPlexcli:/> batch-migrate cancel migrate.txt
VPlexcli:/> batch-migrate remove migrate.txt
VPlexcli:/> batch-migrate start migrate.txt
See also
batch-migrate cancel
batch-migrate check-plan
batch-migrate clean
batch-migrate commit
batch-migrate pause
batch-migrate remove
batch-migrate resume
batch-migrate start
batch-migrate summary
batch-migrate pause
Pauses the specified batch migration.
Contexts
All contexts.
Syntax
batch-migrate pause
[--file] pathname
Commands
45