CLI Guide

Table Of Contents
Use a second * wildcard specify all directors:
ll clusters/cluster-*/directors/director-1-1-*/ports/
** wildcard
Use the ** wildcard to match all contexts and entities between two specified objects.
For example, to display all director ports without using wildcards:
ll clusters/cluster-1/directors/director-1-1-A/ports
ll clusters/cluster-1/directors/director-1-1-B/ports
.
.
Alternatively, use a ** wildcard to specify all contexts and entities between /engines and ports:
ll clusters/**/ports/
? wildcard
Use the ? wildcard to match a single character (number or letter).
ls /storage-elements/extents/0x1?[8|9]
Returns information on multiple extents.
~ wildcard
Use ~ to match any number of characters before object.
Example:
VPlexcli:/> ll ~directors/*/ports
/clusters/cluster-1/directors/director-1-1-A/ports:
Name Address Role Status RxPower[uW] TxPower[uW] Temp[C] Speed Topology
----- ------------------ --------- ------ ----------- ----------- ------- ---------
--------
IO-00 0xc001445a80320000 front-end up 472 726 44 16Gbits/s p2p
IO-01 0xc001445a80320100 front-end up 441 708 42 16Gbits/s p2p
IO-02 0xc001445a80320800 back-end up 545 785 44 8Gbits/s p2p
IO-03 0xc001445a80320900 back-end up 512 641 43 16Gbits/s p2p
LC-00 128.221.250.35 local-com up - - - 10000 -
LC-01 128.221.251.35 local-com up - - - 10000 -
WC-00 192.168.38.35 wan-com up 510 602 43 10000 -
WC-01 192.168.39.35 wan-com up 530 588 42 10000 -
/clusters/cluster-1/directors/director-1-1-B/ports:
Name Address Role Status RxPower[uW] TxPower[uW] Temp[C] Speed Topology
----- ------------------ --------- ------ ----------- ----------- ------- ---------
--------
IO-00 0xc001445a80330000 front-end up 188 661 43 16Gbits/s p2p
IO-01 0xc001445a80330100 front-end up 368 815 43 16Gbits/s p2p
IO-02 0xc001445a80330800 back-end up 567 796 43 16Gbits/s p2p
IO-03 0xc001445a80330900 back-end up 521 812 43 16Gbits/s p2p
LC-00 128.221.250.36 local-com up - - - 10000 -
LC-01 128.221.251.36 local-com up - - - 10000 -
WC-00 192.168.38.36 wan-com up 507 592 43 10000 -
WC-01 192.168.39.36 wan-com up 566 596 44 10000 -
20
Using the VPlexcli