User's Guide
DescriptionMandatory/OptionalParameter
"testcpg1" -destprov thin
-migtype MDM
Name of the host for which all source
volumes should be considered for
srchost
migration. This should not be there if
srcvolmap or volmapfile is there.
For VMAX, use the name of the initiator
group on the VMAX that contains the
initiator WWN that is being migrated.
If nested initiator groups are being
used, the parent initiator group (which
does not have a direct reference to a
WWN) cannot be used.
Provisioning type of the volumes that
will be created in destination as a result
of migration (Thin/full).
destprov
Name of CPG where the migrated
volumes will be made available.
destcpg
Migration type. For the source EMC
Storage system, the supported migration
Defaults to offlinemigtype
type is MDM, except where volumes
being migrated do not have a host in
their storage group on the source EMC
Storage system. This type of migration
must be offline.
UID of the destination storage system.
Since there is a 1:1 mapping, this is an
Optionaldestinationuid
optional parameter, as the destination
will be autoselected.
EXAMPLES
>createmigration -sourceuid 50067890C6E059EE -srchost "HPDL585-01" -destcpg "FC_r5"
-destprov thin -migtype MDM
>SUCCESS: Migration job submitted successfully. Please check status/details using
showmigration command.
Migration id: 1395864499741
>showmigration -migrationid 1395864499741
MIGRATION_ID TYPE SOURCE_NAME DESTINATION_NAME
START_TIME END_TIME STATUS(PROGRESS)(MESSAGE)
1395864499741 MDM CLARiiON+APM00123452867 3par_7200_DCA_01 Wed Mar 26
13:08:19 PDT 2014 -NA- preparationcomplete(100%)(-NA-)
>showmigrationdetails -migrationid 1395864499741
SOURCE_VOLUME DESTINATION_VOLUME TASK_ID PROGRESS
OIU_Test_Lun_01 OIU_Test_Lun_01 |unknown| 0%
The createmigration command example with mixed provisioning type. To create migration
with EMC 1 to be thin, but others to be fully provisioned, execute the following command:
createmigration -sourceuid 50067890C6E059EE -srcvolmap [{"EMC_1", thin, "FC_r5"}]
-destcpg FC_r5 -destprov full -migtype MDM
createmigration 77