Jason Balicki wrote:
> I forgot to mention:
> 
> You need to invoke the script with the -l option to force it
> to scan the LUNs.  I use this in my rc.local script to force
> these scans at bootup:
> 
> # rescan scsi bus to find changer device
> if (cat /proc/scsi/scsi | grep Medium\ Changer >/dev/null 2>&1); then
>         true;
> else
>         /sbin/rescan-scsi-bus.sh -l;
> fi
> 
> you should adapt this to your system, of course.

I tried the script, but it cannot find anything new. It just show the
same device that are already known.

I suspect now that the changing device is not accessible form the scsi
interface. I cannot find any option on the IBM documentation on how to
set a scsi ID on it, I can set the scsi ID only for the tape device.

But anyway the changing device is working, because when I give an mt
offline the current tape is unloaded and the next tape is loaded.

To be more precise the model type is the L28. The only way to remote
change the tape seems to be trough the web interface.

Thanks anyway.

Simone
-- 
Simone Piccardi                                 Truelite Srl
[EMAIL PROTECTED] (email/jabber)             Via Monferrato, 6
Tel. +39-347-1032433                            50142 Firenze
http://www.truelite.it  Tel. +39-055-7879597    Fax. +39-055-7333336



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to