CLI Guide

Table Of Contents
batch-migrate remove
batch-migrate commit
Commits the specified batch migration.
Contexts
All contexts.
Syntax
batch-migrate commit
[-f|--file] pathname
Arguments
Required argument
[-f|--file]
pathname
*Directory and filename of migration plan file. relative paths can be used. if no directory is specified,
the default directory is /var/log/VPlex/clion the management server.
Description
Attempts to commit every migration in the batch. Migrations in the batch cannot be committed until all the migrations are
complete.
If the command encounters an error, the command displays a warning continues until every migration has been processed.
The batch migration process inserts a temporary RAID 1 structure above the source devices/extents with the target devices/
extents as an out-of-date leg of the RAID. Migration can be understood as the synchronization of the out-of-date leg (the
target).
After the migration is complete, the commit step detaches the source leg of the temporary RAID and removes the RAID.
The virtual volume, device, or extent is identical to the one before the migration except that the source device/extent is
replaced with the target device/extent.
In order to clean a migration job, you must first commit the job.
Use the batch-migrate summary command to verify that the migration has completed with no errors before committing
the migration.
Examples
This example commits a list of batch migrations specified in BSO_19.
VPlexcli:/> batch-migrate commit --file BSO_19
See also
batch-migrate cancel
batch-migrate check-plan
batch-migrate clean
batch-migrate create-plan
Commands
43