CLI Guide

Table Of Contents
exit
Exits the shell.
Contexts
All contexts.
Syntax
exit
[-e|--exit-code] exit-code
[-s|--shutdown]
Arguments
Optional arguments
[-e|--exit-code] exit-
code
Returns the specified value when the shell exits. If no exit code is specified, then 0 is returned.
[-s|--shutdown]
When running in server mode, shuts down the shell instead of closing the socket. No effect if
not running in server mode.
Description
If the shell is not embedded in another application, the shell process will stop.
Example
VPlexcli:/> exit
Connection closed by foreign host.
service@ManagementServer:~>
export initiator-port discovery
Discovers initiator ports on the front-end fabric.
Contexts
Cluster context and below.
In /clusters/cluster/exports context, command is initiator-port discovery.
In /clusters/cluster/exports/initiator-ports context, command is discovery.
Syntax
export initiator-port discovery
[-t|--timeout] seconds
176
Commands