release sched
You can use the release command to release the normal and time dependencies from a job stream.
Overview
You can apply the release sched command to job streams that are waiting for the resolution of a dependency. These job streams are marked with the HOLD status. When you run the command, the release sched dependency is removed only for the job that are in progress. When you rerun the same job, the dependency persist. You must have the release access to the job to release the dependencies. For more information about security access roles, see Security role definition.
Syntax and command line options
ocli plan release sched | rs = <jstreamselect><dependency><noask>
You can add the dependency according to the specific results you want to accomplish. The details that are required with each parameters are as follows:
jstreamselectSpecify the job stream to update, by means of attributes and qualifiers. For more information, see to Selecting job streams in commands.
dependencySpecify the type of
dependency and you must add at least one to complete the command. You can use
wildcard characters in workstation
, jstreamname
,
and
jobname
.
Command | Reference |
---|---|
at= time[timezone | tz][+n day[s] | [mm/dd |
mm/dd[/yy]]] |
at |
deadline= time [timezone | tz][+n day[s] [mm/dd |
mm/dd[/yy]]] |
deadline |
follows=[workstation#]{jobstreamname[time
[mm/dd[/yy]]][.job | @] | jobstream_id.job;schedid}| job[,...]
[if 'condition_name[| condition_name][| ...]'] |
follows |
until time [timezone|tz tzname][+n day[s]] |
[;onuntil action] |
until |
When you add the option as an argument the agent will not ask for confirmation before taking action on each qualifying job.
Examples
- To release job
job3
in job streamap(1000 03/05/18)
, stored in folder myfolder, from all of its dependencies, run the following command:ocli plan rj myfolder/ap(1000 03/05/18).job3
- To release all jobs on workstation
site4
from their dependency on a job stream namedpred
, run the following command:ocli plan rj=site4#@.@;follows pred