Hi!
Our Autochcanger ( dell136T) is connected to four tape drives.
Two of the are older LTO-2 and the rest are LTO-3 capable drives.
How I define bacula-dir to understand that there are two of each  
drives in same autochanger?
We are using bacula version 1.38.11-3.

bacula-sd.conf configuration:

Autochanger {
   Name = Autochanger
   Device = Drive-1
   Device = Drive-2
   Device = Drive-3
   Device = Drive-4
   Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
   Changer Device = /dev/sg0
}

Device {
   Name = Drive-1                      #
   Drive Index = 0
   Media Type = LTO-3
   Archive Device = /dev/nst0
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes
}
Device {
   Name = Drive-2                      #
   Drive Index = 1
   Media Type = LTO-3
   Archive Device = /dev/nst2
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes

}
Device {
   Name = Drive-3                      #
   Drive Index = 2
   Media Type = LTO-2
   Archive Device = /dev/nst1
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes
}
Device {
   Name = Drive-4                      #
   Drive Index = 3
   Media Type = LTO-2
   Archive Device = /dev/nst3
   AutomaticMount = yes;               # when device opened, read it
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes
}


-- 
Pietari Hyvärinen
system analyst
The National Library of Finland
Center for Microfilming and Conservation
+358 15 2023 436



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to