CLI Guide

Table Of Contents
Arguments
Optional arguments
[-c|--cluster] cluster Cluster to search for views.
[-v|--volume] volume Find the views exporting the specified volume. Identify the volume by name, VPD83
identifier, or a name pattern with wildcards.
[-l|--lun] LUN Find the views exporting the specified LUN number.
[-i|--initiator-port] initiator Find the views including the specified initiator. May contain wildcards.
[-f|--free-lun] - Find the next free LUN number for all views.
Description
This command is most useful for configurations with thousands of LUNs, and a large number of views and exported virtual
volumes.
Example
Find the next available LUN numbers on cluster 1:
VPlexcli:/clusters/cluster-1/exports/storage-views> find --cluster cluster-1 --free-lun
View LicoJ009 : next free LUN number is 27.
View LicoJ013 : next free LUN number is 1.
Find the views exporting the specified volume:
VPlexcli:/clusters/cluster-1/exports> export storage-view find --volume dd_03_vol
Views exporting volume dd_03_vol:
View LicoJ009 exports
(4,dd_03_vol,VPD83T3:6000144000000010a0014760d64cb225,128G).
Find the views exported by initiators whose name starts with Lico:
VPlexcli:/clusters/cluster-1/exports> export storage-view find --initiator Lico*
Views including inititator Lico*:
View LicoJ009.
View LicoJ013.
See also
export initiator-port discovery
export storage-view find-unmapped-volumes
export storage-view map
export storage-view summary
Commands
185