You have this wrong. The Device is just one unit the Tape Drive not each
slot in the autochanger. So change the line:

Device = tape1, tape2, tape3, tape4, tape5, tape6

in the Autochanger
to

Device = tape1

Then delete all of the Device sections 
Device {
...
}
except the first one. Also add the Archive Device = /dev/<whatevere
your tape drive is>

Then try it. 

John J. Boris, Sr.
JEN-A-SyS Administrator
Archdiocese of Philadelphia

"Remember! That light at the end of the tunnel
Just might be the headlight of an oncoming train!"

>>> eklektik <[EMAIL PROTECTED]> 04/28/06 9:38 AM >>>

My bacula-sd.conf  file is 

Autochanger {
 Name = Autochanger
 Device = tape1, tape2, tape3, tape4, tape5, tape6
 Changer Device = /dev/st0
 Changer Command = "/etc/bacula/scripts/mtx-changer %c %o %S %a %d"
}

Device {
 Name = tape1
 Media Type = DDS-4
 Drive Index = 0
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape2
 Media Type = DDS-4
 Drive Index = 1
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape3
 Media Type = DDS-4
 Drive Index = 2
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape4
 Media Type = DDS-4
 Drive Index = 3
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape5
 Media Type = DDS-4
 Drive Index = 4
 AlwaysOpen = yes;
 Label media = yes;
 AutoChanger = yes
}

Device {
 Name = tape6
Media Type = DDS-4
Drive Index = 5
AlwaysOpen = yes;
Label media = yes;
AutoChanger = yes
}

It's an example which is in the bacula's doc

--
View this message in context:
http://www.nabble.com/Problem-with-an-autoloader-t1524028.html#a4140439

Sent from the Bacula - Users forum at Nabble.com.



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





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