Administrator Guide
Table Of Contents
- Dell EMC Storage 시스템 PowerStore 및 Unity XT 메트로 노드 기능에 대한 관리자 가이드
- CLI 작업 공간 및 사용자 계정
- 메타 볼륨
- 시스템 관리
- 메트로 노드의 씬 지원
- 스토리지 프로비저닝
- 볼륨 확장
- 데이터 마이그레이션
- WAN 네트워크 구성
- 정합성 보장 그룹
- 성능 및 모니터링
- Active-Passive 스토리지 어레이를 사용하는 메트로 노드
- 색인
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