English 中文(简体)
Autosys monthly job schedule
原标题:
  • 时间:2011-03-22 16:32:39
  •  标签:
  • jobs
  • autosys

I know how to run autosys job on certain day in a week but how can i run once in a month.. like if i have to run job1 on 2nd day of the month .. any help would be good for me.. thank you

问题回答

You can specify a day of the month with an extended calendar with the condition MNTHD#nn, where nn is the nnth day of the month.

The extended calendar can be defined like

extended_calendar: second_of_month
condition: MNTHD#2

and you can include the calendar as the run_calendar attribute of your job like

insert_job: job1
run_calendar: second_of_month

Find more information here on the different conditions for an extended calendar.

Use a run calendar. Create a calendar with the days you want the job to run on and add that calendar to the job. The current version of Autosys, R11 allows you to use logic to create calendars. For example the first business day of the month.





相关问题
can not run multiple jobs with quartz

Hi i m trying to run two jobs using batch framework. My problem is SimpleJobLauncher is running only one job which is last in the jobs list. Here what i am doing: I have two jobs in my database along ...

Running background processes after a web request

I m interested in kicking off processes after a web request, or possibly forking a new process after the initial thread is finished. I would prefer not to use a cron, because of the nature of the the ...

List and kill at jobs on UNIX

I have created a job with the at command on Solaris 10. It s working now but I want to kill it but I don t know how I can find the job number and how to kill that job or process.

Cannot Delete a SQL job

I have disabled log shipping on a SQL 2005 database and deleted the log shipping DB on the secondary server. However i cannot delete the LSRestore_DB___ job, either by T-SQL (...

热门标签