HP 3PAR OS 3.1.3 Command Line Interface Reference

createvvset
DESCRIPTION
The createvvset command defines a new set of Virtual Volumes (VV) and provides the option
of assigning one or more existing VVs to that set. The command also allows the addition of VVs
to an existing set by use of the -add option.
SYNTAX
createvvset [options] <setname> [<VV | pattern>...]
AUTHORITY
Super, Edit
Any role granted the vvset_create right.
OPTIONS
-add
Specifies that the VVs listed should be added to an existing set. At least one VV must be specified.
-cnt <num>
Add a sequence of <num> VVs starting with vvname. The vvname should be of the format
<basename>.<int>. For each VV in the sequence, the .<int> suffix of the vvname is
incremented by 1.
-comment <comment>
Specifies any comment or additional information for the set. The comment can be up to 255
characters in length. Unprintable characters are not allowed.
-domain <domain>
Create the VV set in the specified domain. For an empty set the default is to create it in the current
domain, or no domain if the current domain is not set. A VV set must be in the same domain as
its members; if VVs are specified as part of the creation then the set will be created in their domain.
A domain cannot be specified when adding a VV to an existing set with the -add option.
SPECIFIERS
<setname>
Specifies the name of the VV set to create or add to. The name can be up to 27 characters in
length.
<VV | pattern>...
Optional lists of VVs or glob-style pattern matching VVs which are to be included in the VV set. If
no <VV> or <pattern> is specified a VV set with no VVs is created. If the -cnt option is used
then a VV must be specified.
RESTRICTIONS
None
EXAMPLES
To create an empty vvset:
cli% createvvset
152 Create Commands