Hi Timo,
> I have a quite fresh install of Bacula 2.03 on CentOS5 (~RHEL5)
> Tape drive is Exabyte VXA-320 w/ 10-slot autochanger.
> Now, when there is a need for the autochanger to jump to another tape 
> (because of eg. expired volume duration, that was set to only 15 mins for 
> this debugging) Bacula properly calls mtx-changer script, unloads and loads 
> the tapes, but the new tape won't get mounted.
> Manual mount command solves this, but the need to execute it effectively 
> eliminates the benefits of an autochanger anyway...
> Any idea what causes this behaviour, and how to fix it?

> Autochanger {
>   Name = "Exabyte Autoloader"
>   Device = VXA320
>   Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
>   Changer Device = /dev/sg2
> }
Try adding
 AutomaticMount = yes

to the changer section.

Also check line 167ff in the mtx-changer script and increase the sleep
time if necessary.

Carsten


-- 
--------------------------------------------------
Yoo GmbH                      Tel.: 037 328 809 40
Zellwaldring 51               Fax : 0351 79 79 900
D-09603 Grossvoigtsberg
Germany                             www.yoogmbh.de
Registereintrag: Amtsgericht Chemnitz, HRB 181 852
Geschäftsführung: Carsten Ralle
--------------------------------------------------


-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to