CLI Guide

Table Of Contents
Description
Displays eligible virtual volumes that can be added to a consistency group. Eligible virtual volumes:
Must not be a logging volume
Have storage at every cluster in the storage-at-clusters property of the target consistency group
Are not members of any other consistency group
Have no properties (detach rules, auto-resume) that conflict with those of the consistency group. That is, detach and
resume properties of either the virtual volume or the consistency group must not be set.
Have the initialization status as sucess.
Examples
List eligible virtual volumes from the target consistency group context:
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG2> list-eligible-virtual-volumes
[dr1_C12_0000_vol, dr1_C12_0001_vol, dr1_C12_0002_vol, dr1_C12_0003_vol,
dr1_C12_0004_vol, dr1_C12_0005_vol, dr1_C12_0006_vol, dr1_C12_0007_vol,
dr1_C12_0008_vol, dr1_C12_0009_vol, dr1_C12_0010_vol, dr1_C12_0011_vol,
dr1_C12_0012_vol, dr1_C12_0013_vol, dr1_C12_0014_vol, dr1_C12_0015_vol,
dgc_p2z_test_vol, vmax_DR1_C1_r1_0000_12_vol, vmax_DR1_C1_r0_0000_12_vol,
.
.
.
List eligible virtual volumes from the root context:
VPlexcli:/> consistency-group list-eligible-virtual-volumes /clusters/cluster-1/
consistency-groups/TestCG2
[dr1_C12_0000_vol, dr1_C12_0001_vol, dr1_C12_0002_vol,dr1_C12_0003_vol, dr1_C12_0004_vol,
.
.
.
See also
consistency-group add-virtual-volumes
consistency-group remove-virtual-volumes
consistency-group summary
Dell EMC Administration Guide for metro node
consistency-group remove-virtual-volumes
Removes one or more virtual volumes from the consistency group.
Contexts
All contexts.
In /clusters/cluster-n/consistency-groups/group-name context, command is remove-virtual-volumes.
Syntax
consistency-group remove-virtual-volumes
[-v|--virtual-volumes] virtual-volume, virtual-volume, ...
[-g|--consistency-group] context path
104
Commands