HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

DescriptionOption
or "@variable" with the field variables of STDIN can be included in the command line. When
"@variable" is specified as "@C#/C#*", the variable is interpreted as character string. When
"@variable" is specified as "@C#?/C#+/L/C/R", the variable is interpreted as integer.
exe="prints…. "
The printing range is from "print" to the end including spaces.
Example:
exe="printn PORT=@1 LDEV=@3"
Note: "print..." is printing in the "@0*" string variables.
Specifies to exit this command when the result of the specified formula and the conditions are
TRUE. The return value of exit is "@R" variable.
exe=exit
Specifies the command line to be performed in the transparent mode when the result of the
specified formula and the conditions are TRUE.
sys="command_line"
"@variable" and "@expression" in the command line are not interpreted as variables but are
filtered out as variables to path them to the specified command.
Example: UNIX.
sys='rmawk exe="pairdisplay -g G1 -CLI -l" @6-eq:PAIR'
Example: Windows.
sys="rmawk exe=\"pairdisplay -g G1 -CLI -l\" @6-eq:PAIR"
Example: OpenVMS.
sys="rmawk exe=""pairdisplay -g G1 -CLI -l"" @6-eq:PAIR"
Exception: When "exe="..."" is specified in the command line and there is "@variable" as an
argument in this command, it is interpreted as "@variable" that is including the field variables of
STDIN.
Example: UNIX.
sys='rmawk exe="pairdisplay -d @3 @5 -CLI -l" @6-eq:PAIR'
Example: Windows.
sys="rmawk exe=\"pairdisplay -d @3 @5 -CLI -l\" @6-eq:PAIR"
Example: OpenVMS.
sys="rmawk exe=""pairdisplay -d @3 @5 -CLI -l"" @6-eq:PAIR"
Specifies the timeout time in seconds for waiting by interpreting this output command with the
specified conditions when the specified command is performed.
timeout=value
Specifies the interval time in seconds for waiting by interpreting this output command with the
specified conditions when the specified command is performed.
interval=value
Specifies to include blank lines from STDIN. This is used to detect the blank lines when there are
in the STDIN.
-BL
126 Command tools