home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16666 < prev    next >
Encoding:
Text File  |  1992-11-19  |  2.1 KB  |  49 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!hshamans
  3. From: hshamans@magnus.acs.ohio-state.edu (Harry T Shamansky)
  4. Subject: Re: More Exabyte 8500c (and SCSI) questions/woes
  5. Message-ID: <1992Nov20.015438.28686@magnus.acs.ohio-state.edu>
  6. Sender: news@magnus.acs.ohio-state.edu
  7. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  8. Organization: The Ohio State University
  9. References: <1992Nov19.201853.28678@ncsu.edu>
  10. Date: Fri, 20 Nov 1992 01:54:38 GMT
  11. Lines: 36
  12.  
  13.    Hi Michael...
  14.  
  15.    I was the un-named source who exchanged e-mail thoughts with Dave regarding
  16.    the Exabyte 8500c drive. (Dave... jump in if I wander out of my element !)
  17.  
  18.    Your values for major/minor are correct. You might want to modify the
  19.    /etc/MAKEDEV script to automate this process (updates, etc.). It's an easy 
  20.    mod. Look to see what `mt status` returns.
  21.  
  22.    The real problem I think you are experiencing is a non-even byte disconnect.
  23.    Unix kernels don't like odd byte disconnects! You need to set even byte 
  24.    (four byte boundaries) for disconnect. I should mention that the string
  25.    in the tpsc file 
  26.  
  27.     "\40\4\16\0\200\7"
  28.  
  29.    represents the values sent during a mode-select SCSI command (15h), in
  30.    the "Vendor Unique Parameters Page (PF=1 Format)", where the \4 is the
  31.    octal value 4, or the Bit 2 asserted, which is "Disconnect on even byte".
  32.    [See the EXB-8500 8mm Cartridge Tape Subsystem User's Manual, part no.
  33.    510201-001, and (less interesting) EXB-8500c 8mm Cartridge Tape Subsystem
  34.    User's Manual, part no. 510207-000]. Why this doesn't seem to fix you
  35.    problem, I don't know (Comments.. Dave?).
  36.  
  37.    I do know, however, that you should program your 8500c to have this value
  38.    set by default. Use the Exabyte 8500MON program, a PC, and a simple 4
  39.    conductor cable to the program port on your 8500c (a very worthwhile
  40.    program and cable, and a joy to use [works for 8200, 8500 and 8500c]).
  41.  
  42.    As to the SCSI length question, I'm not sure this problem relates to 
  43.    length... maybe, but I doubt it.
  44.  
  45.    Hope that helps....
  46.  
  47.    harry
  48.  
  49.