CLI Guide

Table Of Contents
Examples
In the following example, the ll command displays information about a port, and the describe command with no arguments
displays additional information.
VPlexcli:/clusters/cluster-2/exports/ports/P000000003CB001CB-B1-FC01> ll
Name Value
------------------------ ------------------
director-id 0x000000003cb001cb
discovered-initiators []
.
.
.
VPlexcli:/clusters/cluster-2/exports/ports/P000000003CB001CB-B1-FC01> describe
Attribute Description
------------------------ --------------------------------------------------
director-id The ID of the director where the port is exported.
discovered-initiators List of all initiator-ports visible from this port.
.
.
.
Use the describe --context command to display information about the specified context:
VPlexcli:/> describe --context /clusters/cluster-2/exports/ports/P000000003CB001CB-B1-
FC01
Attribute
Description
-------------------------------------------------------------------------------------
----------------
/clusters/cluster-2/exports/ports/P000000003CB001CB-B1-FC01::director-id
The ID of the director where the port is exported.
/clusters/cluster-2/exports/ports/P000000003CB001CB-B1-FC01::discovered-initiators
List of all initiator-ports visible from this port.
.
.
.
device attach-mirror
Attaches a mirror as a RAID 1 child to another (parent) device, and starts a rebuild to synchronize the mirror.
Contexts
All contexts.
Syntax
device attach-mirror
[-d|--device]
{context-path|device-name}
[-m|--mirror]{context-path|mirror-name}
[-r|--rule-set] rule-set
[-f|--force]
108
Commands