Hi,

I know this is an often discussed problem but I can't find any solution.

I get the errors
> Device "SuperLoader3" with MediaType "Ultrium3" requested by DIR not found in 
> SD Device resources.
> Storage daemon didn't accept Device "SuperLoader3" because:
> 3924 Device "SuperLoader3" not in SD Device resources.

But my bacula-sd.conf says:
Device {
        Name = SuperLoader3
        Device Type = Tape
        Media Type = Ultrium3
        Autochanger = yes
        Archive Device = /dev/st0
        Changer Device = /dev/sg0
        Always Open = Yes
        Removable Media = Yes
        Random Access = No
        Requires Mount = No
        Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
}

and the bacula-dir.conf:
Job {
  Name = "Client1"
  JobDefs = "TapeJob"
  Write Bootstrap = "/var/lib/bacula/Client1.bsr"
}
JobDefs {
  Name = "TapeJob"
  Type = Backup
  Level = Incremental
  Client = debian-fd 
  FileSet = "testset"
  Schedule = "WeeklyCycle"
  Storage = tape
  Messages = Standard
  Pool = Default
  Priority = 10
}
Storage {
  Name = tape
# Do not use "localhost" here    
  Address = debian                # N.B. Use a fully qualified name here
  SDPort = 9103
  Password = "xxx"
  Autochanger = yes
  Device = SuperLoader3
  Media Type = Ultrium3
}

I also tried a SD configuration like
Autoloader {
..
  Device = "Drive-1"
..
}
Device {
  Name = "Drive-1"
..
}
Same error with that. Somebody got an idea?

greets
Werner

___________________________________
NOCC, http://nocc.sourceforge.net



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to