help!

I have two 10 slots autochangers and I am trying to configure them to run as a single autochanger.

Does anyone have any pointers?

This is my current config file:

Device {
        Name    = VXA-UNIT-0
        Archive Device = /dev/nst0
        Media Type = VXA2
        AutoChanger = yes
        Changer Device = /dev/sg0
        Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
        Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
        AutomaticMount = yes;               # when device opened, read it
        AlwaysOpen = yes;
        RemovableMedia = yes;
        RandomAccess = no;
        Spool Directory = /tmp
        Maximum Spool Size = 5G
        Maximum Job Spool Size = 1G
        Label Media = NO
        Autoselect = YES
}

Device {
        Name    = VXA-UNIT-1
        Archive Device = /dev/nst1
        Media Type = VXA2
        AutoChanger = yes
        Changer Device = /dev/sg2
        Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
        Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
        AutomaticMount = yes;               # when device opened, read it
        AlwaysOpen = yes;
        RemovableMedia = yes;
        RandomAccess = no;
        Spool Directory = /tmp
        Maximum Spool Size = 5G
        Maximum Job Spool Size = 1G
        Label Media = NO
        Autoselect = YES
}

Autochanger {
        Name    = VXA
        Device  = VXA-UNIT-0
        Device  = VXA-UNIT-1
        Changer Device = /dev/sg0
        Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
}



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