HP 3PAR InForm OS 3.1.1 Command Line Interface Reference

createcpg
DESCRIPTION
The createcpg command creates a Common Provisioning Group (CPG).
AUTHORITY
Super, Edit
Any role that is granted the cpg_create right.
NOTE: You need access to all domains in order to run this command.
SYNTAX
createcpg [options <arg>] CPG_name
OPTIONS
templ <template_name>
Use the options defined in the 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 the time of their creation, but read-only
options may not be overridden at creation time.
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).
aw <percent>
Specifies the percentage of used snapshot administration or snapshot data space that results in a
warning alert. A percent value of 0 disables the warning alert generation. The default is 0. This
option is deprecated and will be removed in a subsequent release.
NOTE: The following options, –sdgs , –sdgl , and –sdgw control the auto logical disk creation
for the common provisioning group’s snapshot data regions. Auto logical disk creation occurs
when the amount of free logical disk space falls below the specified grow (enlarge) size setting
options ( –sdgs , –sdgl ).
sdgs <size> [g|G|t|T]
Specifies the growth increment, the amount of logical disk storage that is created on each auto-grow
operation. The default growth increment may be 32, 64,96 or 128G depending on the number
of controller nodes in the system, but the minimum growth increment varies according to the number
of controller nodes in the system. If <size> is non-zero, it must be 8G or bigger. The size can be
specified in MB (default) or GB (using g or G) or TB(using t or T). A size of 0 disables the auto-grow
feature. The following table displays the default and minimum growth increments per number of
nodes:
MinimumDefaultNumber of Nodes
8G32G1-2
16G64G3-4
24G96G5-6
32G128G7-8
sdgl <size> [g|G|t|T]
createcpg 109