Administrator Guide

Table Of Contents
批量迁移
批量迁移从可重复使用的批量迁移计划文件作为批处理作业运行。使用 create-plan 命令创建迁移计划文件。
可对设备执行单一批量迁移计划。
: 迁移会占用高速缓存资源。同时运行多个迁移可能影响主机 I/O
批量迁移可用于
停用存储阵列租约到期并使新阵列联机。
将设备迁移到其他存储阵列类别。
执行批量迁移的步骤通常与执行数据迁移的常规步骤中所述的步骤相同。
准备批量迁移需要执行两个额外的步骤
1. 创建批量迁移计划文件使用 batch-migrate create-plan 命令
2. 测试批量迁移计划文件使用 batch-migrate check-plan 命令
前提条件
批量迁移需要以下前提条件
源和目标是两个设备。
必须在目标阵列上配置本地设备设备迁移
目标的结构与源的结构相同。
创建批量迁移计划
batch-migrate create-plan 命令使用指定的源和目标创建迁移计划。
关于此任务
在下面的示例中batch-migrate create-plan 命令可创建一个名为“MigDev-test.txt”的批量迁移以便
cluster-1 上的两个设备迁移到 cluster-2 上的两个设备。
使用相同名称覆盖现有计划。
VPlexcli:/> batch-migrate create-plan --file MigDev-test.txt --sources /clusters/cluster-1/
devices/base0,/clusters/cluster-1/devices/base1 --targets /clusters/cluster-2/devices/
dev1723_618, /clusters/cluster-2/devices/dev1723_61C --force
Extents matching source pattern: base0, base1
Extents matching target pattern: dev1723_61C, dev1723_618
Creating file /var/log/VPlex/cli/MigDev-test.txt as migration plan file.
Wrote file /var/log/VPlex/cli/MigDev-test.txt. Please review and edit this file, and run
this command in the check-plan phase afterward.
在下面的示例中batch-migrate create-plan 命令可创建一个批量迁移用于将 cluster-1 上的所有设备迁移到 cluster-2
VPlexcli:/> batch-migrate create-plan migrate.txt --sources /clusters/cluster-1/devices/* --
targets /clusters/cluster-2/devices/*
检查批量迁移计划
batch-migrate check-plan 命令检查指定批量迁移计划的以下方面
关于此任务
设备迁移
目标设备上没有卷
源设备上有卷
数据迁移
45