HP 3PAR OS 3.1.3 Command Line Interface Reference

1 cpg2 - 32768 - - - - - - 8192 - -
2 cpg3 - 32768 - - - - - - 8192 - -
3 cpg4 - 32768 - - - - - - 8192 - -
The columns in the previous example are identified as follows:
Id. The physical disk ID.
Name. The name of the common provisioning group.
Warn%. The allocation warning percentage (see aw option of the createcpg or setcpg
command).
Total. The total logical disk MB space in a CPG.
Warn. The size in MB of the space at which a warning alert is generated.
Limit. The limit size in MB beyond which the space (Data or Adm) will not grow.
Alerts. There are columns for the 4 types of alerts listed below. For the -alert option
indicates Y if an alert is posted or "-" if no alert has been posted. The -alerttime option
indicates the time that the alert was posted.
W%. An alert corresponding to Warn%.
W. An alert corresponding to Warn.
L. An alert corresponding to Limit.
F. An alert corresponding to a growth failure.
The following example displays the raw space used by common provisioning groups:
cli% showcpg -r
----------------------------------(MB)-----------------------------------
-Volumes- -Usage- --------- Usr ---------- --------- Snp ----------
--------- Adm ---------
Id Name Warn% VVs TPVVs Usr Snp Total RTotal Used RUsed Total RTotal Used RUsed
Total RTotal Used RUsed
0 cpg1 - 2 0 2 1 15360 30720 15360 30720 32768 65536 0 8192
24576 0 0 0
1 cpg2 - 2 2 0 2 0 0 0 0 32768 65536 1024 2048
8192 24576 256 768
2 cpg3 - 1 1 0 1 0 0 0 0 32768 65536 512 1024
8192 24576 128 384
----------------------------------------------------------------------------------------------------------
3 total 2 4 15360 30720 15360 30720 98304 196608 1536 11264
40960 131072 384 1152
The columns in the previous example are identified as follows:
Id. The CPG ID.
Name. The CPG name.
Warn%. The CPG’s allocation warning threshold.
Volumes. Virtual Volumes (VVs) and Thinly Provisioned Virtual Volumes (TPVVs).
VVs. The Number of VVs (including TPVVs) using the CPG.
TPVVs. The number of TPVVs using the CPG.
Usage. Virtual Volumes using the CPG.
showcpg 361