[NTLUG:Discuss] OT: Overland LoaderXpress DTL Library
Chris Cox
cjcox at acm.org
Wed May 19 11:06:50 CDT 2004
fredjame wrote:
> Does anyone have any idea how to send commands to this SCSI device to
> load and unload tapes? Thanks in advance for any help you may be able
> to offer.
>
I'll guess...
Using mtx...
mtx -f /dev/sg<robotic control device> load <slot number> /dev/<tape device>
You'll have a generic scsi interface to the robotic mechanism
and a SCSI tape device (possibly more than one depending on the unit).
Unloading is similar, you unload to an empty tape slot.
mtx -f /dev/sg/<robotic control device> unload <slot number> /dev/<tape device>
You can get a status using:
mtx -f /dev/sg<robotic control device> status
and there's an inquiry and inventory commands (intead of status above).
More information about the Discuss
mailing list