Hi,

This is a follow on from my previous email about not being able to label tapes, I can at least label tapes now but I have the following two problems.

I have two drives in an MSL4048 library, when Bacula starts a backup it loads the tape into the 2nd drive but thinks its loaded it into the first drive, the backup then times out and fails.

If I edit out the first drive from the config bacula will run a backup and load the tape but the backup fails with the error below, I don't know if that is the cause of the failure or if that is just a result of the timeout.

These were writing to both drives a couple of weeks ago and I did have a tape loading into the first drive only a few days ago, without changing anything it then reverted to load into the second drive.

Fatal error: job.c:2395 Bad response to Append Data command. Wanted 3000 OK data
, got 3903 Error append data

My Config for the drives is below


### Tandberg ##

Autochanger {
        Name = Tandberg
        Device = IBM0
        Device = IBM1
        Changer Device = /dev/tape/by-id/scsi-2eaeaeaeaeaeaeaea
        Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a %d"
        Changer Command = "/usr/libexec/bacula/mtx-changer %c %o %S %a 1"
#       Alert Command = "/bin/sh -c '/usr/sbin/tapeinfo -f %c | /bin/grep TapeAlert'"
}

Device {
       Name = IBM0
       Drive Index = 0
       Media Type = LTO5
       Archive Device = /dev/tape/by-id/scsi-35001438016019fad
       AutomaticMount = yes;
       AlwaysOpen = yes;
       RemovableMedia = yes;
       RandomAccess = no;
       Autochanger = yes;
       Maximum Network Buffer Size = 65536
       Maximum block size = 1M
       Maximum Concurrent Jobs = 6
       Maximum Spool Size     = 750G
       Maximum Job Spool Size = 150G
       Maximum File Size = 50G
       Spool Directory = "/spool/ibm0"
}

Device {
        Name = IBM1
        Drive Index = 1
        Media Type = LTO5
        Archive Device = /dev/tape/by-id/scsi-35001438016019fb0
        AutomaticMount = yes;
        AlwaysOpen = yes;
        RemovableMedia = yes;
        RandomAccess = no;
        Autochanger = yes;
        Maximum Network Buffer Size = 65536
        Maximum block size = 1M
        Maximum Concurrent Jobs = 6
        Maximum Spool Size     = 750G
        Maximum Job Spool Size = 150G
        Maximum File Size = 50G
        Spool Directory = "/spool/ibm1"
}

I struggle to see what the problem is now, any help would be greatly appreciated.

thanks,

--
Jeffrey Di Domenico
Systems Administrator

Direct: +44 020 7608 7463

Email:jdidomen...@integrafin.co.uk
Transact - take control

Phone: +44 (0)20 7608 4900
Web:www.transact-online.co.uk
Address: 29 Clement's Lane, London EC4N 7AE
Please consider the environment before printing this email
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to