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

Comments
Associated validation commands. ValidateHostVolume.
Agent and license prerequisites. Requires a host agent.
Command result value. None. For a complete list, see Command result values.
OS specifics. Yes. See examples.
SetListVariable
Creates a variable assignment and a list of values. The variable can then be entered in arguments
throughout a job rather than entering the individual values.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
SetListVariable ( %value% )
Value. Enter or select a values to store in a variable assignment.
Examples
$disklist = SetListVariable ( ("\\Array2\Cats", "\\Array2\Dogs", "\\Array3\Cars") )
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.
To refer to the variable elsewhere in the job, you must enter a variable assignment. See
Assignments.
SetNotificationPolicy
Specifies the condition when a status e-mail is to be sent from a job instance. See Job instances.
Syntax and arguments
When initially inserted into a job, the command syntax and default arguments are:
SetNotificationPolicy ( %from_address%, %to_address%, JOB_STARTED_OR_STOPPED )
Sending e-mail address (%from_address%). Enter the e-mail address that the message is to be sent
from.
Receiving e-mail address (%to_address%). Enter the e-mail address that the message is to be sent
to.
Policy for automatic notification. Choices are:
RemarksCondition when job status e-mail is sentPolicy argument
Job instance has completed.job_completed
Job instance has failed.job_failed
Job commands 163