What is autosys?
Google showed this to me. But I can not see any sense in a perl API there for ;-)
www.autosys.ch
| [reply] |
Hi Boris,
Autosys is Job Scheduling software (like cron) developed by Computer Associates. It has features like setting dependencies of jobs on other jobs, executing them at different machines.
Regards,
Ranjan
| [reply] |
There is definately Autosys.pm on CPAN
| [reply] |
I wrote something, but right now it has company specific stuff wrapped up in it. If I can remove the proprietary bits, then maybe I can post it. It's all just a wrapper around the autorep and job_depends commands (and a jil parser), but it also does things like compares two insert_job commands, and generates an update_job command from that (that's what it started out as), as well as finding job dependencies and job status (and I wrote a utility to drill down the job dependencies).
Update: It's posted | [reply] |
is it possible for you to separate the script that can drill down up and down dependencies of a job?
| [reply] |
is it possible for you to separate the script that can drill down up and down dependencies of a job? There is no script, CA::AutoSys::Jil module is a module, an ... but sure anything is possible
| [reply] |
is it possible for you to separate the script that can drill down the autosys dependencies up and down?
| [reply] |