CLI Guide

Table Of Contents
Syntax
export port summary
[-c|--clusters] cluster [, cluster,...]
[-h|--help]
[--verbose]
Arguments
Optional arguments
[-c|--clusters] cluster [, cluster,...] Display unhealthy ports for only the specified cluster(s).
[-h|--help]
Displays command line help.
[--verbose]
Displays the names of the unhealthy volumes exported on each port.
Description
Prints a summary of the views and volumes exported on each port, and a detailed summary of the unhealthy ports.
In the root context, displays information for all clusters.
In /cluster context or below, displays information for only the current cluster.
Example
Show the summary of port health.
VPlexcli:/> export port summary
Port health summary(cluster-1):
port name health state enabled views virtual-volumes
----------------------- ------------ ------- ----- ---------------
P0000000046653D11-ETH06 healthy true 1 55
P0000000046653D11-ETH07 healthy true 1 55
P0000000046653D21-ETH06 healthy true 1 55
P0000000046653D21-ETH07 healthy true 1 55
P0000000046753D11-ETH06 healthy true 1 55
P0000000046753D11-ETH07 healthy true 1 55
P0000000046753D21-ETH06 healthy true 1 55
P0000000046753D21-ETH07 healthy true 1 55
Total 8 ports, 0 unhealthy.
Port health summary(cluster-2):
port name health state enabled views virtual-volumes
----------------------- ------------ ------- ----- ---------------
P00000000A88A3112-ETH06 healthy true 1 55
P00000000A88A3112-ETH07 healthy true 1 55
P00000000A88A3122-ETH06 healthy true 1 55
P00000000A88A3122-ETH07 healthy true 1 55
P00000000A89A3112-ETH06 healthy true 1 55
P00000000A89A3112-ETH07 healthy true 1 55
P00000000A89A3122-ETH06 healthy true 1 55
P00000000A89A3122-ETH07 healthy true 1 55
Total 8 ports, 0 unhealthy.
Commands
183