The following table lists the commands that are available for phase scheduling in Deploy Jobs. In the following list, <OS> can be either HPUX or LINUX.
| |
|---|
<OS>_ DEPLOYJOBPHASESCHEDULE_ SIMULATE | Determines scheduling of the Simulate phase for job deployment. Choose either: - NotScheduled: Simulate phase runs at job execution. A specific time is not set.
- AtTime<time>: To set a schedule, specify time using the format YYYY-MM-DD,HH;MM;SS.
For example:HPUX_DEPLOYJOBPHASESCHEDULE _SIMULATE=ATTime,2008-01-01,23:35:00 |
<OS>_ DEPLOYJOBPHASESCHEDULE_ STAGE | Determines scheduling of the Schedule phase for job deployment. Choose one of the following: - NotScheduled: Schedule phase runs at job execution. A specific time is not set.
- AfterPreviousPhase: Executes immediately after the Simulate Phase.
- AtTime<time>: To set a schedule for a particular time, specify time using the format YYYY-MM-DD,HH;MM;SS.
For example:HPUX_DEPLOYJOBPHASESCHEDULE _STAGE=ATTime,2008-01-01,23:35:00 |
<OS>_ DEPLOYJOBPHASESCHEDULE_ COMMIT | Determines scheduling of the Commit phase for job deployment. Choose one of the following: - NotScheduled: Commit phase runs at job execution. A specific time is not set.
- AfterPreviousPhase: Executes immediately after the Schedule Phase.
- AtTime<time>: To set a schedule for a particular time, specify time using the format YYYY-MM-DD,HH;MM;SS.
For example:HPUX_DEPLOYJOBPHASESCHEDULE _COMMIT=ATTime,2008-01-01,23:35:00 |
WarningNote
For more information about valid scenarios, see the DeployJob - setAdvanceDeployJobPhaseScheduleByDBKey command. For details, see BLCLI-reference.