Administrator Guide

Table Of Contents
To remove multiple virtual volumes with a single command, separate the volumes using commas:
VPlexcli:/> consistency-group remove-virtual-volumes /clusters/cluster-1/virtual-
volumes/TestDDevice-2_vol, /clusters/cluster-1/virtual-volumes/TestDDevice-3_vol --
consistency-group /clusters/cluster-1/consistency-groups/TestCG
Remove two virtual volumes from the target consistency group context:
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG> remove-virtual-volumes
TestDDevice-2_vol, TestDDevice-3_vol
3. Use the ls command to display the change:
VPlexcli:/> ls clusters/cluster-1/consistency-groups/TestCG
/clusters/cluster-1/consistency-groups/TestCG:
Attributes:
Name Value
------------------- ----------------------------------------------------------
active-clusters []
cache-mode synchronous
detach-rule winner cluster-1 10s
operational-status [(cluster-1,{ summary:: ok, details:: [] }), (cluster-2,{
summary:: ok, details:: [] })]
passive-clusters [cluster-1, cluster-2]
recoverpoint-enabled false
storage-at-clusters [cluster-1, cluster-2]
virtual-volumes [TestDDevice-1_vol, TestDDevice-4_vol, TestDDevice-5_vol]
visibility [cluster-1, cluster-2]
Contexts:
Name Description
------------ -----------
advanced -
recoverpoint -
Modifying consistency group properties
About this task
Use the consistency group set-detach rules to modify the Detach-rule applied to a consistency group:
consistency-group set-detach-rule no-automatic-winner
consistency-group set-detach-rule winner
Use the set command to modify the following properties of a consistency group:
Visibility
Storage-at-clusters
Local-read-override
To display which attributes are modifiable (writable) using the set command and their valid inputs:
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG> set
attribute input-description
-------------------
-----------------------------------------------------------------------------------------
--------
active-clusters Read-only.
cache-mode Read-only.
detach-rule Read-only.
name Takes a unique, non-empty and non-null name. A valid name starts
with a letter or '_'
and contains only letters, numbers, '-' and '_'.
operational-status Read-only.
passive-clusters Read-only.
read-only Takes one of '0', '1', 'f', 'false', 'n', 'no', 'off', 'on', 't',
'true', 'y', 'yes' (not case sensitive).
storage-at-clusters Takes a list with each element being a 'cluster' context or a
context pattern.
Consistency Groups
69