CLI Guide

Table Of Contents
Arguments
Required arguments
[-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/cli on the management server.
Description
Attempts to cancel every migration in the specified batch file. If the command encounters an error, the command prints a
warning to the console and continues until every migration listed in the file has been processed.
NOTE: In order to re-run a canceled migration plan, first run the batch-migrate remove command to remove the
records of the migration.
Examples
The following shows an example of the batch-migrate cancel command used to cancel every migration in the migrate.txt
file.
VPlexcli:/data-migrations/device-migrations>
batch-migrate cancel --file migrate.txt
See also
batch-migrate clean
batch-migrate commit
batch-migrate create-plan
batch-migrate pause
batch-migrate remove
batch-migrate resume
batch-migrate start
batch-migrate summary
batch-migrate check-plan
Checks a batch migration plan.
Contexts
All contexts.
Syntax
batch-migrate check-plan
[-f|--file] pathname
Arguments
Required arguments
40 Commands