Administrator Guide

Table Of Contents
シンからシック エクステントへの移行(対応仮想ボリュムなし)では、ソスが thin-capable でタゲットが thin-capable
はない場合、ソスは移行後にシン機能を失います。
VPlexcli:/clusters/cluster-1/storage-elements/extents> dm migration start --paused --name
my_migration
--from thin_extent_2 --to thick_extent_1
The source 'thin_extent_2' is thin-capable but the target 'thick_extent_1' is not thin-
capable.
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>
1 回限りの移行のコミットをする際は、次の点を考慮します。
シンからシック デバイスへの移行では、メトロ 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-enabled の値が 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-enabled の値が true に設定されていると、移行のコミッ
ト後も仮想ボリュムは thin-enabled のままになります。
バッチ移行の行とコミットを行う際は、次の点を考慮します。
シンからシック デバイスまたはエクステントへの移行では、計チェック フェズ中、メトロ CLI に、仮想ボリュ
が移行後に thin-capable にも thin-enabled にもならないことを示す警告が表示されます。
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:/>
タ移行 41