Richard White wrote:
> and from bacula-dir.conf:
> 
> Storage {
>   Name = Auto
>   Address = 10.1.0.17
>   SDPort = 9103
>   Password = "ourpassword"
>   Device = "Auto"
>   Media Type = VXA-3
    Autochanger = yes
> }
> 
> Storage {
>   Name = VXA
>   Address = 10.1.0.17
>   SDPort = 9103
>   Password = "ourpassword"
>   Device = "VXA3"
>   Media Type = "VXA-3"
>   Maximum Concurrent Jobs = 5
> }

The director needs to know the device is a changer, so that it can
issue the correct instructions to the SD, and decide which tape to
ask for - the director and SD won't exchange configuration info with
each other, so you need to tell the director separately (see the
above inline change).

Before trying it, make sure the catalog entries for the Pool are
correct, i.e. the InChanger flag and the slot number. They might be
wrong if you've operated this device without telling the director
it's an autochanger. If necessary, manually clear all the InChanger
flags for the pool, then use "update storage=Auto slots [scan]".

BTW, I don't think you need the VXA resource in the director; just the
one for "Auto".

Allan

-------------------------------------------------------------------------
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