HP P6000 Replication Solutions Manager Job Command Reference (T3680-96090, October 2012)

Commands, batch file names, script file names, and command arguments must be valid and
formatted appropriately for the host's operating system. The replication manager does not
check or validate launch command entries for compatibility with the host OS.
If a command argument contains double quotes ("), each instance must be escaped by
prefixing another double quote. For example, if the host command argument is set "big", enter
set "big".
If the result that is returned from a host command is too large, the replication manager truncates
it to 64 KB and records the truncation in the event log.
See Resource names and UNC formats.
LaunchJob
Runs another replication manager job from within a job.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
LaunchJob ( %job_name%, %mode%, %wait_nowait% )
Name of Job (%job_name%). Select or enter the name of another replication manager job to run.
Launch Mode (%mode%). Select the job run/validation mode. Choices are normal, skip_validation,
validation_only. See Job validation.
Wait or No Wait (%wait_nowait%). Select wait or nowait. See Wait/no wait argument.
Examples
LaunchJob ( "daily_backup", WAIT )
Comments
Associated validation commands. None.
Agent and license prerequisites. None.
Command result value. None. For a complete list, see Command result values.
OS specifics. None.
Log
Sends a message from the job to the job event log.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
Log ( %message% )
Message ( %message% ). Enter the message that you want to send to the job log.
Examples
Log ( "Snapshot of sales database has finished" )
128 Job Commands