QR setup for Same priority jobs

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
User avatar
RAJ158347
Nouveau
Nouveau
Posts: 2
Joined: 13 Dec 2010 12:00

QR setup for Same priority jobs

Post by RAJ158347 » 13 Dec 2010 11:04

Dear All,
We have around 40 cylic jobs.. 20 jobs are running in 15 min interval and 20 are running in 2 min interval.
we would like to setup the QR and priority for those jobs.
Have set higer priority for the 15 min jobs than the 2 min jobs.
Expecting the jobs should run in the FIFO order for the same priority but it is running randomly..
The jobs which is running that keep on running and jobs which are waiitng that is waintig for the long time

Eg:
QR= 4
Priority =02 for the 2 min job
All jobs are starting at 10 am first 4 jobs are runing and remaining 16 jobs are waiitng for the resource once it completed the second set is running (take 2.5 min as elapse time)..
For the third run the few of the first run is jobs are running rather than the 12 jobs wich is wating from the begining..

please advice is there way to setup the waiting job in queue (FIFO)
IS there way to add the waiting time along with priority tmake the waiting job in FIFO order


Regards
Raj

User avatar
Moti_reshef
Nouveau
Nouveau
Posts: 10
Joined: 05 Mar 2009 12:00

Post by Moti_reshef » 03 Jan 2011 8:26

hmmmm....the algorithm of the SL process orders jobs is a bit complicate to explains, and it is not a simple FIFO or FILO.

BUT, there is a configurable parameter that force the SL to work as a FIFO.

from the Server config.dat file - add the SL_BREAK_COUNT and set it to "0"
(without the quotes)

You will need to recycle the CTM/Server for that....
By that, the SL will work as a FIFO mechanism.

Post Reply