CLI Guide

Table Of Contents
If:
The thin storage allocation pool runs out of space, and
If this is the last redundant leg of the RAID 1,
further writing to a thinly provisioned device causes the volume to lose access to the device.
Examples
In the following example:
The ll command in storage-volumes context displays the available storage.
The claim command claims the specified unclaimed storage volume from the clusters/cluster/storage-
elements/storage-volumes context.
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes>ll
.
.
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes> claim --storage-
volumes VPD83T3:6006016021d025007029e95b2327df11
Claim a storage volume and name it Symm1254_7BF from the clusters/cluster context:
VPlexcli:/clusters/cluster-1> storage-volume claim -name Symm1254_7BF -d
VPD83T3:60000970000192601254533030374241
Claim storage volumes using the --thin-rebuild option. In the following example:
The claim command with --thin-rebuild claims two storage volumes as thin storage (from the clusters/
cluster/storage-elements/storage-volumes context)
The ll command displays one of the claimed storage volumes:
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes>
claim --thin-rebuild --storage-volumes
VPD83T3:6006016091c50e005057534d0c17e011,VPD83T3:6006016091c50e005257534d0c17e011
Of the 2 storage-volumes that were given, 2 storage-volumes were claimed.
VPlexcli:/clusters/cluster-1/storage-elements/storage-volumes> ll
VPD83T3:6006016091c50e005057534d0c17e011
/clusters/cluster-1/storage-elements/storage-volumes/
VPD83T3:6006016091c50e005057534d0c17e011:
Name Value
---------------------- -------------------------------------------------------
application-consistent false
block-count 524288
block-size 4K
capacity 2G
description -
free-chunks ['0-524287']
health-indications []
health-state ok
io-status alive
itls 0x5000144230354911/0x5006016930600523/6,
0x5000144230354910/0x5006016930600523/6,
0x5000144230354910/0x5006016830600523/6,
0x5000144230354911/0x5006016830600523/6,
302
Commands