Hi ! 

I posted last week a request on how to run concurrent jobs (i got no answer).

Now I have more elements to give.
I configured 3 jobs who need to run concurrently on three different clients. 
Their configuration sections are exactly the same
(except the name of the client) :
******************
Job {
  Name = "vocal9-01-job"
  JobDefs = "DefaultJob"
  FileSet = "fs-vocal7to9"
  client = "vocal9-fd"
  storage="File"
  Full Backup Pool="VocalFullBackup"
  Incremental Backup Pool = "VocalIncrBackup"
  Schedule = "Vocal-7-8-9-Schedule"
  Priority = 1
  }
Job {
  Name = "vocal8-01-job"
  JobDefs = "DefaultJob"
  FileSet = "fs-vocal7to9"
  client = "vocal8-fd"
  storage="File"
  Full Backup Pool="VocalFullBackup"
  Incremental Backup Pool = "VocalIncrBackup"
  Schedule = "Vocal-7-8-9-Schedule"
  Priority = 1
  }
Job {
  Name = "vocal7-01-job"
  JobDefs = "DefaultJob"
  FileSet = "fs-vocal7to9"
  client = "vocal7-fd"
  storage="File"
  Full Backup Pool="VocalFullBackup"
  Incremental Backup Pool = "VocalIncrBackup"
  Schedule = "Vocal-7-8-9-Schedule"
  Priority = 1
  }
**************
When I look at the mail reports, i see that vocal7 and vocal8
ran concurrently, but after vocal9 who ran alone !!!!

Here are all the "concurrent job" parameters :

Director : 5
Storage : 5
FD : 20

Has somebody an idea to help me ?

Thanks






-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to