Autosys and methods of autosys with Example
What is Autosys?
• An automated job control system for scheduling,monitoring and reporting jobs
• The jobs can reside on an Autosys configured machine attached to a network
What is an Autosys-job?
• A single action performed on a validated machine
• Autosys-jobs can be defined using GUI or JIL
• Any single command,executable script or NT batch file.It includes a set of qualifying attributes,conditions specifying when and where a autosys-job should be run.
Autosys-jobs can be defined by assigning it a name and specifying attributes describing its behavior.
Two methods to define Autosys jobs are:-
• The jobs can reside on an Autosys configured machine attached to a network
What is an Autosys-job?
• A single action performed on a validated machine
• Autosys-jobs can be defined using GUI or JIL
• Any single command,executable script or NT batch file.It includes a set of qualifying attributes,conditions specifying when and where a autosys-job should be run.
Autosys-jobs can be defined by assigning it a name and specifying attributes describing its behavior.
Two methods to define Autosys jobs are:-
1. Using Autosys GUI
• Autosys GUI allows to set the attributes that describe when,where and how a autosys-job should be run.
• GUI Control Panel is used to define autosys-jobs Contain fields that correspond to Autosys JIL sub-commands and attributes.
2. Using job Information Language(JIL)
• A specification language that has its own commands to describe when,where and how a autosys-job should be run.
• The attributes are set b JIL sub-commands
JIL (Job Information Language) Example
Scenario: A nightly database backup job that runs at 11 PM on weekdays.
How to Deploy:
# Load the JIL file into Autosys
jil < backup.jil
Key Features:
Reusable (edit the JIL file and reload).
Auditable (changes tracked in version control).
GUI (Web Interface) Example:
A file-processing job that triggers when a file arrives in
/data/inbound
.
Comments
Post a Comment