Autosys API 访问
我需要以编程方式启动一些 autosys 作业。除了通常的命令行方法之外,是否有 Java、perl 等可用的 api 用于作业管理。
我正在使用 Autosys r11。
I need to programmatically start some autosys jobs. Is there any api available in Java, perl etc for Job management other then usual command line approach.
I m using Autosys r11.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
是的,Autosys R11 有一个 Java API。请访问 ca.com 网站并下载 CA Workload Automation AE API 参考指南以获取文档。
CA Workload Automation AE 是 CA 对 Autosys 的最新重命名
Yes, Autosys R11 has a Java API. See the ca.com web site and download the CA Workload Automation AE API Reference guide for the documentation.
CA Workload Automation AE is CA's latest rename of Autosys
使用日历告诉 Autosys 您需要在每月的哪一天运行作业。
启动日历工具的命令是 autocal(图形编辑器)和 autocal_asc(CLI 编辑器)。它应该位于您服务器上的 $/etc/autosys 中。
Use a calendar to tell Autosys what day of month you need to run the job.
The commands to launch calendar tool are autocal (graphical editor) and autocal_asc (CLI editor). It should be in $/etc/autosys on ur server.
有一个 perl 库 CA::WAAE 可以获取工作信息和/或开始工作。另一个库 CA::AutoSys 适用于旧版本的 Autosys。
There is a perl library CA::WAAE which can get job info and/or start jobs. Another library CA::AutoSys is for an older version of Autosys.