I have three tape drives and would like to run jobs concurrently to them on 
weekends. My bacula-dir.conf looks like this:

Director {
  Name = lbackup.dir
  DIRport = 9101
  .
  .
  .
  Maximum Concurrent Jobs = 3
}
.
.
.
Storage {
  Name = Internal
  Address = lbackup
  SDPort = 9103
  .
  .
  .
  Device = InternalDrive
  Media Type = VXA-1
}

Both the Storage Director and the File Director have maximum concurrent jobs 
set at 20 (apparently the default, as I didn't change these values). 
Nevertheless, right now I have started three jobs, but only the first is 
actually running; the other two are "waiting on max Client jobs".

I have carefully read "Running Concurrent Jobs" in the Tips section. The reason 
I didn't make any change to the Storage resource of the bacula-dir.conf it that 
my understanding is that each storage resource is a separate tape drive. I am 
not trying to run concurrent jobs on the same drive, but on three different 
drives; each drive will run only one job at a time. Am I mistaken here?

Tks n rgds,
Richard White CNE6
Network Engineer
Mason County, Washington
360-427-5501
[EMAIL PROTECTED]



-------------------------------------------------------
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_idt77&alloc_id492&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to