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 job
Usage: 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: 

autosyslog -e OR -s
-e for Event Processor log
-s for Scheduler log

job_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>

autosys_secure
Purpose: Configure security settings and encryption keys.
Usage:
autosys_secure

Comments

Popular posts from this blog

Interview question for File and FTP Adapter

What is boot.properties file and how to create

SSL Exceptions in Admin Server and Node Manager.