HP 3PAR OS 3.1.3 Command Line Interface Reference

removeaocfg
DESCRIPTION
The removeaocfg command removes specified Adaptive Optimization configurations from the
system.
AUTHORITY
Super, Edit
SYNTAX
removeaocfg [options] {<aocfg_name>|<pattern>}...
OPTIONS
-pat <pattern>
Indicates that specified patterns are treated as glob-style patterns and that all AO configurations
matching the specified pattern are removed. By default, confirmation is required to proceed with
the command unless the -f option is specified. This option must be used if the pattern specifier
is used.
-f
Specifies that the command is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
SPECIFIERS
<aocfg_name>
Specifies the name of the AO configuration to be removed.
<pattern>
Specifies a glob-style pattern. This specifier can be repeated to remove multiple AO configurations.
If this specifier is not used, the <aocfg_name> specifier must be used. Refer to “Glob-Style Pattern
(page 12) for further information.
NOTES
None
EXAMPLES
The following example removes AO configurations that start with test.
cli% removeaocfg -f -pat test*
removeaocfg 215