I have  Scalar50 that I'm trying to setup with Bacula. I have the
mtx script working, I can inventory and verify all my Tape and labels.

But when I try to run a job I get this..


17-May 09:17 backup.hubzero.org-dir JobId 37: Fatal error: 
     Storage daemon didn't accept Device "Scalar50" because:
     3924 Device "Scalar50" not in SD Device resources.

This is what I have in my bacula-sd.conf file

Autochanger {
            Name = Scalar50
            Device = LTO4-0
            Device = LTO4-1
            Changer Device = /dev/sg0
            Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S
%a %d" }

Device {
       Name = LTO4-0
       Device Type = Tape;
       Media Type = LTO4
       Archive Device = /dev/nst0
       AutomaticMount = yes;
       AlwaysOpen = yes;
       RemovableMedia = yes;
       RandomAccess = no;
       Autochanger = yes
       Drive Index = 0
       Spool Directory = /var/spool/bacula
}

Device {
       Name = LTO4-1
       Device Type = Tape;
       Media Type = LTO4
       Archive Device = /dev/nst1
       AutomaticMount = yes;
       AlwaysOpen = yes;
       RemovableMedia = yes;
       RandomAccess = no;
       Autochanger = yes
       Drive Index = 1
       Spool Directory = /var/spool/bacula
}

According to the documentaion I believe I should be using the
autochanger's name as the backup device.

Do I have that wrong?

Thanks

-- 
Craig Van Tassle
HUBzero.org
System Administrator
YONG 1006
Desk Phone : (765)496-6413
Cell Phone: (847)826-4204

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to