Autosys question


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Autosys question
# 1  
Old 10-14-2010
Autosys question

Hello,

Can I store my log file on my script directory?

For example I have a jil file like this ..

---script abc ---
insert_job: test1 job_type: c
command: /scripts/abc/test.ksh
machine: machine2
owner: owner@machine
permission: mx
std_out_file: I want the log to be saved on (/scripts/abc) ..
alarm_if_fail: 1


I know I can just hard code it, but I might change my script directory later .. so can i do something like $command$ but trim the script?

Thanks
# 2  
Old 01-06-2011
autosys batch job

I am new for autosys. I want to know that ,Is it possible that any job can dependend on box job result..because i getting 7 file through CFT and i have to upload this file in table.I already dev shell for upload file in database.for this first i am creating the box job that contian the 7 file watcher jobs.once box get success can I tgigger the shell base on box job success and failure.......help me


Regards
Arpit

---------- Post updated at 05:51 AM ---------- Previous update was at 05:50 AM ----------

I am new for autosys. I want to know that ,Is it possible that any job can dependend on box job result..because i getting 7 file through CFT and i have to upload this file in table.I already dev shell for upload file in database.for this first i am creating the box job that contian the 7 file watcher jobs.once box get success can I tgigger the shell base on box job success and failure.......help me


Regards
Arpit[/QUOTE]
# 3  
Old 01-20-2011
answer to both is yes..

@arex986: Yes you can store logs in script directory, can parametrize it as well, but the parameter has to be an Autosys Global Variable

@Arpit: yes you can put box job as a condition to other box job, or even command or FW job
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

AutoSys

From where i can get complete Ref. pdf of AutoSys r11.3 any one got idea ? I cant find good document for that (2 Replies)
Discussion started by: ujjwal2120
2 Replies

2. Shell Programming and Scripting

Question on Autosys calender date.

Hi I am trying to schedule a job through Autosys through UNIX on a particular day of every month (for example 20th of every month). Can some one please help me whats the command or whats the process to run on that particular day of month. Thank you, (2 Replies)
Discussion started by: sravuri
2 Replies

3. UNIX for Dummies Questions & Answers

Autosys: How to change a machine name in Autosys JIL.

All the autosys jobs are on server-1 and server-1 has been crashed due to some reason, Now I have to run 5 autosys jobs on server-2 (failover server) which are on server 1. How to do with Autosys command (which command needs to fired on JIL) (0 Replies)
Discussion started by: tp2115
0 Replies

4. UNIX for Dummies Questions & Answers

Autosys Help

Guys, anyone familiar with Unix AutoSys? I am wondering what is done to make a script located in this dir: /home/user2/mywork.pl I have access to jil files incase that helps. to work everyday at 5pm? Any insight or guidance would be appreciated. (7 Replies)
Discussion started by: DallasT
7 Replies

5. Shell Programming and Scripting

Autosys

Hi, I have heard of file watcher job and command job in autosys. can anyone tell me about box type job? An example would be appreciated. Thanks in Advance. (4 Replies)
Discussion started by: diehard
4 Replies

6. Shell Programming and Scripting

Autosys Help!

I am not sure why my output keeps going to my std_out_file!! Here's my JIL: insert_job: test_autosys job_type: c command: $SCRIPT_DIR/test machine: abcde owner: bob@abcde permission: gx,wx date_conditions: 1 days_of_week: mo, tu, we, th, fr start_times: "8:00, 9:00, 10:00, 11:00,... (4 Replies)
Discussion started by: arex876
4 Replies

7. Shell Programming and Scripting

AUTOSYS help

In AUTOSYS is there a way to find out who created the job? Thanks (0 Replies)
Discussion started by: talashil
0 Replies

8. Shell Programming and Scripting

Autosys

Hi, I want to schedule some jobs in Unix.I am searching for some options to do this?I know about crontab and at command. Can anyone provide me some information about 'Autosys' and some of the implementation techniques/reference like the cron entries? With Regards Dileep Pattayath (1 Reply)
Discussion started by: DILEEP410
1 Replies

9. UNIX for Dummies Questions & Answers

question in AUTOSYS

Hi all.. I have included some scripts in a autosys job .. I want to check when the particlular autosys job is sceduled . Please let me know the command . Thanks, Arun. (1 Reply)
Discussion started by: arunkumar_mca
1 Replies

10. UNIX for Advanced & Expert Users

Documentation and books on Autosys Job Control Tool from Autosys

My project uses Autosys. I am new to this product and I don't know where to start from. Q1. Please provide me the link where I can get Autosys documentation Q2. Please refer a good book on Autosys. (Beginner/Intermediate Level) (0 Replies)
Discussion started by: gram77
0 Replies
Login or Register to Ask a Question