Hi Chris,

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf 
> Of Chris Wright
> Sent: Wednesday, 03 August, 2005 13:33
> To: bacula-users@lists.sourceforge.net; 
> [EMAIL PROTECTED]
> Subject: [Bacula-devel] Issue unloading drive in changer
> 
> Hopefully this info will be helpful to someone.
> 
> I'm installing bacula for the first time.  I am using version 
> 1.36.3.  I have a HP A4853 DLT Library and a HP DLT7000 
> drive.  I was able to use the changer to load tapes, get the 
> status, etc, but it would not unload the drive.  In this 
> situation, I need to issue the command "mt eject" before I 
> could unload the drive.  I modified the file mtx-changer to include
> 
> MT=mt
> 
> (the block for unload is now)
> 
> 
>    unload)
> #     echo "Doing mtx -f $ctl unload $slot $drive"
> #
> # enable the following line if you need to eject the cartridge
> #     mt -f $device offline

This line ^^^^ sould do basically the same thing.

>       if test x$slot = x; then
>          ${MT} eject
>          ${MTX} -f $ctl unload
>       else
>          $MT eject
>          ${MTX} -f $ctl unload $slot $drive
>       fi
>       ;;
> 
> 
> Everything with the changer and drive seems to be working 
> now.  Hope this info can help somebody and maybe be 
> incorporated by the developers
> 
> Chris
> 
> 
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development 
> Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * 
> Testing & QA
> Security * Process Improvement & Measurement * 
> http://www.sqe.com/bsce5sf
> _______________________________________________
> Bacula-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/bacula-devel


Thanks,
Chris  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to