Bacula-users

Re: [Bacula-users] Fatal error: Device reservation failed

2013-02-01 16:47:08
Subject: Re: [Bacula-users] Fatal error: Device reservation failed
From: John Drescher <drescherjm AT gmail DOT com>
To: contenidos AT edatel.net DOT co
Date: Fri, 1 Feb 2013 16:44:34 -0500
On Fri, Feb 1, 2013 at 3:58 PM,  <contenidos AT edatel.net DOT co> wrote:
> Hello Bacula Friends,
>
> I was on the IRC channel asking for help and after two days compdoc
> suggest me to try the mailing list. Well, this is the situation:
>
> I'm using Bacula 5.2.12 on FreeBSD 9.1 amd64, with a DELL TL4000 (4
> drives LTO5 & autochanger 45 slots). This is the relevant parts of the
> configuration files:
>
> bacula-dir.conf
>
> ---
> Storage {
>      Name = autochanger
>      Address = mde-backup
>      SDPort = 9103
>      Password = "xXxXxX"
>      Device = autochanger
>      Media Type = LTO-5
>      Autochanger = yes
> }
> ---
>
> bacula-sd.conf
>
> ---
> Autochanger {
>      Name = autochanger
>      Device = drive0, drive1, drive2, drive3
>      Changer Device = /dev/pass1
>      Changer Command = "/usr/local/share/bacula/mtx-changer %c %o %S %a
> %d"
> }
>
> Device {
>      Name = drive0
>      Drive Index = 0
>      Media Type = LT0-5
>      Archive Device = /dev/nsa0
>      AutomaticMount = yes
>      AlwaysOpen = yes
>      RemovableMedia = yes
>      AutoChanger = yes
>      LabelMedia = yes
>      RandomAccess = no
>      Hardware End of Medium = no
>      Fast Forward Space File = no
>      BSF at EOM = yes
>      Backward Space Record = no
>      Backward Space File = no
>      TWO EOF = yes
> }
>
> ... (three more devices 1-3)
> ---
>
> And the error

You use LTO-5 as the media type in bacula-dir.conf but LT0-5 in
bacula-sd.conf. These must be the exact same.

John

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
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>