CLI Guide

Table Of Contents
Examples
In the following example:
The cluster add command adds two clusters.
The cluster summary command verifies that the two clusters have the same island ID:
VPlexcli:/clusters/> cluster add cluster-1 cluster-2
VPlexcli:/clusters> cluster summary
Clusters:
Name Cluster ID TLA Connected Expelled Operational Status
Health State
--------- ---------- --------- --------- --------
------------------ ------------
cluster-1 1 FNM00103600160 true false ok ok
cluster-2 2 FNM00103600161 true false ok ok
Islands:
Island ID Clusters
---------- -------------------
1 cluster-1, cluster-2
See also
cluster expel
cluster status
cluster summary
cluster configdump
Dumps cluster configuration in an XML format, optionally directing it to a file.
Contexts
All contexts.
In /clusters context, command is configdump.
Syntax
cluster configdump
[-c|--cluster] cluster
[-d|--dtdOnly]
[-f|--file] filename
Arguments
Optional arguments
[-c|--clusters] cluster Dump configuration information for only the specified cluster.
[-d|--dtdOnly]
Print only the Document Type Definitions (DTD) document.
[-f|--file] filename Direct the configdump output to the specified file. Default location for the output file on the
management server is: /var/log/VPlex/cli.
Commands 59