CLI Guide

Table Of Contents
Description
The volume to be destroyed must not be currently used to store block write logs for a distributed-device.
Example
VPlexcli:/clusters/cluster-1/system-volumes> logging-volume destroy --logging-volume
cluster_6_log_vol
See also
logging-volume add-mirror
logging-volume create
logging-volume detach-mirror
logical-unit forget
Forgets the specified logical units (LUNs).
Contexts
All contexts.
Syntax
logical-unit forget
[-s|--forget-storage-volumes]
[-u|--logical-units] context-path,context-path,...
Arguments
Required arguments
[-u|--logical-units] context-path List of one or more LUNs to forget.
Optional arguments
[-s|--forget-storage-volumes]
If a LUN has an associated storage-volume, forget it AND the associated storage-
volume.
Description
Forget one or more logical units (LUNs). Optionally, forget the storage volume if one is configured on the LUN. This command
attempts to forget each LUN in the list specified, logging/displaying errors as it goes.
A logical unit can only be forgotten if it has no active paths. LUNs can be remembered even if a cluster is not currently in
contact with them. This command tells the cluster that the specified LUNs are not coming back and therefore it is safe to
forget about them.
If a specified LUN has an associated storage-volume, that LUN is skipped (is not forgotten).
Use the --verbose argument to print a message for each volume that could not be forgotten.
Commands
227