CLI Guide

Table Of Contents
Arguments
Required arguments
[-n|--director] director-uuid Director ID number. Use the ll command in clusters/cluster/directors context
to display director ID numbers.
Description
Removes the specified director from the context tree. Deletes all information associated with the director.
Examples
In the following example:
The ll command in clusters/cluster/directors context displays director IDs.
The director forget command instructs metro node to delete all records pertaining to the specified director.
VPlexcli:/clusters/cluster-1/directors> ll
Name Director ID Cluster Commissioned Operational Communication
--------------- ------------------ ID ------------ Status Status
--------------- ------------------ ------- ------------ ----------- -------------
Cluster_1_Dir1A 0x000000003ca00147 1 true ok ok
Cluster_1_Dir1B 0x000000003cb00147 1 true ok ok
VPlexcli:/clusters/cluster-1/directors> director forget --director 0x000000003ca00147
See also
director commission
director decommission
director passwd
Changes the access password for the specified director.
Contexts
All contexts.
In /clusters/cluster/directors/director context, command is passwd.
Syntax
director passwd
[-n|--director] director
[-c|--current-password] current-password
[-p|--new-password] new-password
132
Commands