Ryan,

i'm using Bacula 1.38.5, SuSE 9.3, VXA-320 Packetloader 1U10 and it 
works fine with this configuration:
Storage-Part in bacula-dir.conf

Storage {
   Name = VXA-320
   Address = somehost.anywhere
   SDPort = 9103
   Password = "changed"
   Device = VXA-320                    # must be same as Device in 
Storage daemon
   Media Type = X-23             # must be same as MediaType in Storage 
daemon
   Autochanger = yes                   # enable for autochanger device
}

Autochanger & Device part in bacula-sd.conf

#
# Devices
#
# Autochanger Exabyte Packetloader 1Ux10
Autochanger {
   Name = Exabyte Packetloader 1Ux10
   Device = VXA-320
   Changer Command = "etc/bacula/mtx-changer %c %o %S %a %d"
   Changer Device = /dev/sg3
}

# Tape Exabyte VXA-320
Device {
   Name = VXA-320
   Drive Index = 0
   Media Type = X-23
   Archive Device = /dev/nst0
   AutomaticMount = yes;
   AlwaysOpen = yes;
   RemovableMedia = yes;
   RandomAccess = no;
   AutoChanger = yes
   # Enable the Alert command only if you have the mtx package loaded
   Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
}



Ryan Parrish schrieb:
> On 2006-10-26 15:18:18 -0700, Ryan Parrish 
> <[EMAIL PROTECTED]> said:
> 
>> On 2006-10-26 12:10:33 -0700, Ryan Parrish 
>> <[EMAIL PROTECTED]> said:
>>
>> Figured it out (well it's working now, dont know if i 'figured it out' ;-) ).
>> By adding a 'Device Type = Tape' to the device resource the btape 
>> 'auto' test works, and 'label barcodes' works in the console.
> 
> Spoke too soon :-(
> The auto test now passes every time and the when i ran the 'label 
> barcodes' it worked for the first tape it encountered but failed on 
> each tape after, and now fails every time on each tape when i run it 
> (it skips the first one that is already cataloged) with the following 
> output....
> 
> <console output>
> Sending label command for Volume "B0000008" Slot 3 ...
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result is Slot 2.
> 3307 Issuing autochanger "unload slot 2, drive 0" command.
> 3304 Issuing autochanger "load slot 3, drive 0" command.
> 3305 Autochanger "load slot 3, drive 0", status is OK.
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result is Slot 3.
> 3301 Issuing autochanger "loaded drive 0" command.
> 3302 Autochanger "loaded drive 0", result is Slot 3.
> 3912 Failed to label Volume: ERR=dev.c:678 Rewind error on "VXA3Drive" 
> (/dev/nst0). ERR=Input/output error.
> 
> Label command failed for Volume B0000008.
> </console output>
> 
> I noticed another fellow (John Felczak) having similar issues with a 
> packetloader a few days back, did those every get worked out?
> 
> 
> 
> -------------------------------------------------------------------------
> 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