HP XP P9000 Replication Manager Software 7.5.0-00 User Guide (TB584-96070, July 2013)

Omit
Multiple
specifica-
tion
Meaning and specifiable valuesEntry name
AllowedNot allowed
Specifies the action to be performed in response to the return value of the executed
command. Specifiable values are as follows:
TERMINATE_NZ (default)
Terminates script processing if a non-zero return value returns.
IGNORE
Continue processing whatever may be returned for a return value.
Error threshold value
Specify an integer in the range from 0 to 255. If a return value higher than
the specified value is returned, script processing terminates.
Specify the value using one-byte characters.
If the executing command times out, processing terminates if TERMINATE_NZ
or an error threshold value is specified, and processing continues if IGNORE
is specified.
END_CODE
AllowedNot allowed
Specifies the command timeout value. Specifiable values are as follows:
Timeout value (in seconds)
The range of specifiable values is from 0 to 86400.
Use one-byte numeric characters only.
No timeout will occur if 0 is specified here.
NOWAIT
Once a command starts successfully, there is no wait for the command to finish.
With this specification, the command return value becomes 0. The default is 600
(10 minutes).
TIMEOUT
AllowedNot allowed
Specifies the execution server of the specified command. Specifiable values are
as follows:
LOCAL (default)
Executes the specified command on the local server.
REMOTE
Executes the specified command on the backup server. This value can be
specified if you check Mount the replica volumes in the Create Replica Wizard.
LOCATION
AllowedNot allowed
Specifies whether the script can be executed based on the execution status of the
parent command (command that calls the script). Specifiable values are as follows:
NORMAL (default)
Executes the command specified in CMDLINE only if the execution status of
the parent command is NORMAL.
ERROR
Executes the command specified in CMDLINE only if the execution status of
the parent command is ERROR. The execution result of the parent command
becomes ERROR regardless of the script result.
ANY
Always executes the command specified in CMDLINE. If the execution status
of the parent command is ERROR, the execution result of the parent command
becomes ERROR regardless of the script result.
In the [PRE_PROC] section, specify ANY or NORMAL. If you specify ERROR, the
commands in the [PRE_PROC] section will not be executed.
PARENT_STAT
User Guide 415