CLI Guide

Table Of Contents
Examples
In the following example:
The ls command displays the virtual volumes in consistency group TestCG.
The consistency-group remove-virtual-volumes command removes a specified volume from the consistency
group.
The ls command displays the change.
VPlexcli:/> ls /clusters/cluster-1/consistency-groups/TestCG
/clusters/cluster-1/consistency-groups/TestCG:
------------------------------- ----------------------------------------------
.
.
.
virtual-volumes [dr1_C12_0919_vol, dr1_C12_0920_vol,
dr1_C12_0921_vol, dr1_C12_0922_vol]
visibility [cluster-1, cluster-2]
.
.
.
VPlexcli:/> consistency-group remove-virtual-volumes /clusters/cluster-1/virtual-volumes/
dr1_C12_0920_vol --consistency-group /clusters/cluster-1/consistency-groups/TestCG
VPlexcli:/> ls /clusters/cluster-1/consistency-groups/TestCG
/clusters/cluster-1/consistency-groups/TestCG:
Name Value
------------------------------- ----------------------------------------------
.
.
.
storage-at-clusters [cluster-1, cluster-2]
synchronous-on-director-failure -
virtual-volumes [dr1_C12_0919_vol, dr1_C12_0921_vol,
dr1_C12_0922_vol]
.
.
.
See also
consistency-group create
consistency-group destroy
Dell EMC Administration Guide for metro node
consistency-group resolve-conflicting-detach
Select a winning cluster on a consistency group on which there has been a conflicting detach.
Contexts
All contexts.
In /clusters/cluster-n/consistency-groups/group-name context, command is resolve-conflicting-
detach.
Syntax
consistency-group resolve-conflicting-detach
[-c|--cluster] cluster
Commands
99