Administrator Guide

Table Of Contents
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:/>
여러 개의 볼륨에서 일반 볼륨으로(Thin-to-Thick) 마이그레이션의 경우 메트로 노드 CLI 여러 경고와 함께 마이그레이션
제를 보고합니다. 다음 예에서는 마이그레이션에 가상 볼륨이 없는 개의 볼륨에서 일반 볼륨으로(Thin-to-Thick) 마이그
레이션을 보여 줍니다.
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.
동시 볼륨에서 일반 볼륨으로(Thin-to-Thick) 일반 볼륨에서 볼륨으로(Thick-to-Thin) 디바이스 마이그레이션에서는 배치
마이그레이션이 커밋된 가상 볼륨이 가능 또는 활성화가 아닙니다.
6. 동시 볼륨에서 일반 볼륨으로(Thin-to-Thick) 일반 볼륨에서 볼륨으로(Thick-to-Thin) 마이그레이
마이그레이션 Source Target 볼륨
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:/>
재구축 정보
재구축은 소스 드라이브에서 타겟 드라이브로 데이터를 동기화합니다. RAID 구간 간에 차이가 발생하면 재구축이 오래된 구간을
업데이트합니다.
재구축 동작에는 가지 유형이 있습니다.
전체 재구축은 소스의 전체 콘텐츠를 타겟에 복사합니다.
로깅 재구축은 소스의 변경된 블록만 타겟으로 복사합니다.
로컬 미러는 전체 재구축을 사용하여 업데이트됩니다(로컬 디바이스는 로깅 볼륨을 사용하지 않음).
데이터 마이그레이션 41