Autosys每月工作计划
我知道如何在一周中的某一天运行 autosys 作业,但是我怎样才能每月运行一次..就像我必须在该月的第二天运行 job1 ..任何帮助对我都有好处..谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用扩展日历指定每月的某一天,条件为
MNTHD#nn
,其中nn
是该月的第nn
天。扩展日历可以这样定义
,您可以将日历包含为作业的
run_calendar
属性,例如查找更多信息 此处了解延长日历的不同条件。
You can specify a day of the month with an extended calendar with the condition
MNTHD#nn
, wherenn
is thenn
th day of the month.The extended calendar can be defined like
and you can include the calendar as the
run_calendar
attribute of your job likeFind more information here on the different conditions for an extended calendar.
使用跑步日历。创建一个日历,其中包含您希望作业运行的日期,并将该日历添加到作业中。当前版本的 Autosys R11 允许您使用逻辑来创建日历。例如该月的第一个工作日。
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.