CLI Guide

Table Of Contents
See also
configuration event-notices-reports config
configuration event-notices-reports reset
scheduleSYR add
scheduleSYR list
script
Changes to interactive Jython scripting mode.
Contexts
All contexts.
Syntax
script
[-i|--import] module
[-u|--unimport] module
Arguments
Optional arguments
[-i|--import]
module
Import the specified Jython module without changing to interactive mode. After importation,
commands registered by the module are available in the CLI. If the module is already imported,
it is explicitly reloaded.
[-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:/>
Commands
273