On Mon, Mar 9, 2009 at 1:07 PM, Prashant Ramhit
<prash...@bluebarracuda.com> wrote:
> Hi John,
> Yes the changer unloaded the tape then I had the error message.
>
I think you need a delay after the load. There is a section it the
mtx-changer that talks about this. The reason why I believe this is
the cause is the following line:

3992 result="Unloading drive 0 into Storage Element 1...mtx: Request
Sense: Long Report=yes

I see this error on my changer if bacula tries to run mtx commands
when the archive is busy doing some other operation.


Here is the lines to change in mtx-changer:
#
# Increase the sleep time if you have a slow device
# or remove the sleep and add the following:
#     sleep 15
 wait_for_drive $device

before the wait_for_drive add sleep 120

and see if that fixes the issue.

John

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to