CLI Guide

Table Of Contents
Example
Create a virtual volume with RAID 1 local devices and specified storage volumes:
VPlexcli:/> storage-tool compose --name TEST --geometry raid-1 --storage-volumes
VPD83T3:60060160cea33000fc39e04dac48e211, VPD83T3:60060160cea33000fb9c532eac48e211,
VPD83T3:600601605a903000f2a9692fa548e211, VPD83T3:600601605a903000f3a9692fa548e211
See also
storage-volume unclaim
storage-volume auto-unbanish-interval
Displays or changes auto-unbanish interval on a single director.
Contexts
All contexts.
In /clusters/cluster/storage-elements/storage-volumes context, command is auto-unbanish-interval.
Syntax
storage-volume auto-unbanish-interval
[-n|--director] path
[-i|--interval] [seconds]
Arguments
Required arguments
[-n|--director] path * The director on which to show or change the delay for automatic unbanishment.
Optional arguments
[-i|--interval] [ seconds] Number of seconds the director firmware waits before unbanishing a banished storage
volume (LUN).
Range: 20 seconds - no upper limit.
Default: 30 seconds.
* - argument is positional.
Description
See Banished storage volumes (LUNs) in the storage-volume unbanish command description.
At regular intervals, the metro node directors look for logical units that were previously banished. If metro node finds banished
logical units, it unbanishes them. This process happens automatically and continuously, and includes a delay interval with a
default value of 30 seconds.
Every 30 seconds the process looks for previously banished logical units and unbanishes any it finds.
Use this command to display change the delay interval.
Commands
299