Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

run script in autosys at a specified time.

DrBugsMar 6 2008 — edited Apr 21 2008
I have created a shell script.

I want to run the script in Autosys.

Please note that my shell script runs as "$ ksh run.ksh"

How do I make autosys run this script at 5:00PM every day?

insert_job: abc job_type: c
box_name: run.box
command: ksh run.ksh
machine: mach1
#owner: mach1@mymach
permission: gx,wx,me,mx
std_out_file: /x401/autosys/output/${AUTORUN}_${AUTO_JOB_NAME}.out
std_err_file: /x401/autosys/output/${AUTORUN}_${AUTO_JOB_NAME}.err
alarm_if_fail: 0
profile: /export/home2/prof.profile
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 19 2008
Added on Mar 6 2008
3 comments
3,254 views