Hp StorageWorks 2000 Family Modular Smart Array CLI reference guide (481600-002, May 2008)
54 HP StorageWorks 2000 Family Modular Smart Array CLI reference guide • May 2008
create master-volume
Description
Creates a volume on a specified virtual disk, enables the volume for snapshots, and
associates it with an existing snap pool. The volume and snap pool must be owned
by the same controller.
Input
Example
Create the 1-Gbyte master volume MV1 on virtual disk VD1, and associates it with
snap pool SP1.
create master-volume vdisk vdisk size sizeMB|GB|TB
snap-pool volume [lun LUN] name
Parameter Description
vdisk vdisk Specifies the virtual disk by name or serial number. For the
syntax to use, see “Virtual Disk Syntax” on page 26.
size sizeMB|GB|TB Specifies the volume size in MB (Mbyte), GB (Gbyte), or
TB (Tbyte). The size uses base 10 (multiples of 1000) or
base 2 (multiples of 1024); to see the current base setting,
type show cli-parameters.
snap-pool volume Specifies the snap pool volume by its name or serial
number. For the syntax to use, see “Volume Syntax” on
page 26.
lun LUN Optional. Specifies a logical unit number to assign to the
new master volume. If this parameter is omitted, no LUN is
assigned.
name Specifies a name for the new master volume. For the
syntax to use, see “Volume Syntax” on page 26.
# create master-volume vdisk VD1 size 1GB snap-pool SP1 MV1
Success: Master Volume Created.