Administrator Guide

Table Of Contents
virtual-volumes Read-only.
visibility Takes a list with each element being a 'cluster' context or a
context pattern.
To display the current setting of a property:
VPlexcli:/> set /clusters/cluster-1/consistency-groups/TestCG::cache-mode
To display the default values for the target consistency group:
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG> set --default
attribute default-value
-------------------- -----------------
active-clusters No default value.
cache-mode synchronous.
detach-rule No default value.
name No default value.
operational-status No default value.
passive-clusters No default value.
read-only No default value.
storage-at-clusters No default value.
virtual-volumes No default value.
visibility No default value.
Example of modify: set visibility
To change the visibility property from the target consistency group context:
About this task
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG> set visibility
cluster-1,cluster-2
To change the visibility property from the consistency group context:
VPlexcli:/clusters/cluster-1/consistency-groups> set TestCG::visibility
cluster-1,cluster-2
To change the visibility property from the root context:
VPlexcli:/> set /clusters/cluster-1/consistency-groups/TestCG::visibility
cluster-1,cluster-2
Example of modify: apply a detach rule
The following table lists the applicable detach-rules for consistency groups with various settings for visibility and storage-at-
clusters.
About this task
Table 10. Consistency groups detach-rules and visibility, storage-at-volumes
visibility storage-at-clusters Applicable detach-rule settings
cluster-1 cluster-1 N/A
cluster-1 and cluster-2 cluster-1 and cluster-2
no-automatic-winner
winner cluster-1
winner cluster-2
cluster-1 and cluster-2 cluster-1
no-automatic-winner
winner cluster-1
70 Consistency Groups