HP StorageWorks XP Tiered Storage Manager CLI Reference Guide (December 2005)
Detailed Command Descriptions 86
Table 4-55 Parameters of the CreateMigrationTask Command
Parameter Name Optional or Required Description
erasedata Optional
Specify whether the data for the migration source volume is to be deleted once
after migration task creation terminates normally.
• Yes: Delete the data. (default)
• No: Do not delete the data.
description Optional Specify a description of the migration task.
Table 4-56 Items Output by the CreateMigrationTask Command
Information Level Item Name Description
Task information id The task ID.
The task ID format is TK########. The time and serial
number are converted to base 36 and displayed in the format
########.
status The task status.
Standby
Active.WaitingMigration (waiting for execution)
creationTime The date and time when the task was created.
storageDomainName The name of the storage domain.
migrationGroupName The name of the migration group.
targetStorageTierName The name of the migration target storage tier.
eraseData Indicates whether the data for the migration source volume is
to be deleted once after migration terminates normally.
description The task description.
Migration volume
information
sourceControllerDeviceNumber The controller LDEV number of the migration source volume.
targetControllerDeviceNumber The controller LDEV number of the migration target volume.
Example: In this example, a task for performing migration is created by loading the migration plan from
the D:\tmp\plan.txt text file. The task is set to execute immediately.
D:\>htsmcli CreateMigrationTask --execute migrationplan=" D:\tmp\plan.txt"
Output:
RESPONSE:
An instance of MigrationTask(1 of 1)
id=TK1f2lymqv
status=Standby
creationTime=2005/03/25 16:53:11
storageDomainName=MegaTechXP12000-Primary
migrationGroupName=MG011
targetStorageTierName=MegaTech-HighCost
eraseData=No
description=
List of 2 MigrationInfo elements
An instance of MigrationInfo(1 of 2)
sourceControllerDeviceNumber=3:A6
targetControllerDeviceNumber=2:80
An instance of MigrationInfo(2 of 2)