Autosys JIL のすべてのコマンド リストはどこにありますか。Autosys コマンドの完全なリストと例を入手できる公式サイトはどこですか?
たとえば、毎日 30 分ごとにシェル スクリプトを実行したいとします。
Autosys JIL のすべてのコマンド リストはどこにありますか。Autosys コマンドの完全なリストと例を入手できる公式サイトはどこですか?
たとえば、毎日 30 分ごとにシェル スクリプトを実行したいとします。
start_mins
ジョブを実行する特定の分数を指定するために使用します。
例えば
insert_job: my-job-for-specific-mins
job_type: c
command: date
machine: my-host
permission: mx
n_retrys: 0
date_conditions: 1
days_of_week: mo,tu,we,th,fr
start_mins: "05,35"
description: "Test specific mins of hour"
std_out_file: /var/tmp/job-name.out
std_err_file: /var/tmp/job-name.out
alarm_if_fail: 1
timezone: London
指定されたジョブは、毎時 5 分と 35 分後に実行されます。
開始時刻を 0、30 として指定します。これは、ジョブを毎日実行するために、30 分ごとと曜日を意味します。
/* ----------------- template ----------------- */
insert_job: template job_type: c
box_name: box1
command: ls -l
machine: localhost
owner: lyota01@TANT-A01
permission: gx,ge,wx,we,mx,me
date_conditions: 1
days_of_week: all
start_times: 0,30
Autosys jil およびその他のコマンド機能のコマンド ライン リストへのリンク http://supportconnectw.ca.com/public/autosys/infodocs/autosys_cheatsheet.asp
手順とトレーニング クラスのスケジュールについては、support.ca.com で CA に登録し、サイトのライセンス情報を提供してください。