Autosys and commonly used utilities in it
Autosys provides a set of commands that run essential utility programs for defining,controlling and reporting on jobs.
Commonly Used Utilities in AutoSys
Here are the main utilities in AutoSys:
autouxlo
Purpose: Display event logs for a specific jobUsage: autouxlog -j <job_name>
autotrace
Purpose: Traces a job's execution path.
Usage:autotrace -j <job_name>
autorep
Purpose: Reports job information (status, definitions, run history).
Usage:
autorep -j <job_name> # Job status
autorep -j <job_name> -q # Job definition
autorep -s # Job status for all jobs
autosyslog:
Purpose: Shows the AutoSys scheduler log (used for troubleshooting)
Usage:
Usage:
autosyslog -e OR -s
-e
for Event Processor log-s
for Scheduler logjob_depends:
Purpose: Graphically shows job dependencies.Usage:
job_depends -J <job_name>
job_autorun:
Purpose: Manages job run status (used to rerun jobs).Usage:job_autorun -j <job_name>
sendevent:
Purpose: Send manual events (start, stop, force start, override status).Usage:
sendevent -E STARTJOB -J <job_name>
sendevent -E KILLJOB -J <job_name>
sendevent -E FORCE_STARTJOB -J <job_name>
chk_auto_up:
Purpose: Check status of AutoSys components.
Usage:chk_auto_up
autoping:
Purpose: Ping agent machines to check connectivity.
Usage:autoping -m <machine_name>
Purpose: Ping agent machines to check connectivity.
Usage:autoping -m <machine_name>
autosys_secure
Purpose: Configure security settings and encryption keys.
Usage:
autosys_secure
Comments
Post a Comment