AutoSys Jobs Schedule

How can we schedule our jobs in third party tool - AutoSys?

Questions by sgangra   answers by sgangra

Showing Answers 1 - 6 of 6 Answers

Autosys is a total job scheduling solution that allows you to define the event dependencies, time schedules alerts etc making it a complete data center automation tool.

An AutoSys job is any single command, executable script, or Windows batch file. Each AutoSys job definition contains a variety of qualifying attributes, including the conditions specifying when and where a job should be run.

These jobs can be defined using any of the 2 methods, either through the AutoSys Graphical User Interface (GUI) or using the AutoSys Job Information Language (JIL) through a command-line interface.

How to create a job definition using JIL :

1.Submit your jil file to autosys database using the following command.
           jil< autosys_jilfile.jil
    This will transfer all your jil contents to autosys database.

2. Once the JIL file is successfully submitted to database,run the job inside that JIL using the sendeventcommand

           sendevent -j JOBNAME -E FORCE_STARTJOB  

3. For checking the status of the autosys job , run the following command.
            
             autorep -j JOBNAME -w

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions