Hi, again.

Dihor, Viktor schrieb:
  Hello everybody,


I use Bacula 1.38.2 whith HP SSL 1016 Autoloader.

SD Config:

# This is the definition for a
#   HP SSL1016 Ultrium 460 Autoloader
#
Autochanger {
  Name = HP-Library
  Device = HP-SSL1016
  Changer Device = /dev/sg2
Changer Command = "/usr/local/bacula-1.38.3/etc/mtx-changer %c %o %S %a %d"
}



Device {
  Name = HP-SSL1016
  Media Type = LTO2
  Archive Device = /dev/nst0
# Changer Command = "/usr/local/bacula-1.38.3/etc/mtx-changer %c %o %S %a %d"
  AutoChanger = yes
  #Autoselect = yes;
  AutomaticMount = yes;               # when device opened, read it
  LabelMedia = yes;
  AlwaysOpen = yes;
}

The only thing I actually miss is "Drive Index = 0" in the device section.

DIR Config:

JobDefs {
  Name = "Week-backup"
  Type = Backup
  Level = Full
  Client = nas01-fd
  FileSet = "Weekly Full Set"
  Schedule = "WeeklyCycle"
  RunBeforeJob = "/usr/local/sbin/tape clean"
  RunAfter Job =  "/usr/local/sbin/tape unload"
  Storage = HP-Library
  Messages = Standard
  Pool = WocheWochensicherung
  Priority = 10
}





Then I tried to run a Backup.
The mtx-changer scripts works fine.
But bacula dosent load the tapes.
The command "update slots" ends up in an error "No slots in changer to scan"

Might be solved by Drive Index...

If not - what does "status sd" on the console tell you? You might post the whole command output.

Arno

Any hints what went wrong?






Many thank in advanced.

--
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to