CLI Guide

Table Of Contents
5. Use the cluster summary command to verify all clusters are in one island and working as expected.
VPlexcli:/>cluster summary
Clusters:
Name Cluster ID TLA Connected Expelled Operational Status
Health State
--------- ---------- -------------- --------- -------- ------------------
------------
cluster-1 1 FNM00091300128 true false ok ok
cluster-2 2 FNM00091300218 true false ok ok
Islands:
Island ID Clusters
--------- --------------------
1 cluster-1, cluster-2
See also
cluster expel
collect-diagnostics
Collects the core files from each component, logs, and configuration information from the management server and directors.
Contexts
All contexts.
Syntax
collect-diagnostics
--local-only
Arguments
Optional arguments
Description
--local-only
Gathers diagnostics only from the local cluster and directors.
-r | --log-
range= Range
Collect only the logs that are generated in the range specified. To collect the set of logs that are
generated in a certain range of hours of the current day, specify the value as start-hour-end-hour>.
For example, to collect the logs between 11AM to 1PM, enter the range 11-13h. To collect the
set of logs generated in a certain range of days in the current month, enter the range start-day-end-
dayd. For example, to get the logs between 11 days ago to 13 days ago, enter the range of 11-13d.
-l | --last-
logs= x
Collect only the logs that are generated in the last x days or hours are collected. To collect the logs
generated in the last 4 hours, the value for this option is 4h. To collect the logs generated in last 4
days, use the value 4d.
--noextended
Omits the collection of extended diagnostics.
Description
Collects logs, cores, and configuration information from the management server and directors. Places the collected output files
in the /diag/collect-diagnostics-out directory on the management server.
Two compressed files are placed in the /diag/collect-diagnostics-out directory:
Commands
73