CLI Guide

Table Of Contents
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
export storage-view find-unmapped-volumes
Displays unexported virtual volumes.
Contexts
All contexts.
Syntax
export storage-view find-unmapped-volumes
[-c|--cluster] cluster
Arguments
Required arguments
[-c|--cluster] cluster Cluster for which to display unexported storage volumes.
Commands 193