HP 3PAR OS 3.1.3 Command Line Interface Reference

11 Create Commands
createaocfg
DESCRIPTION
The createaocfg command creates an Adaptive Optimization (AO) configuration.
AUTHORITY
Super, Edit
SYNTAX
createaocfg [options <arg>] <aocfg_name>
OPTIONS
-t0cpg <cpgname>
Specifies the Tier 0 CPG for this AO config.
-t1cpg <cpgname>
Specifies the Tier 1 CPG for this AO config.
-t2cpg <cpgname>
Specifies the Tier 2 CPG for this AO config.
-mode <mode>
Specifies the optimization bias for the AO configuration, which can be one of the following:
Performance — Move more regions towards higher performance.
Balanced — Balanced between higher performance and lower cost.
Cost — Move more regions towards lower cost tier.
The default optimization bias mode is Balanced.
SPECIFIERS
<aocfg_name>
Specifies an AO configuration name up to 31 characters in length.
NOTES
Two or more Tier CPGs must be defined.
If domains are used, all CPGs must be in the same domain or not in any.
A CPG can only belong to one AO configuration.
Active use of Adaptive Optimization requires an Adaptive Optimization license. Contact your
HP representative for more information.
EXAMPLES
The following example creates a new AO configuration called aocfg1. The optimization bias
(mode) is set to Cost. Tier 0 will use CPG R1SSDcpg, Tier 1 will use CPG R5FCcpg and Tier 2
will use CPG R6NLcpg.
cli% createaocfg -t0cpg R1SSDcpg -t1cpg R5FCcpg -t2cpg R6NLcpg -mode Cost aocfg1
createaocfg 97