CLI Guide

Table Of Contents
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
Arguments
Required arguments
--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
Pauses every migration in the batch. If the command encounters an error, the command prints a warning and continues until
every migration has been processed.
You can pause active migrations (a migration that has been started) and resume that migration at a later time.
Pause an active migration to release bandwidth for host I/O during periods of peak traffic.
Use the batch-migrate pause --file pathname command to pause the specified active migration.
Resume the migration during periods of low I/O.
Use the batch-migrate resume --file pathname command to resume the specified paused migration.
Examples
The following example pauses all of the migrations listed in BSO_19.
VPlexcli:/> batch-migrate pause --file BS0_19
46
Commands