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

Command View XP Command Line Interface (CLI) reference guide 161
create custom_volumes
Description This command creates a custom volume.
Syntax create custom_volumes <pg>, <cu>, <ldev>, <emulation>,
<ldev_size> [;<cu2>, <ldev2>, <emulation2>, <ldev_size2>...]
Arguments <pg>
The parity group number for the new custom volume.
<cu>
The CUs for the new custom volume. CUs should be represented in hexadecimal.
<ldev>
The LDEV ID for the new custom volume. The LDEV ID should be expressed in hexadecimal.
<emulation>
The emulation type of the new custom volume.
<ldev_size>
The size of the new custom volume.
Example The following example creates a custom volume in parity group 1-1, with CU 0, LDEV 7, emulation
type OPEN-3, and a size of 100 megabytes:
create custom_volumes 1-1, 0, 7, OPEN-3, 100