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

storagedomainname=storage-domain-name
name=storage-tier-name
Options
-d or --detail
Specify this to display detailed information in the standard output after CLI command execution.
If you omit this option, nothing will be displayed in the standard output.
Parameters
Table 21 Parameters of the DeleteStorageTier command
DetailsParameter
Specify the name of the storage domain.
storagedomainname
Specify the name of the storage tier to be deleted.
name
Output items
The items output by the DeleteStorageTier command are the same as the items output by the
CreateStorageTier command. For more information, see Output items on page 67 of the
CreateStorageTier command.
Example and execution results
Command execution example (1):
In this example, the storage tier MegaTech-HighCost is deleted from the storage domain
MegaTechXP12000-Primary.
htsmcli DeleteStorageTier --detail
storagedomainname="MegaTechXP12000-Primary" name="MegaTech-HighCost"
Execution results (1):
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 Capacity < '1GB'
description=
cost=USD3000/TB/Year
chargefor=Allocated
thpcost=USD3/GB/Year
thpchargefor=Consumed
Command execution example (2):
Details of CLI commands70