HP StorageWorks Command View XP Command Line Interface (CLI) reference guide (B9357-96161, January 2006)

128 CLI Commands for the XP48 and XP512
delete lun
Description This command deletes a specified LUN (or path).
A range can be given for either ports or LUN IDs and LDEVs, but not both. Specify range values
within square brackets: [ ].
Syntax delete lun <portname>, <scsiID>, <lunID>, <cu>, <ldev>
Arguments <portname>
The port of the path to be deleted. Port names are not case sensitive.
<scsiID>
The SCSI ID of the path to be deleted. SCSI IDs must be expressed in hexadecimal.
<lunID>
The LUN ID of the path to be deleted. LUN IDs must be expressed in hexadecimal.
<cu>
The CU number of the path to be deleted. CU numbers are specified in hexadecimal.
<ldev>
The LDEV number of the path to be deleted. LDEVs must be given in hexadecimal.
Example
delete lun CL1-A, 0f, 10, 0, 01
delete lun [CL1-A-CL1-E], 0f, 23, 0, 2b
delete lun CL1-A, 0f, [24-2f], 0, [2b-36]