CLI Guide

Table Of Contents
Examples
VPlexcli:/> report capacity-clusters
Cluster, Unclaimed disk capacity (GiB), Unclaimed storage_volumes, Claimed disk
capacity(GiB), Claimed storage_volumes, Used storage-volume capacity (GiB), Used
storage_volumes, Unexported volume capacity (GiB), Unexported volumes, Exported volume
capacity (GiB), Exported volumes
cluster-1, 5705.13, 341, 7947.68, 492, 360.04, 15, 3.00, 3, 2201.47, 27
cluster-2, 5337.10, 328, 7995.69, 495, 2478.45, 137, 20.00, 3, 2178.46, 25
VPlexcli:/> report capacity-clusters --verbose
Cluster, StorageVolume Name, VPD83 ID, Capacity, Use, Vendor
cluster-1,CX4_Logging,VPD83T3:6006016021d02500e6d58bab2227df11,80G,used,DGC
cluster-1,CX4__M0,VPD83T3:6006016021d02500be83caff0427df11,90G,-data,DGC
cluster-1,CX4__M1,VPD83T3:6006016021d02500bf83caff0427df11,90G,claimed,DGC
cluster-1,CX4_lun0,VPD83T3:6006016021d0250026b925ff60b5de11,10G,used,DGC
.
.
.
See also
report capacity-arrays
report capacity-hosts
report capacity-hosts
Generates a host capacity report.
Contexts
All contexts.
Syntax
report capacity-hosts
[-d|--directory] directory
[--verbose]
Arguments
Optional arguments
[-d|-directory]
directory
Directory in which to create the csv files. Output is written to a file named CapacityHosts.csv.
Default directory path: /var/log/VPlex/cli/reports/ on the management server.
--verbose
If the --verbose argument is used, an additional file is created: CapacityHostsViews.csv.
Description
The host capacity information includes:
Number of views.
Total exported capacity in GB.
Commands
265