How to add not equals in start on condition for a job

2010-04-20 Thread Sandeep Puddupakkam (spuddupa)
Hi, I have a situation where I have to start a job (foo) when any job on the system stops except itself. How do I write the start on condition for this? I tried start on stopped JOB!=foo but it does not work (job does not get started if any other job stops). If I remove the JOB!=foo condition, it

Re: How to add not equals in start on condition for a job

2010-04-20 Thread Scott James Remnant
On Tue, 2010-04-20 at 13:40 -0700, Sandeep Puddupakkam (spuddupa) wrote: I have a situation where I have to start a job (foo) when any job on the system stops except itself. How do I write the start on condition for this? I tried start on stopped JOB!=foo but it does not work (job does not

Re: How to add not equals in start on condition for a job

2010-04-20 Thread Kevin Hunter
At 4:40pm -0400 Tue, 20 Apr 2010, Sandeep Puddupakkam wrote: I have a situation where I have to start a job (foo) when any job on the system stops except itself. How do I ... Quick educational opportunity: Sandeep, the next time you send a message to the list -- to *any* list --, if it's not

RE: How to add not equals in start on condition for a job

2010-04-20 Thread Sandeep Puddupakkam (spuddupa)
Scott, We are using 0.5 + a few patches. I should have mentioned that in my previous email. I was looking in the release notes for 0.6.5 and see that this is fixed using 513035. How do I get the patch for this fix so that I can apply it to 0.5 that we are using? Usually the diffs are attached to