CLI Guide

Table Of Contents
Description
Dumped data includes:
I/O port configurations
Disk information, including paths from the directors to the storage volumes
Device configuration and capacity
Volume configuration
Initiators
View configuration
System-volume information
The XML output includes the DTD to validate the content.
Examples
Dump cluster-1s configuration to an .xml file:
VPlexcli:/clusters/> configdump -c cluster-1 -f cluster1_config.xml
Dump the configuration at cluster-1, navigate to the cli context on the management server, and display the file:
VPlexcli:/clusters> configdump --verbose --file /var/log/VPlex/cli/config-dump-
cluster-1.txt --cluster cluster-1
VPlexcli:/clusters> exit
Connection closed by foreign host.
service@ManagementServer:~> cd /var/log/VPlex//cli
service@ManagementServer:/var/log/VPlex/cli> tail config-dump-cluster-1.txt
</views>
<system-volumes>
<meta-volumes>
<meta-volume active="true" block-count="23592704" block-size="4096B"
geometry="raid-1" locality="local" name="metadata_1" operational-status="ok"
ready="true" rebuild-allowed="true" size="96635715584B" system-id="metadata_1"/>
</meta-volumes>
<logging-volumes>
<logging-volume block-count="20971520" block-size="4096B" geometry="raid-0"
locality="local" name="logging_1_vol" operational-status="ok" size="85899345920B" system-
id="logging_logging_1_vol"/>
</logging-volumes>
</system-volumes>
.
.
.
See also
collect-diagnostics
director appcon
getsysinfo
sms dump
cluster expel
Expels a cluster from its current island.
Contexts
All contexts.
60
Commands