Autosys API access
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.
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
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.
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.
精彩评论