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

Parameters
Table 34 DeleteLUSE command parameters
DescriptionStatusParameter name
Serial number of the storage system from which the LUSE is to be
deleted
Required
serialnum
Model of the storage system from which the LUSE is to be deletedRequired
model
Device number used to identify the LUSE to be deleted
The LUSE device number must be valid in the storage system.
This parameter can be specified in decimal, and in
colon-separated hexadecimal. If you specify a hexadecimal
number, for XP12000/XP10000/SVS200 or XP1024/XP128,
use the xx:yy format, where xx is the CU number, and yy is
the LDEV number. For P9500 or XP24000/XP20000, use the
ww:xx:yy format, where ww is the LDKC number, xx is the CU
number, and yy is the LDEV number. ww is optional. If you omit
ww, the LDKC number is regarded as 0.
The execution results are output in decimal.
Required
devnum
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.
devnum: Obtain this value from the execution result of the GetStorageArray
(subtarget=LogicalUnit) command. Execute this command by specifying only the model and
serialnum parameters, and LogicalUnit for the subtarget parameter. The logical unit identified
by isComposite=1 and path=false indicates that it is a LUSE volume that does not have a path.
In the execution result of this command, the devNum value of the relevant logical unit appears under
An instance of LogicalUnit. Use this devNum value to specify the devnum parameter.
Command execution example
hdvmcli DeleteLUSE -o "D:\logs\DeleteLUSE.log" "serialnum=10001" "model=XP1024"
"devnum=209"
Command execution result
RESPONSE:
(Command completed; empty list returned)
DeletePool
DeletePool deletes a THP pool, and releases the assignations to the pool volumes that made up
the DP pool.
Device Manager CLI command reference90