CLI Guide

Table Of Contents
[-u|--unimport]
module
Unimport the specified Jython module without changing to interactive mode. All the commands that
were registered by that module are unregistered.
Description
Changes the command mode from VPLEX CLI to Jython interactive mode.
To return to the normal CLI shell, type a period '.' and press ENTER.
Use the --import and --export arguments to import or export the specified Jython module without changing to interactive
mode.
Example
Enter Jython interactive mode:
VPlexcli:/> script
Jython 2.2 on java1.6.0_03
>>>
Exit Jython interactive mode:
>>> .
VPlexcli:/>
Import/unimport the specified Jython module without changing to interactive mode:
VPlexcli:/> script --import ndu
VPlexcli:/> script --unimport ndu
See also
source
sessions
Displays active Unisphere for metro node sessions.
Contexts
All contexts.
Syntax
sessions
Description
Displays the username, hostname, port and start time of active sessions to the Unisphere for metro node.
Commands
285