CLI Guide

Table Of Contents
Syntax
configuration remote-clusters clear-addresses
[-c |--cluster] cluster context
[-r |--remote-cluster] cluster context
[-a |--addresses] addresses[,addresses]
[-h |--help]
[--verbose]
Arguments
Optional arguments Description
[-c |--cluster] cluster
context
* Specifies the cluster whose connectivity configuration is to be modified. Typically the
cluster above the current context.
[-r | --remote-cluster]
cluster context
* Specifies the remote-cluster configuration entry to modify. Cannot be the same
context specified in --cluster.
[-a | --addresses] addresses
[, addresses...]
Specifies one or more remote ip-address:port-number entries to remove for the
specified --remote-cluster. If no entry is specified, all entries are removed for the
specified --remote-cluster.
[-h | --help]
Displays the usage for this command.
[--verbose]
Provides more output during command execution. This may not have any effect for
some commands.
* - argument is positional.
Description
Clears one, several, or all address:port configurations for the specified remote-cluster entry for this cluster.
See the metro node procedures in the SolVe Desktop for more information on managing WAN-COM IP addresses.
Examples
Clear a cluster 2 address on cluster 1:
VPlexcli:> ls /clusters/cluster-1/connectivity/wan-com
/clusters/cluster-1/connectivity/wan-com:
Attributes:
Name Value
------------------------ ---------------------------------------------------
discovery-address 224.100.100.100
discovery-port 10000
listening-port 11000
remote-cluster-addresses cluster-2 [10.6.11.252:11000, 192.168.11.252:11000]
VPlexcli:/> configuration remote-clusters clear-addresses -c cluster-1/-r cluster-2/-a
10.6.11.252:11000
VPlexcli:/> ls /clusters/cluster-1/connectivity/wan-com
/clusters/cluster-1/connectivity/wan-com:
Attributes:
Name Value
------------------------ ---------------------------------------------------
discovery-address 224.100.100.100
discovery-port 10000
listening-port 11000
remote-cluster-addresses cluster-2 [192.168.11.252:11000]
80
Commands