Page 2 of 2

Posted: Tue Dec 05, 2006 9:02 am
by chulett
Unless you write your own job control code, of course - then you can do anything you want... within your ability. :wink:

Posted: Tue Dec 05, 2006 9:03 am
by chandra
If your using tivoli as a scheduler then u can start any sequence.
I dnt think there is checkpoint concept present in 7.0,6.0 in llrle and server version.

Posted: Tue Dec 05, 2006 9:24 am
by DSguru2B
If you are well versed in shell scripting you can write your own script.
Restartablilty can be handled by reading the job names from a file and running them sequentially, once any job fails, copy the rest of the job names from the file to another file.
Go investigate the error fix it. Next time you execute the script, it will look for the second file, if it exists that means the previous run was incomplete and will run the jobs from that file. Once all the jobs finish, it will delete the second file.
Next time when your script again, it will check for the second file, it does not exist, so it will go to the first file and get start running those jobs one by one.
Makes sense :?:

Posted: Tue Dec 05, 2006 9:24 am
by Nageshsunkoji
Hi,

As per your requirement, It is must to abort your main sequence and then only you have a option of Restart of Main and Subsequence after failure.

It will not make any problem, even though your main sequence shows aborted. More ver, it is giving you a option of restarting of your failed sub sequences.