CLI Guide

Table Of Contents
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 ...0.5G local Test synchronous true 4.5G
.
.
.
VPlexcli:/clusters/cluster-1/virtual-volumes> ll /clusters/cluster-1/virtual-volumes/
Test_volume
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 -
.
.
.
VPlexcli:/clusters/cluster-1/virtual-volumes> expand -v Test_volume/
Virtual Volume expansion can take some time and once started, cannot be cancelled.
Some operations such as upgrades and data migrations will not be possible during the
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.
322
Commands