Administrator Guide
Table Of Contents
- Dell EMC Storage 시스템 PowerStore 및 Unity XT 메트로 노드 기능에 대한 관리자 가이드
- CLI 작업 공간 및 사용자 계정
- 메타 볼륨
- 시스템 관리
- 메트로 노드의 씬 지원
- 스토리지 프로비저닝
- 볼륨 확장
- 데이터 마이그레이션
- WAN 네트워크 구성
- 정합성 보장 그룹
- 성능 및 모니터링
- Active-Passive 스토리지 어레이를 사용하는 메트로 노드
- 색인
Thin-capability will be lost after migration. Do you wish to proceed? (Yes/No) no
dm migration start: Evaluation of <<dm migration start --paused --name my_migration --
from extent_21
--to extent_31>> failed.
cause: Failed to create a new data-migration.
cause: Operation was halted by the user
VPlexcli:/clusters/cluster-1/storage-elements/extents>
일회성 마이그레이션을 커밋하는 경우 다음 사항을 고려하십시오.
● 씬 볼륨에서 일반 볼륨으로(Thin-to-Thick) 디바이스 마이그레이션에서 메트로 노드 CLI는 가상 볼륨의 씬 속성이 비활성화되었다
는 메시지를 표시합니다.
VPlexcli:/data-migrations/extent-migrations> dm migration commit my_migration --force
The virtual-volume 'my_vol' is no longer thin-capable and will not be thin-enabled after
migration 'my_migration' is committed.
Committed 1 data migration(s) out of 1 requested migration(s).
VPlexcli:/data-migrations/extent-migrations>
● 씬 볼륨 간(Thin-to-Thin) 익스텐트 또는 디바이스 마이그레이션(지원되는 가상 볼륨 포함)에서 씬 활성화 값이 false로 설정되면
마이그레이션이 커밋된 후 변경 사항이 없습니다.
VPlexcli:/data-migrations/extent-migrations> dm migration commit my_migration2 --force
Committed 1 data migration(s) out of 1 requested migration(s).
VPlexcli:/data-migrations/extent-migrations>
● 씬 볼륨 간(Thin-to-Thin) 디바이스 마이그레이션(지원되는 가상 볼륨 포함)에서 씬 활성화 값이 true로 설정되면 마이그레이션이
커밋된 후에도 가상 볼륨이 씬 활성화 상태로 유지됩니다.
배치(Batch) 마이그레이션을 실행 및 커밋하는 경우 다음 사항을 고려하십시오.
● 씬 볼륨에서 일반 볼륨으로(Thin-to-Thick) 디바이스 또는 익스텐트 마이그레이션에서 확인 계획 단계 중에 메트로 노드 CLI는 마
이그레이션 후 가상 볼륨이 씬 가능 또는 씬 활성화가 아니라는 경고를 표시합니다.
VPlexcli:/> batch-migrate create-plan --file migration.txt --sources device_thin_1,
device_thin_2
--targets device_thick_1, device_thick_2
Extents matching source pattern: device_thin_1, device_thin_2
Extents matching target pattern: device_thick_2, device_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.
The virtual-volume 'thin_1' will not be thin-enabled or thin-capable after migration.
WARNING: The source 'device_thin_2' is thin-capable but the target 'device_thick_2' is not
thin-capable.
The virtual-volume 'thin_2' will not be thin-enabled or thin-capable after migration.
Plan-check passed with 2 warnings.
VPlexcli:/>
● 씬 볼륨에서 일반 볼륨으로(Thin-to-Thick) 익스텐트 마이그레이션(지원되는 가상 볼륨 없음)에서 메트로 노드 CLI는 마이그레이
션 후 소스가 씬 가능을 잃는다는 경고를 표시합니다.
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
40 데이터 마이그레이션