CLI Guide

Table Of Contents
Arguments
Required arguments
[-v|--views] view,view... * List of one or more storage views to map. Entries must be separated by commas. May
contain wildcards.
Optional arguments
[-f|--file] file Name of the file to send the output to. If no file is specified, output is to the console screen.
* argument is positional.
Example
Display unhealthy storage volumes for a specified storage view:
VPlexcli:/> export storage-view map LicoJ013
VPD83T3:6000144000000010a0014760d64cb32c dev_sym1723_1FC_vol
Display unhealthy storage volumes for all storage views:
VPlexcli:/> export storage-view map --views **
VPD83T3:6000144000000010a0014760d64ca44c base0_vol
VPD83T3:6000144000000010a0014760d64cb21f dd_00_vol
.
.
.
Display unhealthy storage volumes for all the views at cluster-2:
VPlexcli:/> export storage-view map /clusters/cluster-2/exports/storage-views/*
VPD83T3:6000144000000010a000e68dc5f76188 base01_vol
VPD83T3:6000144000000010a0014760d64cb21f dd_00_vol
VPD83T3:6000144000000010a0014760d64cb221 dd_01_vol
.
.
.
See also
export storage-view find-unmapped-volumes
export storage-view find
export storage-view summary
export storage-view removeinitiatorport
Removes the specified initiator-port(s) from the view.
Contexts
All contexts.
In /clusters/cluster/exports context, command is storage-view removeinitiatorport.
In /clusters/cluster/exports/storage-views context, command is removeinitiatorport.
Commands
187