How add command job to box AutoSys

How add command job to box AutoSys

To add command job to the box job, only you will have to specify box_name tag inside your command job as below:

/* ----------------- javahonk_0 ----------------- */

 insert_job: javahonk_0   job_type: c
 box_name: javahonk_Box
 command: /apps/javahonk/test.sh
 machine: javahonk.com
 owner: sybase
 permission: gx,ge,mx,me
 condition: s(test1) & s(test2)
 description: "javahonk~ pre_refresh database"
 std_out_file: /home/dba/monitor/dbdump/javahonkpre_new.out
 std_err_file: /home/dba/monitor/dbdump/javahonkpre_new.out
 alarm_if_fail: 1
 profile: /local/sybase/autosys/setenv
 application: javahonk

Reference:

Leave a Reply

Your email address will not be published. Required fields are marked *