HP P9000 Command View Advanced Edition Suite Software 7.2 CLI Reference Guide
DeletePool
DeletePool deletes a THP pool, and releases the assignations to the pool volumes that made up
the DP pool.
NOTE:
This command can be used only with P9500 and XP24000/XP20000.
To delete a THP pool, all assignments between the THP pool and the THP volumes (virtual volumes)
must be released. For details about releasing the assignations between the THP pool and the THP
volumes, see “ModifyVirtualVolume” on page 198.
Parameters
Table 37 DeletePool command parameters
DescriptionStatusParameter name
Serial number of the storage systemRequired
serialnum
Model of the storage systemRequired
model
Pool ID
Specify the pool ID of the THP pool to be deleted.
Required
poolid
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 para-
meter, and use the serialNumber value to specify the serialnum parameter.
poolid
Obtain this value from the execution result of the GetStorageArray (subtarget=Pool)
command. In the execution result of this command, the poolID value appears under An in-
stance of Pool. Use this value to specify the poolid parameter.
Command execution example
In this example, the DeletePool command deletes the pool for Thin Provisioning Software whose
pool ID is 0 (poolid: 0) from the storage system (serialnum: 15065, model: XP24000).
hdvmcli DeletePool -o "D:\logs\DeletePool.log"
model=XP24000 serialnum=15065 poolid=0
Command reference98