当前位置: 首页 > news >正文

Top Autosys Interview Questions and Answers

1.What is Autosys?

Autosys is an automated job controlling tool used for scheduling ,monitoring and reporting jobs. These jobs can be present in any Autosys configured machine and is connected to a network.

2. Which Database is Autosys Jobs Kept?

Autosys jobs can be kept in the Event Server.

3. What is the command to check the status of Job in Autosys?

autostatus -j job_name

4.How Autosys Works?

The working of Autosys can be understand through its architecture:

  • Remote agent- This is a process that is activated by the event processor to run a task. This task will be run on a remote machine.
  • Event Server- This is the database that contains the job definitions and job events.
  • Event processor - This is used to go through all the events and processes, for processing them.

5. What is Inactive Status in Autosys?

Inactive status in Autosys means the state of a job when it is not running.

6.What is Global Variable in Autosys?

Global variable can be defined using TEST_VARIABLE in another job. The send event -E SET_GLOBAL -G can also be used.

7. What is Autosys JIL?

Autosys JIL(Job Information Language) is used for developing jobs. The Autosys GUI is based on the JIL, that is basically a scripting language.When developing jobs, the attributes and arguments have to be given.

8. What is CA in Autosys?

CA is a workload automation tool used along with Autosys. It is used in large corporations where the jobs are scheduled from a central location to improve automation.

9. What is Erwin Autosys?

Erwin is a data moduling application used to use entity-relationship digrams to develop strategies. Erwin Autosys is used for improving data handling and automation.

10. What is Autosys Scheduling Tool?

The Autosys Job scheduler can be used for creating jobs that can be made through UNIX scripts. It is a tool for scheduling the starting and ending of jobs, with the help of the Event processor.

11.How to Stop or Kill a Process in Autosys?

User can kill a process or job using the following syntax.

sendevent -E KILLJOB -j <job name>

12. How to Execute Multiple Commands in Autosys?

Multiple commands can be executed in Autosys using shell scripting, Here , inside a text file, all the commands can be included and it can be executed . The file can be saved with the filename.sh extension.

13.How to Check the Autosys Version?

You can check the Autosys using the following command:

cybAgent -V

14.What does eventor do in Autosys?

The eventor starts the scheduler in Autosys.

15.What is the difference between dbms_scheduler and autosys?

dbms_scheduler is a job scheduling tool that was introduced in Oracle 10G. This is used for handling the processing of batch jobs. It is used for creating , executing, removing , monitoring, enabling and altering job attributes.

Autosys is a workload automation tool that does all the tasks dbms_scheduler does,along with better workload deployments,error reduction and handling the process of the different servers.

16.What Is File Watcher In Autosys?

A file watcher job is tp starts a process that will check the presence of a particular file in the operating system.It is the same as a command job. When this OS file does not increase in size, the file watcher job execute completely.

17. What is the difference between ICE and  Hold In Autosys?

The on_hold command is used to prevent a job from not executing . When an on_hold job is made off_hold ,it starts executing if the initializing conditions are correctly met.

The on_ice command is used to prevent a job from executing . A job on_ice will not execute, event if it is put into off_ice. It will  run only when the initializing conditon reappear.

18. How to use Run_Calendar in Autosys?

The run_calendar command or attribute is used to schedule jobs on specific days of the calendar. The jobs that have the attribute run_calendar will run on the day mentioned in the calendar. 

相关文章:

  • 妇产科护理学复习重点归纳、试题及答案
  • ESLint+Prettier+Vetur 统一Vue项目代码风格
  • 《Linux驱动:Nor flash驱动看这一篇就够了》
  • [计算机通信网络]跳(hop) 的概念,tracert指令来查看访问站点经过了多少个路由器
  • SpringBoot RestTemplate详解
  • [代码审计] beecms 4.0 漏洞总结
  • 计算机笔试面试题记录
  • 基于量子计算的无收益标的资产欧式看涨期权定价和delta风险分析
  • 【PCB软件技巧】OrCAD与PADS相互搭配使用的相关要点
  • 精通MySQL之Explain执行计划
  • Docker学习
  • Kubernetes—k8s中Service实例出现污点
  • Chapter4.2:线性系统的根轨迹法
  • kvm快照和克隆
  • 【元胞自动机】基于元胞自动机模拟晶体生长附matlab代码
  • Google 是如何开发 Web 框架的
  • 「前端早读君006」移动开发必备:那些玩转H5的小技巧
  • crontab执行失败的多种原因
  • dva中组件的懒加载
  • golang中接口赋值与方法集
  • Idea+maven+scala构建包并在spark on yarn 运行
  • Node 版本管理
  • PHP 的 SAPI 是个什么东西
  • PHP那些事儿
  • 看完九篇字体系列的文章,你还觉得我是在说字体?
  • 前端 CSS : 5# 纯 CSS 实现24小时超市
  • 容器服务kubernetes弹性伸缩高级用法
  • 微服务框架lagom
  • 仓管云——企业云erp功能有哪些?
  • 第二十章:异步和文件I/O.(二十三)
  • 数据库巡检项
  • 直播平台建设千万不要忘记流媒体服务器的存在 ...
  • ​html.parser --- 简单的 HTML 和 XHTML 解析器​
  • #if和#ifdef区别
  • (2)关于RabbitMq 的 Topic Exchange 主题交换机
  • (C++)八皇后问题
  • (附源码)ssm本科教学合格评估管理系统 毕业设计 180916
  • (三)终结任务
  • (译) 理解 Elixir 中的宏 Macro, 第四部分:深入化
  • (转)shell调试方法
  • *setTimeout实现text输入在用户停顿时才调用事件!*
  • .Net Core与存储过程(一)
  • .NET Remoting学习笔记(三)信道
  • .NET Windows:删除文件夹后立即判断,有可能依然存在
  • .NET 依赖注入和配置系统
  • .NET/C# 使用 #if 和 Conditional 特性来按条件编译代码的不同原理和适用场景
  • .NET4.0并行计算技术基础(1)
  • .NET牛人应该知道些什么(2):中级.NET开发人员
  • .NET设计模式(11):组合模式(Composite Pattern)
  • @Autowired注解的实现原理
  • @hook扩展分析
  • @RestControllerAdvice异常统一处理类失效原因
  • []FET-430SIM508 研究日志 11.3.31
  • [AIGC] Nacos:一个简单 yet powerful 的配置中心和服务注册中心
  • [BZOJ1877][SDOI2009]晨跑[最大流+费用流]