3PAR InForm® OS 2.3.1 CLI Reference (320-200166 Rev B, March 2010)

11.9
InForm OS Version 2.3.1 Command Line Interface Reference
COMMAND
createaldvv
DESCRIPTION
This command was deprecated in the 2.2.3 release and will be changed or removed in a future
release. Please use the
createvv command in the future.
The
createaldvv command creates a virtual volume and its underlying logical disks and
allows the system to automatically allocate resources to meet specified use requirements.
The virtual volume and its logical disks can be created using either the listed options or by
using preconfigured templates (created through the
createtemplate command; see
page 11.61).
SYNTAX
createaldvv [options] <vvname> [.<index>] <size>[g|G|t|T]
AUTHORITY
Super, Edit
OPTIONS
–templ <template_name>
Use the options defined in template <template_name>. The template is created using the
createtemplate command. Options specified in the template are read-only or read/
write. The read/write options may be overridden with new options at creation time but
read-only options may not be overridden at the time of creation.
Options not explicitly specified in the template take their default values, and all of these
options are either read-only or read/write (using the
-nro or -nrw options of the
createtemplate command). If not included, the -size and -cpg options are
automatically treated as read/write even if the other not included properties are marked
read-only.
–t <RAID_type>
Specifies the RAID type of the logical disk: r0 for RAID-0, r1 for RAID-1, r5 for RAID-5, or
r6 for RAID-6. If no RAID type is specified, the default is
r1.
NOTE: You need access to all domains in order to run this command.