Bacula-users

Re: [Bacula-users] Autochanger

2015-04-16 13:49:56
Subject: Re: [Bacula-users] Autochanger
From: Ana Emília M. Arruda <emiliaarruda AT gmail DOT com>
To: "More, Ankush" <ankush.more AT capgemini DOT com>
Date: Thu, 16 Apr 2015 14:47:46 -0300
Hi,

Yes, you need to configure "Maximum Concurrent Jobs = X"  on your storage daemon definition and on your director definition. Also, if you have more than one job per client, you will need this configuration at client side too. For example:

In bacula-sd.conf:

Storage {
  Name = MyAutochanger
  SDPort = 9103
  WorkingDirectory = "/opt/bacula/working"
  Pid Directory = "/opt/bacula/bin/working"
  Maximum Concurrent Jobs = 20 # this value should be reviewed for your devices configuration
}

In bacula-dir.conf:
Director {
  Name = MyDirector
  DIRport = 9101
  QueryFile = "/opt/bacula/bin/query.sql"
  WorkingDirectory = "/opt/bacula/working"
  PidDirectory = "/var/run"
  Maximum Concurrent Jobs = 100 # this value should be reviewed for your configurations
  Password = "password"
  Messages = Daemon
}

For physical autochangers, you can configure "Maximum Concurrent Jobs = X", with X >= 1, for your drives, but you will have data interleaving on tapes. If you do not want this, just configure  "Maximum Concurrent Jobs = X", with X = 4, considering you have 4 drives and no other device configured for this storage daemon.

Best regards,
Ana


On Thu, Apr 16, 2015 at 1:45 PM, More, Ankush <ankush.more AT capgemini DOT com> wrote:

Team,

 

We have autochanger with 5 LTO-4 Tape drive, When I fire multiple backup only one drive use.

All drives are working.

I want to use all drive for backup, is there any parameter to set for same?

 

Thank you,

_______________________________________________________________________

Email_CBE.gifAnkush More

NA India TS - IM

 

Capgemini India | Mumbai-vi

Tel.: +91 22 67557000 Extn. 2245611

www.capgemini.com

People matter, results count.

 


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>