HP 3PAR OS 3.1.3 Command Line Interface Reference

EXAMPLES
The following example displays a system’s CPGs:
cli% showcpg
---------------(MB)---------------
-Volumes- -Usage- --- Usr --- --- Snp --- -- Adm ---
Id Name Warn% VVs TPVVs Usr Snp Total Used Total Used Total Used
0 cpg1 - 2 0 2 1 15360 15360 32768 0 8192 0
1 cpg2 - 2 2 0 2 0 0 32768 1024 8192 256
2 cpg3 - 1 1 0 1 0 0 32768 512 8192 128
-------------------------------------------------------------------
3 total 2 4 15360 15360 98304 1536 24576 384
The columns for the previous example output 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.
Usr. The number of VVs whose User Space is using the CPG.
Snp. The number of VVs whose Snapshot Space is using the CPG.
Usr. User space.
Total. The total logical disk space in MBs in the Usr space.
Used. The total logical disk space in MBs used in Usr space.
Snp. Snap space.
Total. The total logical disk space in MBs in the Snp space.
Used. The total logical disk space in MBs used in Snp space.
Adm. Administration space.
Total. The total logical disk space in MBs in the Adm space.
Used. The total logical disk space in MBs used in Adm space.
The following example displays the detailed information of common provisioning groups.
cli% showcpg d
---------------(MB)---------------
-Volumes- -Usage- --- Usr --- --- Snp --- -- Adm --- --- LD ----
Id Name Warn% VVs TPVVs Usr Snp Total Used Total Used Total Used Usr Snp Adm
0 cpg1 - 2 0 2 1 15360 15360 32768 0 8192 0 4 4 2
1 cpg2 - 2 2 0 2 0 0 32768 1024 8192 256 0 4 3
2 cpg3 - 1 1 0 1 0 0 32768 512 8192 128 0 4 2
-------------------------------------------------------------------------------
3 total 2 4 15360 15360 98304 1536 24576 384 8 12 7
The columns in the previous example are defined as follows:
Id. The CPG ID.
Name. The CPG name.
showcpg 359