0% found this document useful (0 votes)
1K views2 pages

Autosys Command List and Job Scheduling Every Half An Hour - Stack Overflow

Stack Overflow is a question and answer site for professional and enthusiast programmers where users can ask questions and receive answers. The document discusses using the Autosys command "start_mins" to schedule a shell script to run every half hour by specifying start times of 0 and 30. It provides an example Autosys job template to run a command at 5 and 35 minutes past the hour every day of the week.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views2 pages

Autosys Command List and Job Scheduling Every Half An Hour - Stack Overflow

Stack Overflow is a question and answer site for professional and enthusiast programmers where users can ask questions and receive answers. The document discusses using the Autosys command "start_mins" to schedule a shell script to run every half hour by specifying start times of 0 and 30. It provides an example Autosys job template to run a command at 5 and 35 minutes past the hour every day of the week.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

signup

StackOverflowisaquestionandanswersiteforprofessionalandenthusiastprogrammers.It's100%free,no
registrationrequired.

login

tour

AutosysCommandListandJobSchedulingeveryhalfanhourStackOverflow

11/04/2015

help

stackoverflowcareers

Takethe2minutetour

AutosysCommandListandJobSchedulingeveryhalfanhour
WherecanIfindallthecommandlistforAutosysJIL.WhatistheofficialsitewhereIcangetthecompletelistofAutosyscommands
withexamples?
ForexampleIwanttorunashellscripteveryhalfanhoureverydayoftheweek.
autosys

askedDec17'12at10:51
Swagatika
1,733

15

30

3Answers

Specifythestarttimeas0,30whichmeansevery30minsanddaysofweekasallasyouwant
thejobtoruneveryday
/*template*/
insert_job:templatejob_type:c
box_name:box1
command:lsl
machine:localhost
owner:lyota01@TANTA01
permission:gx,ge,wx,we,mx,me
date_conditions:1
days_of_week:all
start_times:0,30

editedMar21'13at5:56
CuberChase
2,936

16

answeredMar21'13at5:38
Sam

29

36

1 thisisnotcorrect.Thecorrectcommandis:start_mins JSSJul3'13at9:17

Use

start_mins

tospecifyspecificminsofanhourtorunthejob.

E.g.
insert_job:myjobforspecificmins
job_type:c
command:date
machine:myhost
permission:mx
n_retrys:0
date_conditions:1
days_of_week:mo,tu,we,th,fr
start_mins:"05,35"
description:"Testspecificminsofhour"
std_out_file:/var/tmp/jobname.out
std_err_file:/var/tmp/jobname.out
alarm_if_fail:1
timezone:London

Thespecifiedjobwillrunat5minsand35minspasteveryhour.
answeredJul3'13at9:20
JSS
1,353

17

LinktothecommandlinelistforAutosysjilandothercommandfunctions
http://stackoverflow.com/questions/13912694/autosyscommandlistandjobschedulingeveryhalfanhour

1/2

11/04/2015

AutosysCommandListandJobSchedulingeveryhalfanhourStackOverflow

http://supportconnectw.ca.com/public/autosys/infodocs/autosys_cheatsheet.asp
Forschedulinginstructionsandtrainingclasses,registerwithCAatsupport.ca.comandprovide
yoursitelicenseinfo.
answeredDec17'12at12:50
user1902250
26

http://stackoverflow.com/questions/13912694/autosyscommandlistandjobschedulingeveryhalfanhour

2/2

You might also like