CLI Guide

Table Of Contents
Syntax
device mirror-isolation show
[-c|--clusters] context-path [, context-path...]
[-h|--help]
[--verbose]
Arguments
Optional arguments
[-c|--clusters] context-path [,
context-path...]
Specifies the list of clusters on which to show mirror isolation configuration
parameters.
[-h|--help]
Displays command line help.
[--verbose]
Provides more output during command execution. This may not have any effect for
some commands.
Description
Used to display all the configuration parameters related to mirror isolation for the specified clusters.
The current configuration parameters supported are:
Table 6. Supported configuration parameters
Enabled Indicates "true" if the feature is enabled, "false" if disabled and
"<not available>" if the value could not be retrieved.
Auto Unisolation Indicates true if the system will automatically unisolate
an isolated mirror when the underlying storage-volumes
performance is in the acceptable range, false if manual
unisolation was desired, and <not available> if the value
could not be retrieved.
Isolation Interval Indicates the isolation sweep interval in seconds if the value
was retrieved successfully, and "<not available>" if the value
could not be retrieved.
Unisolation interval Indicates the unisolation sweep interval in seconds if the value
was retrieved successfully, and "<not available>" if the value
could not be retrieved.
If a value for any configuration parameter cannot be retrieved for the cluster, it may be because the feature is not supported or
there was a command failure.
Examples
Shows the mirror isolation configuration parameters on all clusters:
VPlexcli:/> device mirror-isolation show
Cluster Enabled Auto unisolation Isolation Interval Unisolation Interval
--------- ------- ---------------- ------------------ --------------------
cluster-1 true false 60 14400
cluster-2 true false 60 14400
Or
VPlexcli:/> device mirror-isolation show -c *
Cluster Enabled Auto unisolation Isolation Interval Unisolation Interval
128
Commands