Owner's manual

188 Script Commands
The portSpeed parameter is expressed as megabits per second (Mb/s).
The IPv6 address space is 128 bits. It is represented by eight 16-bit
hexadecimal blocks separated by colons. You may drop leading zeros, and you
may use a double colon to represent consecutive blocks of zeroes.
The default value for the IPv6HopLimit parameter is 64.
The default value for the IPv6NdReachableTime parameter is
30000 milliseconds.
The default value for the IPv6NdRetransmitTime parameter is
1000 milliseconds.
The default value for the IPv6NdTimeOut parameter is 30000 milliseconds.
The default port value for the tcpListeningPort parameter is 3260.
Set Session
This command defines how you want the current script engine session to run.
Syntax
set session errorAction=(stop | continue)
password="
storageArrayPassword"
performanceMonitorInterval=
intervalValue
performanceMonitorIterations=
iterationValue
Parameters
Parameter Description
errorAction Specifies how the session responds if an error is
encountered during processing. You can choose to
stop the session if an error is encountered, or you can
continue after encountering an error. The default
error action is to stop. (This parameter defines the
action for execution errors, not syntax errors. Some
error conditions might override the continue value.)