Administrator Guide

Table Of Contents
Plan-check passed with 2 warnings.
VPlexcli:/>
Durante una migración de extensión de aprovisionamiento delgado a grueso (sin virtual volumes compatibles), en VPlexcli, se muestra
una advertencia que indica que el origen pierde su funcionalidad de aprovisionamiento delgado después de la migración.
VPlexcli:/> batch-migrate create-plan --file migration.txt --sources extent_thin_1,
extent_thin_2
--targets extent_thick_1, extent_thick_2
Extents matching source pattern: extent_thin_1, extent_thin_2
Extents matching target pattern: extent_thick_2, extent_thick_1
Creating file /var/log/VPlex/cli/migration.txt as migration plan file.
Wrote file /var/log/VPlex/cli/migration.txt. Please review and edit this file, and run
this command
in the check-plan phase afterward.
VPlexcli:/> batch-migrate check-plan --file /var/log/VPlex/cli/migration.txt
Checking migration plan file /var/log/VPlex/cli/migration.txt.
WARNING: The source 'device_thin_1' is thin-capable but the target 'device_thick_1' is not
thin-capable.
Thin-capability will be lost after migration.
WARNING: The source 'device_thin_2' is thin-capable but the target 'device_thick_2' is not
thin-capable.
Thin-capability will be lost after migration.
Plan-check passed with 2 warnings.
VPlexcli:/>
En el caso de múltiples migraciones de aprovisionamiento delgado a grueso, en VPlexcli, se informan problemas de migración con varias
advertencias. El siguiente ejemplo muestra dos migraciones de aprovisionamiento delgado a grueso, en donde una migración no tiene
virtual volumes.
VPlexcli:/> batch-migrate check-plan --file /var/log/VPlex/cli/migration.txt
Checking migration plan file /var/log/VPlex/cli/migration.txt.
WARNING: The source 'device_thin_1' is thin-capable but the target 'device_thick_1' is not
thin-capable.
The virtual-volume 'thin_1' will not be thin-enabled or thin-capable after migration.
PROBLEM: Source device '/clusters/cluster-1/devices/device_thin_2' does not have a volume.
WARNING: The source 'device_thin_2' is thin-capable but the target 'device_thick_2' is not
thin-capable.
Thin-capability will be lost after migration.
Plan-check failed with 1 problem and 2 warnings.
En una migración de dispositivos de aprovisionamiento delgado a grueso y de grueso a delgado simultánea, el volumen virtual no
es compatible con el aprovisionamiento delgado ni está habilitado para aprovisionamiento delgado después de que se confirma la
migración por lotes.
Tabla 7. Migración simultánea de aprovisionamiento delgado a grueso y grueso a delgado.
Migración Source Destino Volumen de
BR0_0 device_thick_4 device_thin_4 source_thick
BR0_1 device_thin_5 device_thick_3 source_thin
VPlexcli:/> batch-migrate commit --file /var/log/VPlex/cli/migrate.txt
The virtual-volume 'source_thin' is no longer thin-capable and will not be thin-enabled
after
migration 'BR0_1' is committed.
Committed 2 of 2 migrations
VPlexcli:/>
Migración de datos
47