Autosys Scheduler- Running job at particular time


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Autosys Scheduler- Running job at particular time
# 1  
Old 03-08-2013
Autosys Scheduler- Running job at particular time

Hi Experts,

I am new to Autosys. I created a Autosys box job to run at 10 AM daily. As scheduled, the job starts on time.

There is another box job inside the box. I have scheduled it to run at 11 AM but it kicks off automatically with the main job at 10 AM.

Code:
insert_job: Main-job   job_type: b
owner: XXXX
permission: gx
date_conditions: 1
days_of_week: all
start_times: "10:01"
alarm_if_fail: 1

<< couple of more box jobs that needs to run once the main job kicks off >>

Code:
insert_job: pull-files   job_type: b
box_name: Main-job
owner: XXXX
permission: gx
start_times: "11:30"
alarm_if_fail: 1

I want the pull-files job to start at 11:30 only but it starts at 10:00. Can you please guide me on what I am doing wrong and how to resolve it.

I need the pull-files box to me in Main-job. I don't want it to be another independent box.

Thanks,
PK

Last edited by radoulov; 03-12-2013 at 07:14 AM..
# 2  
Old 03-24-2013
In Autosys whenever the main box kicks off, all the sub boxes should be in running status and command/FW jobs will be either in RU or AC Status. So if you need the Sub-box to kick of at 11:30 instead at 10:00 then move the start time condition from the box job pull-files to the first job inside that box. so that even if the box pull-files started at 10:00 the jobs inside that box will be in AC status till 11:30 and will start to run per time condition
# 3  
Old 09-13-2013
In order to execute the Boxes to run as per the schedule, please schedule the Boxes to run at the required start-times. If you want the sub box to run at 11:30 AM LT, why the main box is scheduled to run at 10:00 AM LT? You can trigger the Main box itself to run at 11:30.

The scenario you explained above is called Pending Run in Autosys. It happens when the main box stopped running before even the sub box started. So, from then the sub box is experiencing the pending run here. I suggest to use update option in Autosys CLI to update the start time of the sub box before 10 AM LT.

Let me know in case of any questions.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Refresh the jobs in Autosys Scheduler

Can anyone please tell me how to refresh the jobs in Autosys Scheduler? ---------- Post updated at 03:19 PM ---------- Previous update was at 03:18 PM ---------- I need a command to refresh it. (2 Replies)
Discussion started by: Lakme Pemmaiah
2 Replies

2. Solaris

Job Run Slower using Autosys than running through terminal

Hi All, We run Many jobs evryday using Autosys. Sometimes due to various reason we got to run the job from terminal as well (using nohup). We observed that the job running through terminal(nohup) takes much less time then the autosys (for same job). What can be the possible reason for such... (1 Reply)
Discussion started by: kg_gaurav
1 Replies

3. UNIX for Advanced & Expert Users

Autosys Job Running every 5th Day of Month

Hi, Is there a way to schedule a job in Autosys to run every 5th Day of Month without using custom calendar? Thanks. (1 Reply)
Discussion started by: vbhatnag
1 Replies

4. Shell Programming and Scripting

Autosys Job Creation Time

Hi Can anyone tell me how to check the autosys job creation time. i mean how to check when a particular job is created. Thanks in Advance. (3 Replies)
Discussion started by: diehard
3 Replies

5. Windows & DOS: Issues & Discussions

Requirements for running an autosys job on Windows server

Hi, I have created an autosys job which calls an exe and updates its output files. The job is failing without updating the output and error files. I if restart the usvmapgrnd01.pc.ml.com machine, the job runs successful for first time and fails rest of the time. Please let me know what might be... (0 Replies)
Discussion started by: sonaldewle
0 Replies

6. UNIX for Advanced & Expert Users

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (1 Reply)
Discussion started by: rgilan01
1 Replies

7. Solaris

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (2 Replies)
Discussion started by: rgilan01
2 Replies

8. Programming

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (0 Replies)
Discussion started by: rgilan01
0 Replies

9. Shell Programming and Scripting

report of autosys job in RUNNING state

I am looking to get a report on autosys jobs in RUNNING state b/w certain time frame (timeA and timeB). What I am after is the list of all the jobs that ran between AND during timeA and timeB. Jobs within the timeframe could either: A: STARTING --> RUNNING --> SUCCESS/FAILURE etc.. B: ... (0 Replies)
Discussion started by: rgilan01
0 Replies

10. UNIX for Advanced & Expert Users

Documentation and books on Autosys Job Control Tool from Autosys

My project uses Autosys. I am new to this product and I don't know where to start from. Q1. Please provide me the link where I can get Autosys documentation Q2. Please refer a good book on Autosys. (Beginner/Intermediate Level) (0 Replies)
Discussion started by: gram77
0 Replies
Login or Register to Ask a Question