CLI Guide

Table Of Contents
expansion. In some cases hosts and their applications may need to be restarted once
the expansion has completed. Do you wish to proceed ? (Yes/No) yes
The expansion of virtual-volume 'Test_volume' has started.
VPlexcli:/clusters/cluster-1/virtual-volumes> cd Test_volume/
VPlexcli:/clusters/cluster-1/virtual-volumes/Test_volume> ll
Name Value
------------------- --------------
block-count 131072
block-size 4K
cache-mode synchronous
capacity 0.5G
consistency-group -
expandable true
expandable-capacity 4.5G
expansion-method storage-volume
expansion-status in-progress
health-indications []
.
.
.
VPlexcli:/clusters/cluster-1/virtual-volumes> ll /clusters/cluster-1/virtual-volumes
/clusters/cluster-1/virtual-volumes:
Name ...Capacity Locality Supporting Cache Expandable
Expandable ...
... Device Mode Capacity ...
----------------- ...--------- -------- ----------- ----------- ------------
---------- ...
Raid0_1Ga_11_vol ...5G local raid1-dev synchronous true 4.5G
RaidC_1Gb_11_vol ...5G local raid1-dev synchronous true 0B
Test_volume ...5G local Test synchronous true 0B
.
.
.
Expand a virtual volume using the concatenation method:
The ll clusters/cluster-1/virtual-volumes command displays the available virtual volumes, and whether the
volumes are expandable.
The ll clusters/cluster-1/virtual-volumes/volume-name command displays that the concatenation method
must be used to expand the target volume.
The ll /clusters/cluster-1/storage-elements/extents command displays available extents.
The virtual-volume expand --virtual-volume virtual-volume --extent extent command adds the specified
extent to the specified virtual volume:
VPlexcli:/> ll /clusters/cluster-1/virtual-volumes
/clusters/cluster-1/virtual-volumes:
Name Operational Health ... ... Expandable
----------------- Status State ... ... ----------
----------------- ----------- ------ ... ... ----------
Raid0_1Ga_11_vol ok ok ... ... true
RaidC_1Gb_11_vol ok ok ... ... true
Raid1_1Gc_11_vol ok ok ... ... true
Test-Device_vol ok ok ... ... true
.
.
.
VPlexcli:/> ll /clusters/cluster-1/virtual-volumes/Test-Device-vol
Name Value
------------------ --------------------------------
.
.
.
expandable true
expansion-method concatenation
health-indications []
.
.
.
VPlexcli:/> ll /clusters/cluster-1/storage-elements/extents
/clusters/cluster-1/storage-elements/extents:
Name StorageVolume Capacity Use
334
Commands