CLI Guide

Table Of Contents
Description
A rule-set contains rules. Use the ll command in the rule-set context to display the rules in the rule-set.
Examples
Use the ds rule destroy command to destroy a rule in the rule set.
VPlexcli:/distributed-storage/rule-sets/ruleset_recreate5/rules> ll
RuleName RuleType Clusters ClusterCount Delay Relevant
-------- ----------------- --------- ------------ ----- --------
rule_1 island-containing cluster-1 2 10s true
VPlexcli:/distributed-storage/rule-sets/ruleset recreate5/rules> rule destroy rule_1
See also
ds rule island-containing
ds rule-set copy
ds rule-set create
ds rule-set destroy
ds rule-set what-if
ds rule island-containing
Adds a island-containing rule to an existing rule-set.
Contexts
All contexts.
In /distributed-storage context, command is rule island-containing.
Syntax
ds rule island-containing
[-c|--clusters] context-path,context-path...
[-d|--delay] delay
[-r|rule-set] context path
Arguments
Required arguments
[-c|--clusters] context-
path, context-path...
* Clusters to which this rule applies.
[-d|--delay] delay * Sets the delay after a link outage before the rule is applied. Values must a positive integer
and end with one of the following units:
min - delay timer in seconds
s - delay timer in seconds (default unit)
h - delay timer in hours
Commands 157