Regarding Changes in jil scripts


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Regarding Changes in jil scripts
# 1  
Old 09-07-2007
Regarding Changes in jil scripts

Hi

i have taken a jil and i am placing the file name as a1.jil

and a1.jil contains the following things

/* ----------------- sample_ls ----------------- */

insert_job: sample_ls job_type: c
command: ls -l
machine: unixboxa
owner: user123@unixboxa
permission: wx,mx,we,me
description: "runs an ls -l as user123"
job_terminator: 1
alarm_if_fail: 1

i just need to change the machine name , alarm if fails and owner id thrugh unix shell scripting can any one help me on this ..

Just need to kick off the unix script and it need to prompt me with instance id , owner id , alarm if fail and it should ask for user entry

Thank a lot !!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Autosys adding global variable in a jil

I have created two jil files name AY.jil and PY.jil. I have three issues which are as follows: 1. how do you add a global variable value from a shell script program to a jil file? 2. PY.jil needs to check every five minutes on the completion of the AY.jil jobs and AY.jil needs to... (1 Reply)
Discussion started by: dellanicholson
1 Replies

2. UNIX for Beginners Questions & Answers

Add global variable to jil autosys

I am new to autosys. I want to add a global variable to a jil file named PJ.jil. I also want to add a watch_file command to filename PJ.jil and AY.jil. The watch_file command checks every five minutes if the jobs have completed. For example. AY.jil needs to wait until all the jobs in PJ.jil have... (0 Replies)
Discussion started by: dellanicholson
0 Replies

3. Shell Programming and Scripting

Need to extract jil file details in a excelsheet

I am very new to shell scripting. I have a autosys jil file that looks like :-- /* ------------- JOB1 ------------------ */ insert_job: JOB1 job_type: b owner: cm@pelonmuck permission: gx,ge,wx,we,mx,me date_conditions: 1 days_of_week: mo,tu,we,th,fr,su start_time: "18:30"... (9 Replies)
Discussion started by: newbie_shell
9 Replies

4. Shell Programming and Scripting

awk to parse jil output

Hi , I have a jil file which i am trying to parse and print the job name and the condition corresponding to it. Below is the input file /* -------------------- testjob1 -------------------- */ insert_job: testjob1 job_type: c machine: unix owner: chidori condition: s(joba) and... (9 Replies)
Discussion started by: chidori
9 Replies

5. Shell Programming and Scripting

awk - Parsing Autosys JIL

I'm trying to modify the script given in post 7 of the following thread: 146564-need-parse-jil-file-into-excel-file.html. (Sorry, can't post the URL as I don't have enough posts.) The original script is as follows: awk -F ' *_]*: *' 'BEGIN ... (9 Replies)
Discussion started by: GnuScripter
9 Replies

6. UNIX for Advanced & Expert Users

Autosys: Check the jil load time

Hi All, I wanted to know what time the box jobs were loaded into a particular Autosys Instance. Is there a autosys command to find out the above? (The timestamp at which a box was loaded) I had loaded my JIL script without outputting it to the log file. (4 Replies)
Discussion started by: grep_me
4 Replies

7. UNIX for Advanced & Expert Users

Autosys JIL script for logging

Hi I'm very new to this Autosys JIL scripts. Now I need to create an Command to copy the file from one folder to another by watching that folder. I have written & create that job but i don't no how to add logging in JIL script. Before moving the file i have to log the file details in a separte... (0 Replies)
Discussion started by: vijayvz
0 Replies

8. Shell Programming and Scripting

execute a .jil file

hello all, Could anyone please suggest me as to how could we execute a .jil file. Thanks in advance for your help. (4 Replies)
Discussion started by: OSD
4 Replies

9. UNIX for Advanced & Expert Users

execute a .jil file

Hi All, Could anyone suggest me as to how could we execute a .jil file. Thanks in advance. (1 Reply)
Discussion started by: OSD
1 Replies

10. Shell Programming and Scripting

Regarding Changes in jil scripts

Hi i have taken a jil and i am placing the file name as a1.jil and a1.jil contains the following things /* ----------------- sample_ls ----------------- */ insert_job: sample_ls job_type: c command: ls -l machine: unixboxa owner: user123@unixboxa permission: wx,mx,we,me description:... (2 Replies)
Discussion started by: ranga27
2 Replies
Login or Register to Ask a Question
EXTRESSO(1)						      General Commands Manual						       EXTRESSO(1)

NAME
extresso - wrapper for wrestool and icotool SYNOPSIS
extresso [OPTIONS]... [FILE]... DESCRIPTION
This manual page documents briefly the extresso command. This manual page was written for the Debian GNU distribution because the original program does not have a manual page. Extresso reads resource scripts, and uses wrestool to extract the listed resources and icotool to convert them (if necessary). OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). -o,--output=DIR Where to place extracted files (default `.'). --format=FORMAT Extraction format of icon resources, passed to icotool. -b,--base=DIR Base directory of local files in scripts. (This will be appended to ``file'' lines in the scripts.) -i,--interactive Prompt before extraction. -v,--verbose Explain what is being done. --help Display a help message and exit. --version Output version information and exit. EXAMPLES
Extract all resources from shell32.dll using the resource script ``win98_shell32'', assuming it is available in ``/windows/windows/sys- tem/shell32.dll'', and placing output in ``out/'': $ extresso ../data/resscripts/win98_shell32 --base=/windows/windows --output=out/ $ find out/ -type f | wc -l 339 $ SEE ALSO
genresscript(1), icotool(1), wrestool(1). AUTHOR
This manual page was written by Colin Watson <cjwatson@debian.org> and Oskar Liljeblad <oskar@osk.mine.nu>. COPYRIGHT
Copyright (C) 2001 Colin Watson Copyright (C) 2001 Oskar Liljeblad This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. extresso (icoutils) April 18, 2005 EXTRESSO(1)