HP StorageWorks P9000 Tiered Storage Manager Software 7.1 CLI Reference Guide (TB585-96011, May 2011)

thpcost=
thpchargefor=
Command execution example (2):
A storage tier that consists of volumes and whose RAID level is RAID5(3D+1P) is created in the
storage domain MegaTechXP12000-Primary, which needs to be refreshed. The name of the
storage tier is set as MegaTech-HighCost.
htsmcli CreateStorageTier --detail
storagedomainname="MegaTechXP12000-Primary"
name="MegaTech-HighCost"
filtercondition="RAIDLevel='RAID5(3D+1P)' AND ControllerArrayGroup='1-10-1'"
Execution results (2):
RESPONSE:
An instance of StorageDomain(1 of 1)
name=MegaTechXP12000-Primary
List of 1 StorageTier elements:
An instance of StorageTier(1 of 1)
name=MegaTech-HighCost
filterCondition=RAIDLevel = 'RAID5(3D+1P)' AND
ControllerArrayGroup = '1-10-1'
description=
cost=
chargefor=
thpcost=
thpchargefor=
KATS10622-W message-contents
DeleteStorageTier
The DeleteStorageTier command can be used to delete a storage tier. Storage tiers are deleted
regardless of whether they contain any volumes.
Note that storage tiers in the following statuses cannot be deleted:
Storage tiers that are specified for tasks that have not ended (End)
Storage tiers within the storage domains whose refresh status is either Processing or Failure
You can use the GetTasks command to check the status of tasks.
If this command is executed for a storage domain that requires a refresh, a warning message will be
output to the standard error output.
Syntax
htsmcli [ server-location] DeleteStorageTier
[ common-option ]
[ { -d | --detail } ]
CLI Reference Guide 69