Questions tagged [autosys]

AutoSys is a workload automation tool supplied by Computer Associates. Current version is r11.3. The Application Servers and Schedulers are supported on: Solaris, AIX, HP-UX, Linux and Windows servers. Clients (Remote Agents) can be run on Solaris, AIX, HP-UX, Linux, Windows, z/OS, OS/390, zSeries, VSE, and OpenVMS.

Autosys is a product from Platinum, it is a job scheduling software. Most basic job scheduling is done using Unix - Cron (or windows - AT), which is time based", it will fire the job based on the clock. However, in real business, you need to fire jobs not just based on scheduled time, but also based on events (like an arrival of a file), and, based on the success or failure of other jobs. Autosys is a total job scheduling solution that allows you to define these events, dependencies, time schedules, alerts, etc., making it a complete data centre automation tool.

6 questions
3
votes
1 answer

Can Autosys apply calculations such as bit masks to status values returned from jobs?

I would like to build a job that polls a mailbox for one of several emails with attachments (don't ask me why the business won't fork out for the web service, but there we are). The emails can appear in arbitrary order, and the process will poll…
2
votes
0 answers

Is there a command line tool for AutoSys R4 JobProfiles?

AutoSys R4 has a variety of command line tools. Example: jil (UNIX) and jil.exe (Win32) let you insert/update/delete box and job definitions using a script. Is there an equivalent command line tool for jobprofiles.exe? I searched hard on Google…
kevinarpe
  • 191
  • 10
1
vote
0 answers

Need to send an alert if a job has not started by particular time, no alert raised if the job is paused

So we have this interesting problem. Say we have an autosys job that looks like this insert_job: test_alert_job job_type: CMD command: true date_conditions: 1 days_of_week: all start_times: "16:18" must_start_times: "16:19" owner:…
1
vote
0 answers

How to reset number of retrys on Autosys job

I have a list of jobs that have number of retrys set on them (in jil definition). When I get the job status, I see the number of retrys (in this case 12). I am trying to find a way to reset that: ->autorep -J XXXXX% Job Name Last Start Last End ST…
Mensur
  • 111
  • 2
0
votes
1 answer

Stop recurring Autosys job from scheduling after first failure

We have a recurring job JOB_A which runs every 15 mins. If it fails, we have to force start another box,BOX_TO_FIX to fix the issue. But the problem here is, our Operations team is taking more time 20-30 mins to respond to failure of JOB_A. Before…
Raghav
  • 21
  • 1
  • 3
0
votes
1 answer

In autosys host, one particular path .lck files are automatically creating

We have a autosys host, In particular active path , automatically .lck files are created. Due to this, We could see success runs but our Portal is not getting synced as per the Job run scheduled for every 5min.Observing some delay in syncing the…
Varun K M
  • 13
  • 4