Administrator Guide

Table Of Contents
6. 移行シナリオ
移行 移行前仮想ボリュームの
移行中仮想ボリュームの
移行後仮想ボリュームの
シンからシックシン仮想
ボリューム
Thin-capable = true Thin-capable = false Thin-capable = false
Thin-enabled = enabled Thin-enabled = enabled Thin-enabled = unavailable
UNMAP processed UNMAP rejected UNMAP rejected
シンからシック(非シン
ボリューム
Thin-capable = true Thin-capable = false Thin-capable = false
Thin-enabled = disabled Thin-enabled = unavailable Thin-enabled = unavailable
UNMAP rejected UNMAP rejected UNMAP rejected
メモ:
移行中移行ソースからターゲットにデータを移動するための一時的なミラーが作成されます。メトロ ノードは、thin-
capable thin-enabled 仮想ボリューム true 設定されている場合にのみ、UNMAP コマンド
します。
移行のターゲットがソース デバイスよりも大容量 thin-capable デバイスである場合移行完了後もメトロ ノードの
ボリュームは thin-capable になり、以前にプロビジョニングをした thin-enabled プロパティを維持します。未使
容量使用するには、virtual-volume expand コマンドを使用します。
thin-enabled デバイスからシン デバイスシック デバイスなど移行する移行中 UNMAP 拒否されますが、ボリ
ュームの thin-enabled はそのまま enabled となります。移行正常完了すると、ターゲット デバイスはシックである
ため、thin-enabled unavailable になります。この作動は、移行中止または失敗した場合にボリュームをシン ボリ
ュームにすためのものです。
1 回限りの移行する場合は、考慮します。
シンからシック エクステントまたはデバイスへの移行(対応仮想ボリュームありでは、ソースが thin-capable でターゲット
thin-capable ではない場合対応仮想ボリュームは移行後 thin-enabled thin-capable になりません。
VPlexcli:/clusters/cluster-1/devices> dm migration start --paused --name my_migration --
from thin_source
--to device_thick_1
The source 'thin_source' is thin-capable but the target 'device_thick_1' is not thin-
capable. The
virtual-volume 'thin_source_vol' will not be thin-enabled or thin-capable after migration.
Do you wish to proceed? (Yes/No) no
dm migration start: Evaluation of <<dm migration start --paused --name my_migration --
from thin_source/
--to device_thick_1_c1/>> failed.
cause: Failed to create a new data-migration.
cause: Operation was halted by the user
VPlexcli:/clusters/cluster-1/devices>
VPlexcli:/clusters/cluster-1/storage-elements/extents> dm migration start --paused --name
my_migration
--from thin_extent_1 --to thick_extent_1
The source 'thin_extent_1' is thin-capable but the target 'thick_extent_1' is not thin-
capable.
The virtual-volume 'thin_source_vol' will not be thin-enabled or thin-capable after
migration.
Do you wish to proceed? (Yes/No) no
dm migration start: Evaluation of <<dm migration start --paused --name my_migration --
from extent_20
--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>
データ移行 43