VPLEX: UI에서 클러스터-1 구간에 클러스터-2 익스텐트가 포함되어 있음을 보여주는 분산 디바이스
요약: VPLEX UI는 원격 사이트에서 프로비저닝된 익스텐트를 포함하는 분산 디바이스의 구조를 표시합니다.
증상
VPLEX UI는 분산 디바이스의 구조를 원격 클러스터에서 프로비저닝되는 익스텐트가 포함된 구간으로 표시합니다.
원인
분산 디바이스의 각 구간을 생성하는 데 사용되는 익스텐트의 이름이 동일합니다.
이는 에서 관련 컨텍스트로 이동하여 결정됩니다. VPlexcli파일로 교체합니다.
VPlexcli:/> cd /distributed-storage/distributed-devices/
그런 다음 다음 명령을 실행합니다.
show-use-hierarchy name_of_distributed_device
name_of_distributed_device 은 확인할 분산 장치의 이름입니다.
예: VPlexcli:/distributed-storage/distributed-devices> llName Status Operational Health Auto Rule Set Name Transfer------------------------------------------ ------- Status State Resume ------------------ Size------------------------------------------ ------- ----------- ------ ------ ------------------ -------- sharry_device running ok ok true cluster-1-detaches 128KVPlexcli:/distributed-storage/distributed-devices> show-use-hierarchy day_appsvirtual-volume: day_apps_vol (5G, distributed @ cluster-1, unexported) distributed-device: sharry_device (5G, raid-1) distributed-device-component: migtest1 (5G, raid-0, cluster-2) local-device: EXTENT_MIGRATE_migrationtest0607 (5G, raid-1) extent: extent_sharry1_1 (5G) storage-volume: VPD83T3:600601xxxxxxxxxxxxxxxxxx (5G) storage-array: EMC-CLARiiON-APM001xxxxxxx distributed-device-component: sharry_device2017Jul17_083255 (5G, raid-0, cluster-1) extent: extent_sharry1_1 (5G) storage-volume: sharry1 (5G) logical-unit: VPD83T3:600601yyyyyyyyyyyyyyyyyyyyy storage-array: EMC-CLARiiON-APMxxxxxxxx
해결
익스텐트의 이름은 코스메틱입니다. 올바른 컨텍스트로 이동하고 이름을 변경하는 명령을 실행하여 익스텐트 중 하나의 이름을 변경할 수 있습니다.
예제:
시작 VPlexcli에서 관련 컨텍스트로 이동한 다음 명령을 실행하여 이름을 변경합니다.
/clusters/cluster-2/storage-elements/extents> set extent_sharry1_1::name extent_sharry1_2
명령이 실행된 후 show-use-hierarchy 명령을 다시 실행하여 분산 디바이스의 새로운 구조를 확인합니다.VPlexcli:/distributed-storage/distributed-devices> show-use-hierarchy day_appsvirtual-volume: day_apps_vol (5G, distributed @ cluster-1, unexported) distributed-device: sharry_device (5G, raid-1) distributed-device-component: migtest1 (5G, raid-0, cluster-2) local-device: EXTENT_MIGRATE_migrationtest0607 (5G, raid-1) extent: extent_sharry1_1 (5G) storage-volume: VPD83T3:600601xxxxxxxxxxxxxxxxxx (5G) storage-array: EMC-CLARiiON-APM001xxxxxxx distributed-device-component: sharry_device2017Jul17_083255 (5G, raid-0, cluster-1) extent: extent_sharry1_2 (5G) storage-volume: sharry1 (5G) logical-unit: VPD83T3:600601yyyyyyyyyyyyyyyyyyyyy storage-array: EMC-CLARiiON-APMxxxxxxxx