HP StorageWorks P9000 Command View Advanced Edition Suite Software 7.1 CLI Reference Guide (TB581-96051, May 2011)

#2
The over-provisioning percent is the percentage of the total size of all THP volumes with respect
to the THP pool size. For example, if the pool size for Thin Provisioning Software is 500 GB and
the total size of all volumes for Thin Provisioning Software is 400 GB, the threshold value will be
80 %.
#3
There must be an interval of at least one hour between the times specified for monitorstarttime
and monitorendtime. The same time cannot be specified for monitorstarttime and
monitorendtime.
Parameter values to obtain in advance
serialnum and model: Obtain these values from the execution result of the GetStorageArray
command. In the execution result, use the arrayType value or the displayArrayType value to
specify the model parameter, and use the serialNumber value to specify the serialnum parameter.
devnums: Obtain this value from the execution result of the GetStorageArray
(subtarget=LogicalUnit, lusubinfo=LDEV) command. Execute this command by specifying
only the model and serialnum parameters, LogicalUnit for the subtarget parameter, and
LDEV for the lusubinfo parameter. In the execution result of this command, the devNum value of
LogicalUnit appears under An instance of LogicalUnit. Use the devNum value of a
logical unit that satisfies the conditions to be used as a pool volume in a THP pool to specify the
devnums parameter.
Command execution example
In this example, the AddPool command creates a pool for Smart Tiers whose pool ID is 5 (poolid:
5) in the storage system (serialnum: 53039, model: P9500). In addition, this command also sets the
usage rate threshold for the pool for Smart Tiers to 75% (threshold: 75).
hdvmcli AddPool -o "D:\logs\AddPool.log" model=P9500 serialnum=53039
poolid=5 threshold=75 devnums=00:07:CE
Command execution result
RESPONSE:
An instance of StorageArray
.
. (Attributes of StorageArray are omitted here)
.
List of 1 Pool elements:
An instance of Pool
objectID=*****
poolFunction=5
poolID=5
controllerID=-1
poolType=32
status=0
threshold=75
threshold2=80
threshold2Mode=0
capacityInKB=6,150,144
CLI Reference Guide 71