Prev Next

Java / Autosys Interview questions

1. What is Autosys?

AutoSys is an automated job control system for scheduling, monitoring, and reporting jobs. The jobs reside on an Autosys configured machine attached to a network. Autosys is a job management and scheduling tool and widely used in businesses on UNIX or Linux based environment, even in windows envi...

Read full answer

2. What is Autosys Jil?

Autosys JIL (Job Information Language) is used for creating Autosys job definitions. JIL is a specification/scripting language which has its own commands to describe where, when, and how a job should be run. insert_job: PROD_BATCH_SYNC job_type: c description: Run Sync job machine: example-prod.j...

Read full answer

3. What are the different Autosys job types?

Following are the different Autosys job types. Command job : An AutoSys command job is a single command or executable that executes a windows batch file (*.bat), or Unix script/shell script (*.sh). AutoSys File Watcher job : The AutoSys file watcher job will watch for the arrival of a particular ...

Read full answer

4. What is an Instance In Autosys?

An instance refers to the licensed version of Unicenter AutoSys JM and at least one client machine running a unique Remote Agent. In the realtime environment, the operation is likely to have many Remote Agents communicating concurrently with the same database. Any status changes or service reques...

Read full answer

5. What is delete_job command in autosys?

delete_job command is used to delete the job. Syntax: delete_job: job_name

Read full answer

6. What are the components of Autosys system?

AutoSys consist of 3-tier architecture; there are 3 main components of this system, Event Server, Agent Server, and an Event Processor. Event server is a database containing the job definitions and events. Agent server aka Remote Agent is the client component of Autosys and will execute the comma...

Read full answer

7. Advantages of using Autosys.

Simple, easy to create jobs. Autosys provides a user-friendly interface, which makes it easy to create jobs, schedule/manage. Autosys automatically triggers an alarm when the job fails which acts as a notification so the experts can look into it on time. AutoSys provides extensive scheduling func...

Read full answer

8. What is Box Job in Autosys?

A Box job is a container of other jobs. It can control the inner jobs when and how they should run. If a box job is started, it will start the inner jobs automatically. Generally, the jobs which do similar operations or generic functions will be grouped together under a box job. We can set the st...

Read full answer

9. Different JOB Status in Autosys.

STARTING (ST) , the job is initiated/starting. RUNNING (RU) , the job is executing or running status. For a command or file watcher job, the process will be running on the remote machine, In case of box job, jobs inside the box may be initiated (given that running condition matches). SUCCESS (SU)...

Read full answer

10. Which Database is Autosys Jobs are stored.

Autosys jobs are stored in the Event Server.

Read full answer

11. Command to Check the Status of Job in Autosys.

autostatus -j job_name

Read full answer

12. What is CA workload automation?

CA Workload Automation is a business process automation solution that helps businesses streamline processes related to resource handling, job scheduling, SLA management, and more from within a unified platform.

Read full answer

13. How to Kill a Process in Autosys?

User can kill a process or job using the following command: send event -E KILLJOB -j

Read full answer

14. What is autorep Command?

The autorep command is a client component utility that generates reports about objects such as jobs, machines, and global variables that are currently defined in the database. The autorep command retrieves data from the database to formulate the reports. This example generates a summary report fo...

Read full answer

15. How to find the Autosys Version?

Use the following command to check the Autosys version. cybAgent -v

Read full answer

16. What Is File Watcher In Autosys?

You can define a File Watcher job to start a process that monitors for the existence and size of a specific file. When that file reaches the specified minimum size and is no longer growing in size, the File Watcher job completes successfully, indicating that the file has arrived.

Read full answer

17. Difference between ON ICE and ON HOLD jobs in Autosys.

When an ON_HOLD job is put off hold, it runs, if it's starting conditions are satisfied, while an ON ICE job will not run, after putting into OFF ICE, even if it's starting conditions are met. It will only run, when it's starting condition will reoccur. For example, if you have a job which starts...

Read full answer

18. What is Run_Calendar in Autosys?

The run_calendar attribute identifies a custom calendar to use to determine the days of the week on which to run the job you are defining. You can use a standard calendar or an extended calendar as the run calendar.

Read full answer

19. What is eventor command in Autosys?

The eventor command starts the scheduler (aka, the event demon) on UNIX. The eventor runs in the background by default and performs the following tasks: Confirms that another scheduler of the same instance is not running on the same machine (as determined by the $AUTOSERV variable). Writes schedu...

Read full answer

20. How to put Autosys jobs on OFF ICE or ON ICE?

sendevent -E OFF_ICE -J "Job Name Here" sendevent -E ON_ICE -J "Job Name Here"

Read full answer

21. What is autocal_asc command in Autosys?

The autocal_asc command provides a text-based command-line mechanism that lets you manage calendar definitions. Calendars let you customize job schedules.

Read full answer

«
»

Comments & Discussions