CLI Guide

Table Of Contents
In the following example, a migration plan passes the check.
VPlexcli:/> batch-migrate check-plan --file migrate.txt
Checking migration plan file /temp/migration_plans/migrate.txt.
Plan-check passed.
See also
batch-migrate cancel
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 clean
Cleans the specified batch migration and deletes the source devices.
Contexts
All contexts.
Syntax
batch-migrate clean
[-f|--file] pathname
[-e|--rename-targets]
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.
Optional arguments
[-e|--rename-
targets]
rename the target devices and virtual volumes to the source device names.
* argument is positional.
Description
Dismantles the source device down to its storage volumes and unclaims the storage volumes.
For device migrations, cleaning dismantles the source device down to its storage volumes. The storage volumes no longer in
use are unclaimed.
Commands
41