[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference noted::ultrix

Title:Volume 4, Take a RISC with ULTRIX
Notice:Read 1.*!!!! No OSF/1 questions allowed!
Moderator:SSDEVO::ROLLOW
Created:Wed Jun 05 1991
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:5478
Total number of notes:14927

5472.0. "TZ875N Drivers" by NNTPD::"[email protected]" (Adrian Morrisson) Tue May 13 1997 21:54

Hi
	I have a customer running utlrix 4.4 and he has a TZ875n stacker. He 
knows it's not supported so he wants to write his own device driver to handle
the stacker (change tapes etc). Does any one have any information, pointers on
what commandds need to be sent to the stacker to change tapes etc?

Thanks


Adrian Morrisson
[Posted by WWW Notes gateway]
T.RTitleUserPersonal
Name
DateLines
5472.1No MRU port for ULTRIX...SSDEVO::ROLLOWDr. File System's Home for Wayward Inodes.Mon May 19 1997 12:0620
	You need to send SCSI-2 Move Medium commands.  It is part of
	the Medium Changer command set, which is in Chapter 17 of
	the SCSI-2 spec.  Other useful commands:

	o  Inquiry to verify a device is medium changer.
	o  Mode Sense to get the Element Address Assignment Page.
	o  Read Element Status to find out what is in the slots
	   and drive.

	The other commands are less interesting, but once you can
	send these, they should be easy.  For shipping commands
	down to the device, something that goes through the CAM
	User Agent interface may not be too hard; compared to
	writing a full device driver.  Inquiry and Mode Sense
	you may be able to get to using the I/O controls of the
	rzdisk interface.

	The NSR kit has a Medium Changer driver buried in it,
	which may offer I/O control access to the medium changer
	commands.