CLI Guide

Table Of Contents
Arguments
Required arguments
[-c|--clusters] cluster * The cluster to expel.
[-f|--force]
Forces the cluster to be expelled.
* - argument is positional.
Description
Cluster expulsion prevents a cluster from participating in a metro node. Expel a cluster when:
The cluster is experiencing undiagnosed problems.
To prepare for scheduled outage.
The target cluster, or the WAN over which the rest of the system communicates, is going to be inoperable for a while.
An unstable inter-cluster link impacts performance.
An expelled cluster is still physically connected to the metro node, but not logically connected.
The --force argument is required for the command to complete.
Use the cluster unexpel command to allow the cluster to rejoin the island.
Examples
In the following example:
The cluster expel command expels the cluster.
The cluster summary and cluster status commands verify the change.
VPlexcli::/> cluster expel cluster-1 --force
Cluster 'cluster-1' has been successfully expelled.
VPlexcli:/> cluster summary
Clusters:
Name Cluster ID TLA Connected Expelled Operational Status Health
State
--------- ---------- -------------- --------- -------- ------------------
-------------
cluster-1 1 FNM00103600160 true true isolated
degraded
cluster-2 2 FNM00103600161 true false degraded
degraded
Islands:
Island ID Clusters
--------- ---------
1 cluster-1
2 cluster-2
VPlexcli:/> cluster status
Cluster cluster-1
operational-status: isolated
transitioning-indications: suspended volumes,expelled
transitioning-progress:
health-state: degraded
health-indications: 1 suspended Devices
Cluster cluster-2
operational-status: degraded
transitioning-indications: suspended exports,suspended volumes
transitioning-progress:
health-state: degraded
health-indications: 2 suspended Devices
Commands
61