Commands

Script

script record show

Syntax: script record show

Show already recorded commands.

Examples:

admin@/jlupin/zone/zone1/node1> script record show

script record start

Syntax: script record start <file_path>

Start recording script to the file (<file_path>).

Argument Information
<file_path> Path to script file.

Examples:

admin@/jlupin/zone/zone1/node1> script record start my-record

script record stop

Syntax: script record stop

Stop recording script which was started.

Examples:

admin@/jlupin/zone/zone1/node1> script record stop

script run

Syntax: script run <file_path> [force]

Run script from the file (<file_path>). Flag 'force' indicates if continue when command in script is not executed correctly.

Argument Information
<file_path> Path to script file.
[force] Indicates if continue when command in script is not executed correctly.

Examples:

admin@/jlupin/zone/zone1/node1> script run my-record