Vous êtes sur la page 1sur 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

Vous aimerez peut-être aussi