![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| script don't stop | larne | Shell Programming and Scripting | 3 | 10-12-2008 10:07 AM |
| I am geting error while trying to stop managed server of WEB LOGIC | ASHISH MISHRA | SUN Solaris | 0 | 02-22-2007 08:22 AM |
| how to stop others users to stop viewing what i am doing ? | mobile01 | UNIX for Advanced & Expert Users | 5 | 12-04-2006 08:37 AM |
| How do I stop this??? | Cameron | Filesystems, Disks and Memory | 8 | 07-11-2002 01:10 AM |
| Stop a SAS job | cube | UNIX for Dummies Questions & Answers | 1 | 05-02-2002 12:13 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
To Stop at error
Hi All,
I am running parallel process as they all run the same JOBS and only thing which changes is the argument which ia passed. I am doing it as follows script.sh $1 & script.sh $2 & script.sh $3 &.. and so on. Now each process has same set of JOBS which are to be executed. Now say if any of the job fails it should ideally stop at that point. However its not happening at present. Say script.sh $2 & process failed for some reason then it should stop at there itself while script.sh $1 & and script.sh $3 &.. should continue. At present when script.sh $2 & is failing its not stopping and its going to the next JOB of the list. Kindly suggest what can be done to avoid this |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|