CLI Guide

Table Of Contents
In /clusters/cluster/exports/storage-views context, command is summary.
Syntax
export storage-view summary
[-c|--clusters] cluster,cluster...
Arguments
Optional arguments
[-c|--cluster] cluster,
cluster...
List of clusters. Entries must be separated by commas. Display information only for
storage views on the specified clusters.
Description
At the root level, displays information for all clusters.
At the /clusters/cluster context and below, displays information only for views in the cluster in that context.
Example
Display storage view summary for a specified cluster (no unhealthy views):
VPlexcli:/> export storage-view summary --clusters cluster-1
View health summary(cluster-1):
view name health-state exported volumes ports registered initiators
--------- ------------ ---------------- ----- ---------------------
LicoJ009 healthy 27 4 4
LicoJ013 healthy 1 8 4
Total 2 views, 0 unhealthy.
Display storage view summary for all clusters (1 unhealthy view):
VPlexcli:/> export storage-view summary
View health summary(cluster-1):
view name health-state exported volumes ports registered initiators
---------- ------------ ---------------- ----- ---------------------
poly2_view healthy 5 4 2
view1 healthy 1 4 1
Total 2 views, 0 unhealthy.
View health summary(cluster-2):
view name operational status port summary
--------- ------------------ ------------------------------------------------
esx1_view error port name unhealthy volumes export
status
----------------------- ----------------- -------------
P000000003B2017D8-A0-FC00 1 ok
P000000003B2017D8-A0-FC01 1 ok
P000000003B3017D8-B0-FC00 1 ok
P000000003B3017D8-B0-FC01 1 ok
view name health-state exported volumes port s registered initiators
--------- ------------ ---------------- ----- ---------------------
esx1_view unhealthy 10 4 2
Total 1 views, 1 unhealthy.
See also
export port summary
Commands
199