home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / pyramid / 189 next >
Encoding:
Internet Message Format  |  1992-08-23  |  3.2 KB

  1. Xref: sparky comp.sys.pyramid:189 aus.pyramid:14
  2. Newsgroups: comp.sys.pyramid,aus.pyramid
  3. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!cheops!logier
  4. From: logier@cheops.qld.tne.oz.au (Rob Logie)
  5. Subject: Installing SCSI Exabyte 8500
  6. Message-ID: <1992Aug24.005805.6351@cheops.qld.tne.oz.au>
  7. Summary: How do you install SCSI Exabyte 8500's on MIS server
  8. Keywords: SCSI Exabytes
  9. Organization: Telecom Australia, TNE Computer Support Services
  10. Date: Mon, 24 Aug 1992 00:58:05 GMT
  11. Lines: 70
  12.  
  13. We have a MIS 4/4 with a SCSI interface.  We are trying to install a Exabyte
  14. 8500 to it (Using the single ended interface !). The machine is running 5.1a
  15. 92a030 (Osx).
  16.  
  17. When the machine boots, it won't see any devices at SCSI ID 0 but will see
  18. any other SCSI ID's. But when it sees the device (Exabyte 8500) it 
  19. identifies it as a "Unknown SCSI disk, with unknown partitions" (And some
  20. other garbage as well).  For example a tape with SCSI 1 is recognised
  21. as sdisk09a.
  22.  
  23. Why is it identifing the device as a disk and not a generic tape ??. What
  24. should the entry in the iost_conf.c be.  I know there is one for a generic 
  25. 8500 drive.  Why is this not working.
  26.  
  27. The following is some of the ios_conf.c defining a Exabyte 8500:
  28.  
  29.  /* Exabyte EXB-8500 */
  30.      {
  31.      (STPF_VARIMODE  |       /* Device Characteristic Flags */
  32.       STPF_LONGERASE |
  33.       STPF_MEDIALOCK |
  34.       STPF_NOINIT    |
  35.       STPF_SOFTRETRY),
  36.      &Exabyte8500_dmsp,      /* Default Mode Select Params */
  37.      30,                     /* Fast Timeout Time (secs) */
  38.      45*60,                  /* Slow Timeout Time (secs) */
  39.      12,                     /* Additional Sense Key Byte addr */
  40.      13,                     /* Extended Add'l Sense Key addr */
  41.      16,                     /* Extended Sense Byte count */
  42.      13,                     /* Extended Sense start byte address */
  43.      &stiExabyte8500tab,     /* Additional Sense Error Table */
  44.      0x14,                   /* Low Density Speed Code */
  45.      0,                      /* High Density Speed Code */
  46.      2,                      /* EOT Filemarks */
  47.      0,                      /* EOT Unload Code (0 = unsupported) */
  48.      0,                      /* WFM immed code */
  49.      0,                      /* WFM immed byte address */
  50.      0,                      /* Auto Retension Code */
  51.      0,                      /* Auto Retension Code byte address */
  52.       0,             /** Save mode select param page code */
  53.      0,                      /* Save mode select param page addr */
  54.      20*12,                  /* SCSI Busy status retry count */
  55.      5,                      /* Busy retry inteval time (secs) */
  56.      0,                      /* Spares */
  57.      0,
  58.      0,
  59.      0,
  60.      0,                      /* Maximum Retry count */
  61.          EXABYTE8500,            /* Tape Type Index */
  62.          "Exabyte EXB-8500 8mm Hel", /*"EXABYTE EXB-8500-85Qanx0",*/ /* I nquiry Name, bytes 8 to 31 */
  63.     }
  64.  
  65.  
  66.  
  67. The exabyte drives have been in  use on a SUN workstation for several 
  68. months so I know they are working fine.
  69.  
  70.  
  71.  
  72.  
  73.  
  74. Thanks in advance
  75.  
  76.  
  77.  
  78. -- 
  79. Rob Logie                         | The opions expressed are mine alone and in
  80. AOTC  ( A.C.N. 051 775 556 )      | no-way reflect the views or policies of the
  81. TNE Computer Support Services     | Australian and Overseas Telecommunications
  82. EMAIL: logier@cheops.qld.tne.oz.au| Corporation. "These are my opinions alone"
  83.