I know I sent this to the mailing list and please forgive me for trying
again but I am really at a loss of what my next step needs to be to get
backup working.

A bit on my setup. I am running Debian 6 with a Dell Powervault 122T. I can
load tapes, and mount the tapes but when I tr y to run a bacup from bconsole
I get the following errors when I do a 'messages'.

KITSrv01-sd JobId 9: Fatal error: Device reservation failed for JobId=9:
KITSrv01-dir JobId 9: Fatal error:
     Storage daemon didn't accept Device "PV-122T-1" because:
     3924 Device "PV-122T-1" not in SD Device resources.

In my bacla-sd.conf I have the following which shows the device name:
PV-122T-1 and -2


   1. Autochanger {
   2. Name = PV-122T
   3. Device = PV-122T-1, PV-122T-2
   4. Changer Command = "/usr/local/bacula/etc/mtx-changer %c %o %S %a %d"
   5. Changer Device = /dev/sg5
   6. }
   7. Device {
   8. Name = PV-122T-1
   9. Drive Index = 0
   10. Media Type = LTO-2
   11. Archive Device = /dev/nst0
   12. AutomaticMount = yes; # when device opened, read it
   13. AlwaysOpen = yes;
   14. RemovableMedia = yes;
   15. RandomAccess = no;
   16. AutoChanger = yes
   17. }
   18. Device {
   19. Name = PV-122T-2
   20. Drive Index = 1
   21. Media Type = LTO-2
   22. Archive Device = /dev/nst0
   23. AutomaticMount = yes; # when device opened, read it
   24. AlwaysOpen = yes;
   25. RemovableMedia = yes;
   26. RandomAccess = no;
   27. AutoChanger = yes
   28. }

In bacla-dir.conf I have the following:


   1.
   2. JobDefs {
   3.
   4.   Name = "DefaultJob"
   5.   Type = Backup
   6.   Level = Incremental
   7.   Client = KITSrv01-fd
   8.   FileSet = "Full Set"
   9.   Schedule = "WeeklyCycle"
   10. #  Storage = File
   11.   Storage = PV-122T-1
   12.   Messages = Standard
   13.   Pool = File
   14.   Priority = 10
   15.   Write Bootstrap = "/var/lib/bacula/%c.bsr"

My full configs can be seen here: http://www.pastebin.ca/2046880

Thanks,
------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to