CLI Guide

Table Of Contents
Description
A storage volume is a device or LUN that is visible to metro node. The capacity of storage volumes is used to create extents,
devices and virtual volumes.
Storage volumes must be claimed, and optionally named before they can be used in a metro node cluster. Once claimed, the
storage volume can be used as a single extent occupying the volumes entire capacity, or divided into multiple extents (up to
128).
This command can fail if there is not a sufficient number of meta volume slots. See the troubleshooting section of the metro
node procedures in the SolVe Desktop for a resolution to this problem.
Thin provisioning
Thin provisioning allows storage to migrate onto a thinly provisioned storage volumes while allocating the minimal amount of thin
storage container capacity.
Thinly provisioned storage volumes can be incorporated into RAID 1 mirrors with similar consumption of thin storage container
capacity.
Metro node preserves the unallocated thin pool space of the target storage volume by detecting zeroed data content before
writing, and suppressing the write for cases where it would cause an unnecessary allocation. metro node requires you to specify
thin provisioning for each back-end storage volume. If a storage volume is thinly provisioned, the thin-rebuild attribute must be
true either during or after claiming.
CAUTION: If a thinly provisioned storage volume contains non-zero data before being connected to metro node,
the performance of the migration or initial RAID 1 rebuild is adversely affected.
System volumes are supported on thinly provisioned LUNs, but these volumes must have their full capacity of
thin storage container resources set aside and not be in competition for this space with any user-data volumes
on the same pool.
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
290
Commands