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

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!stanford.edu!rock!taco!cfd.mae.ncsu.edu!garvin
  3. From: garvin@cfd.mae.ncsu.edu (Michael Garvin)
  4. Subject: More Exabyte 8500c (and SCSI) questions/woes
  5. Message-ID: <1992Nov19.201853.28678@ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. Date: Thu, 19 Nov 1992 20:18:53 GMT
  9. Lines: 60
  10.  
  11.     I've also taken receipt of an Exabyte 8500c (compression) 8mm tape
  12. drive, and it's giving me pains.  Following the instructions in Dave Olson's
  13. posting of 17 Nov 92 (thanks for the info!) I reconfigured my kernel, altering
  14. the tpsc config file to read:
  15.  
  16.         /* Entry for Exabyte 8500c - Michael Garvin, 11/19/92.  Copied entry
  17.          * from 8500, changed "EXB-8500" to "EXB8500c", "{0x0, 0x14, 0x0, 0x0}"
  18.          * to "{0x0, 0x14, 0x8c, 0x0}".
  19.          * There are 3 densities, 8500 mode, 8200 mode, and 8500 mode with
  20.          * compression, in order.
  21.          */
  22.         { EXABYTE8500, TP8MM, 7, 8, "EXABYTE", "EXB8500c", 6,
  23.                 "\40\4\16\0\200\7", {0x0, 0x14, 0x8c, 0x0},
  24.           MTCAN_BSF|MTCAN_BSR|MTCAN_PREV|MTCAN_CHKRDY|MTCAN_VAR|MTCAN_SETSZ|
  25.             MTCAN_SILI|MTCAN_CHTYPEANY|MTCAN_SETDEN|MTCAN_SPEOD|MTCAN_SYNC|
  26.                 MTCAN_SEEK,
  27.           80, 4*60, 25*60, 5*60, 1024, 128*1024},
  28.  
  29. I installed the drive on controller 0, ID 7, and rebooted the new kernel.  I
  30. then made the following devices:
  31.  
  32.     crw-r--r--   1 root     sys       23,241 Nov 19 14:13 nrtape
  33.     crw-r--r--   1 root     sys       23,243 Nov 19 14:13 nrtapens
  34.     crw-r--r--   1 root     sys       23,240 Nov 19 14:13 tape
  35.     crw-r--r--   1 root     sys       23,242 Nov 19 14:30 tapens
  36.  
  37. The minor numbers were upped 16 from the default 224-227 to match the 8500c
  38. (0x8c in the tpsc config file) entry.  I then tried tarring to the drive, which
  39. died with the following error:
  40.  
  41.     tar: tape write error: I/O error
  42.  
  43. and produced the following console output (note the tape drive hiccuped first):
  44.  
  45.     WARNING: dma_map: address not word aligned
  46.     sc0,7,0: cmd=0xA disconnected on non-word boundary (addr=C02185A9,
  47.         0x0 left).  Resetting SCSI bus
  48.     dks0d1s6: retrying request
  49.     dks0d2s6: retrying request
  50.  
  51. Our setup is a Power Series 4D/440.  SCSI controller 0 has an internal 1.6 gig
  52. system disk (ID 1), an Iris File on the rear external connector with four 2 gig
  53. drives (IDs 2, 3, 4, and 5), an internal CD-ROM (ID 6), and the 8500c mounted
  54. internally (ID 7).  We've also got a Jaguar differential SCSI controller with
  55. four drives on each channel.
  56.  
  57.     My questions are: am I going too far with that SCSI chain?  I have a
  58. sinking feeling that I'm pushing the length limit, giving me the error I saw
  59. (although the 8500c failing might give me that).  Are my entries for the 8500c
  60. in the tpsc config file correct?  Have I correctly made the devices (in
  61. particular, did I get the minor number correct and do they correspond to the
  62. 8500c in compression mode)?  And finally, would someone have the correct density
  63. to feed to BSD dump for this drive (I calculated something around 47.5 million,
  64. which sounds wrong).  Thanks for any help, I'm banging my head at this point.
  65.  
  66. -- 
  67. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  68. Michael Garvin - Systems Programmer            garvin@mmrc.ncsu.edu
  69. Mars Mission Research Center                (919) 515-5250 [Voice]
  70. North Carolina State University                (919) 515-7968 [FAX]
  71.