HP P9000 Tiered Storage Manager Software 7.4.1-00 CLI Reference Guide (TB585-96029, April 2013)

DescriptionItem
Description to be displayed when the specified elapsed-period event occurs
reminderDescrip-
tion
Parity group selection rule
arrayGroupSelec-
tionRule
Parity group avoidance rule. If no parity group avoidance rule has been set,
nothing is displayed.
arrayGroupAvoid-
anceOfMigration-
Groups
A description of the migration group
description
Example and execution results
Command execution example (1):
In this example, the migration group MG01 is created in the MegaTechXP12000-Primary storage
domain:
htsmcli CreateMigrationGroup --detail
storagedomainname="MegaTechXP12000-Primary" name="MG01"
description="MigrationGroup01"
arraygroupavoidanceofmigrationgroups="MG012,MG013"
Execution results (1):
RESPONSE:
An instance of StorageDomain(1 of 1)
name=MegaTechXP12000-Primary
List of 1 MigrationGroup elements:
An instance of MigrationGroup(1 of 1)
name=MG01
canMigrate=Yes
notifyToURL=
remindAt=
reminderDescription=
arrayGroupSelectionRule=BalanceCapacity
arrayGroupAvoidanceOfMigrationGroups=MG012,MG013
description=MigrationGroup01
Command execution example (2):
In this example, the migration group MG01 is created in the MegaTechXP12000-Primary storage
domain and a specified elapsed-period event is generated 20 days later.
htsmcli CreateMigrationGroup --detail
storagedomainname="MegaTechXP12000-Primary"
name="MG01" reminddayslater="20" notifytourl="mailto:test@example.com"
reminderdescription="It is scheduled to move."
description="MigrationGroup01"
Details of CLI commands74