CLI Guide

Table Of Contents
Examples
Set the detach-rule for a single consistency group from the groups context:
VPlexcli:/clusters/cluster-1/consistency-groups/TestCG> set-detach-rule no-automatic-
winner
Set the detach-rule for two consistency groups from the root context:
VPlexcli:/> consistency-group set-detach-rule no-automatic-winner -g /clusters/cluster-1/
consistency-groups/TestCG,/clusters/cluster-1/consistency -groups/TestCG2
See also
consistency-group choose-winner
consistency-group resume-after-rollback
consistency-group set-detach-rule active-cluster-wins
consistency-group set-detach-rule winner
Dell EMC Administration Guide for metro node
consistency-group set-detach-rule winner
Sets the detach-rule for one or more synchronous consistency groups to winner. The specified cluster becomes the winner after
the specified number of seconds.
Contexts
All contexts.
In /clusters/cluster-n/consistency-groups/group-name context, command is set-detach-rule winner.
Syntax
consistency-group set-detach-rule winner
[-c|--cluster] cluster-id
[-d|--delay] seconds
[-g|--consistency-group] consistency-group,consistency-group...
[-f|--force]
Arguments
Required arguments
[-c|--cluster] cluster-
id
The cluster that will be the winner in the event of an inter-cluster link failure.
[-d|--delay] seconds The number of seconds after an inter-cluster link fails before the winning cluster detaches.
Valid values for the delay timer are:
0 - Detach occurs immediately after the failure is detected.
number - Detach occurs after the specified number of seconds have elapsed. There is no
practical limit to the number of seconds, but delays longer than 30 seconds won't allow I/O
to resume quickly enough to avoid problems with most host applications.
Commands 111