Good afternoon,

I am getting started with autochangers and tapes. I have tested my autochanger and it is working properly, but when I try the "update slots" command in bconsole i get the following error:

   The defined Autochanger Storage resources are:
   Selection list for "Storage" is empty!


I assume its a problem with my configuration. here is the storage resource in bareos-dir.conf:

    Storage {
      Name = "Tape"
      Address = "backup-tape.example.com"
      Password = "password"
      Device = "NEO60"
      MediaType = "LTO4"
      SddPort = 9103
    }

on my sd, the configuration is:

    Autochanger {
      Name = NEO60
      Device = Drive-1
      Changer Command = "/usr/lib/bareos/scripts/mtx-changer %c %o %S
    %a %d"
      Changer Device = /dev/tape/by-id/scsi-200900d07167e0063
    }

    Device {
      Name = Drive-1
      Drive Index = 0
      Media Type = LTO4
      Archive Device = /dev/tape/by-id/scsi-350060b0000b90bea-nst
      AutomaticMount = yes;
      AlwaysOpen = yes;
      RemovableMedia = yes;
      RandomAccess = no;
      AutoChanger = yes
    Alert Command = "sh -c 'smartctl -H -l error %c'"
    }


thanks





--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to