On 06/17/15 04:45 PM, Peter Reilly wrote:
> Hi I have a pair of Dell ML6000 auto changers I'd like to use with
> Bareos. I'm using only one currently.
>
> I've found an example of using two auto changers under some old bacula
> documentation here: http://wiki.bacula.org/doku.php?id=sample_configs
>
> But I've found no information on configuring the director for two auto
> changers.
>
> I've tried to add the auto changers to the director like this.
>
> Storage {
> Name = tape
> Address = hostname
> SDPort = 9103
> #Maximum Concurrent Jobs = 20
> #Maximum Concurrent Jobs = 4
> Maximum Concurrent Jobs = 8
> Password = "password"
> Device = Autochanger0
> Device = Autochanger1
> Media Type = ULTRIUM-LTO-4
> Autochanger = yes
> PairedStorage = tape
> }
That indeed won't work.
You need two separate Storage entries e.g.
Storage {
Name = tape1
Address = hostname
SDPort = 9103
Maximum Concurrent Jobs = 8
Password = "password"
Device = Autochanger0
Media Type = ULTRIUM-LTO-4
Autochanger = yes
}
Storage {
Name = tape2
Address = hostname
SDPort = 9103
Maximum Concurrent Jobs = 8
Password = "password"
Device = Autochanger1
Media Type = ULTRIUM-LTO-4B
Autochanger = yes
}
The PairedStorage above makes no sense as that is for NDMP
Backups and youshould point to some other storage if you use
it not to the same storage.
Also watch out for a standard Bacula/Bareos problem that when
you have more storagesthe Media Type needs to be different
otherwise it will try to stick a volume from one changerinto
the drive of an other which is not physically going to work
so that is why I added the Bto the second Media Type.The name
of the Media Type is free-text anyway so it doesn't matter much
but having them the same will for sure cause havoc.
--
Marco van Wieringen [email protected]
Bareos GmbH & Co. KG Phone: +49-221-63069389
http://www.bareos.com
Sitz der Gesellschaft: Köln | Amtsgericht Köln: HRA 29646
Komplementär: Bareos Verwaltungs-GmbH
Geschäftsführer: Stephan Dühr, M. Außendorf, J. Steffens,
P. Storz, M. v. Wieringen
--
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.