CLI Guide

Table Of Contents
The meta-volume is critical for system recovery. The best practice is to mirror the meta-volume across two or more back-end
arrays to eliminate the possibility of data loss. Choose the arrays used to mirror the meta-volume such that they are not required
to migrate at the same time.
Meta-volumes differ from standard storage volumes in that:
A meta-volume is created without first being claimed,
Meta-volumes are created directly on storage volumes, not extents.
CAUTION: If the meta-volume is configured on a CLARiiON array, it must not be placed on the vault drives of
the CLARiiON.
Performance is not critical for meta-volumes. The minimum performance allowed is 40 MB/sec and 100 4 K IOP/second.
The physical spindles for meta-volumes should be isolated from application workloads.
Dell EMC recommends the following for meta-volumes:
Read caching enabled.
A hot spare meta-volume pre-configured in case of a catastrophic failure of the active meta-volume.
Minimum of 78 GB.
Minimum of 20 GB.
If two or more storage-volumes are specified, they must be on two separate arrays if more than one array is present. This
command creates a RAID 1 of all the storage volumes.
Examples
In the following example:
The configuration show-meta-volume-candidates command displays possible candidates:
NOTE:
Example out put is truncated. Vendor, IO Status, and Type fields are omitted.
The meta-volume create command creates a new mirrored volume using the 2 specified storage volumes.
The ll command displays the new meta-volume.
VPlexcli:/> configuration show-meta-volume-candidates
Name Capacity...Array Name
---------------------------------------- -------- -----------------------------------
VPD83T3:60060480000190100547533030364539 187G .....EMC-SYMMETRIX-190100547
VPD83T3:60000970000192601707533031333132 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:60000970000192601707533031333133 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:60000970000192601707533031333134 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:60000970000192601707533031333135 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:60000970000192601707533031333136 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:60000970000192601707533031333137 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:60000970000192601707533031333138 98.5G.....EMC-SYMMETRIX-192601707
VPD83T3:6006016049e02100442c66c8890ee011 80G ......EMC-CLARiiON-FNM00083800068
l
.
.
.
VPlexcli:/> meta-volume create --name c1_meta -storage-volumes
VPD83T3:60000970000192601707533031333136, VPD83T3:60060480000190300487533030343445
VPlexcli:/> cd /clusters/cluster-1/system-volumes
VPlexcli:/clusters/cluster-1/system-volumes> ll c1_meta
/clusters/cluster-1/system-volumes/c1_meta:
Attributes:
Name Value
---------------------- -----------
active true
application-consistent false
block-count 20971264
block-size 4K
capacity 80G
component-count 2
free-slots 27199
234
Commands