Hi,

On 4/4/2007 4:10 PM, Marius Dorlöchter wrote:
> Yes I have checked the archives, but there was no solution for my
> problem. The strange think is that the first job could not mount the
> tape and the second could mount the same tape at the first attempt.

This might be a timing problem. The autoloader moves the tape to the 
drive and mtx return, having done its work.

The tape can not yet be read, though, because it's not completely loaded 
into the drive.

Try extending the wait time in mtx-changer, or - better - use the 
wait_for_drive function in mtx-changer, and see if that fixes your problem.

Arno

> This is my SD Config:
> 
> 
> Storage {
>   Name = server02-sd
>   SDPort = 9103
>   WorkingDirectory = "/var/bacula"
>   Pid Directory = "/var/run"
>   Maximum Concurrent Jobs = 20
> }
> 
> Director {
>   Name = server02-dir
>   Password = "YJIHIgJTcQ8b2WH6pEAJnCLuYxu/RUHUmqjltIhvoHW3"
> }
> 
> Director {
>   Name = server02-mon
>   Password = "ITAL0vROT7WmcKhdFw+NB7m8NWmaXFs+lUACT28Kp8Bx"
>   Monitor = yes
> }
> 
> Autochanger {
>   Name = Exabyte Packetloader 1Ux10
>   Device = VXA-320
>   Changer Command = "/etc/bacula/mtx-changer %c %o %S %a %d"
>   Changer Device = /dev/sg1
> }
> 
> Device {
>   Name = VXA-320
>   Drive Index = 0
>   Media Type = X-23
>   Archive Device = /dev/st0
>   Changer Device = /dev/sg1
>   LabelMedia = yes;
>   AutomaticMount = yes;
>   AlwaysOpen = yes;
>   RemovableMedia = yes;
>   RandomAccess = no;
>   AutoChanger = yes;
>   Maximum Changer Wait = 300;
>   Maximum Open Wait = 300;
>   Alert Command = "sh -c 'tapeinfo -f %c |grep TapeAlert|cat'"
> }
> 
> Messages {
>   Name = Standard
>   director = server02-dir = all
> }
> 
> 
> Marius
> 
> 
> John Drescher schrieb:
>>> Im using bacula-2.0.3.
>>>
>> I asked because I had these problems with my Exabyte Magnum 224
>> autoloader when I was using a bacula version that was less than
>> 1.38.11 after the upgrade this went away.
>>
>> Could you post your bacula-sd.conf  for the autoloader? Also, I know
>> this autoloader has been discussed several times in the last year on
>> the list so checking the archives (if you have not already done so)
>> may help.
>>
>> John
>>
> 
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to