Nuts & Bolts of Autosys - joyocaowei/joyocaowei.github.io GitHub Wiki

Autosys, The complete name now should be CA Workload Automation AE, where AE refers to Autosys Edition. It is a similar to the CRON automation control system, the distributed architecture.

Meaning of AutoSys status

STATUS AUTOSTATUS Meaning
RU RUNNING Running
ST STARTING Starting
SU SUCCESS Success
FA FAILURE Failure
TE TERMINATED Terminated
OI ON_ICE On Ice
IN INACTIVE Inactive
AC ACTIVATED Activated
RE RESTART Restart
OH ON_HOLD On Hold
QW QUE_WAIT Queue Wait
RD Refresh Dependencies
RF Refresh Filewatcher

One line command in autosys command attribute

In autosys job, command attribute just one line command. If you want to execute many commands in one line, you can set the value as: command: ksh 'mkdir -p /home/caowei/work; cd /home/caowei/work; touch test1.txt test2.txt'

TIMEZONE

date_conditions: 1
days_of_week: mo, we, fr
start_times: "10:00, 14:00"
timezone: PRC

Start job based on timezone, in Solaris, you can refer to directory - /usr/share/lib/zoneinfo

Job Attributes

term_run_time Terminate this job Mins after starting

Reference

AutoSys Cheatsheet

Autosys (CA Workload Automation AE) learning summary