home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / hp / 14457 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  4.1 KB

  1. Path: sparky!uunet!gatech!rpi!think.com!enterpoop.mit.edu!eru.mt.luth.se!lunic!sunic!ugle.unit.no!nuug!aun.uninett.no!Steinar.Haug
  2. From: Steinar.Haug@delab.sintef.no (Steinar Haug)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: QIC tapes on HP 730 systems
  5. Message-ID: <STEINAR.HAUG.93Jan1220126@delab.sintef.no>
  6. Date: 1 Jan 93 21:01:26 GMT
  7. References: <curt.725917201@harbor.ecn.purdue.edu>
  8. Sender: news@aun.uninett.no
  9. Organization: SINTEF DELAB, Trondheim, Norway.
  10. Lines: 102
  11. In-Reply-To: curt@harbor.ecn.purdue.edu's message of 1 Jan 93 19:40:01 GMT
  12. Nntp-Posting-Host: tosca.er.sintef.no
  13.  
  14. curt@harbor.ecn.purdue.edu (Curt Freeland) writes:
  15. > I am also trying to connect the QIC 150 cart tape drive to the 
  16. > system.  The hardware seems to know the drive is out there as 
  17. > SCSI ID 4, as shown by the system finding it as a bootable device. 
  18. > The problem is that I cannot get HPux to talk to the drive via tar, 
  19. > dd, mt, ct, or any other command I try.  Again, I cannot find the
  20. > equivalent of the "conf/MACHINE_NAME" file in the kernel stuff to 
  21. > know what unit number a SCSI tape drive should be.  Nor can I seem 
  22. > to make a major/minor device capable of talking to the drive as 
  23. > SCSI ID 4.
  24.  
  25. The following articles should help you. Note that you normally want the
  26. Berkeley style devices.
  27.  
  28. Steinar Haug, system/networks administrator
  29. SINTEF DELAB, University of Trondheim, NORWAY
  30. Email: Steinar.Haug@delab.sintef.no, 
  31.     sthaug@idt.unit.no, steinar@tosca.er.sintef.no
  32. ----------------------------------------------------------------------
  33. From: lampi@polari.com
  34. Subject: Re: Help attaching 1/4" tape to HP700
  35. Date: Fri, 1 May 1992 23:58:37 GMT
  36.  
  37. >>I have an HP720 running HP-UX 8.07 and have a 1/4" Archive SCSI tape drive
  38. >>I would like to use.  Looking through the man pages for devices seems to
  39. >>indicate that only HP-IB or 1/2" tape drives are supported via the ct and mt
  40. >>devices.  I know that the DAT SCSI drives are supported, so it seems like the
  41. >>1/4" SCSI should but usable, but I sure can't find anything that describes
  42. >>how to set it up.  Any help would be greatly appreciated.
  43. >
  44. >If you are talking about the QIC format tapes, HP apparently does not 
  45. >support them.  We had this problem hooking up 1/4" drives to HP300/400 series 
  46. >machines several years ago.  Interesting considering that Apollo use to use 
  47. >this format.
  48. >
  49. >We found that you could hook up the drive and it would be seen by the system
  50. >but attempts to read or write to it would fail.
  51. >
  52.  
  53. Try the following major & minor numbers on your 8.07 system:
  54.                    54     0x201#4b   - Berkeley no rewind
  55.                    54     0x201#4a   - Berkeley rewind
  56.                    54     0x201#49   - AT&T no rewind
  57.                    54     0x201#48   - AT&T rewind
  58. where # is replaced by the SCSI ID of the tape drive. Note that the device
  59. should be set up as a character device.
  60.  
  61. -- 
  62. -----
  63. Michael Lampi            uunet!polar!lampi   or   lampi%polari
  64. R Squared                16398 NE 85th St., Suite 101, Redmond, WA 98052
  65.                          (206) 883-3116    fax (206) 883-2676
  66. ----------------------------------------------------------------------
  67. From: stuart@TIVOLI.COM (Stuart Jarriel)
  68. Subject: Re: 3rd party QIC tape drives
  69. Date: 27 Aug 92 23:19:13 GMT
  70.  
  71. The only device files I know of that work wih 3rd party tapes are these:
  72.  
  73. ------------------------------------------------------------------------------
  74.  
  75.  
  76. ================
  77. QIC Tape Drives
  78. ================
  79.  
  80. Type        Device        Major #        Driver        Minor #
  81. ----        ------        -------        ------        -------
  82. QIC, Berkley,    /dev/rmt/#mn    54        scsitape    0x201#4b
  83. no rewind
  84.  
  85. QIC, Berkley,    /dev/rmt/#m    54        scsitape    0x201#4a
  86. auto rewind
  87.  
  88. QIC, AT&T,    /dev/rmt/#m    54        scsitape    0x201#49
  89. no rewind
  90.  
  91. QIC, AT&T,    /dev/rmt/#m    54        scsitape    0x201#48
  92. auto rewind
  93.  
  94.  
  95. ==================
  96. 8mm Tape Drives
  97. ==================
  98.  
  99.  
  100.  
  101. Type        Device        Major #        Driver        Minor #
  102. ----        ------        -------        ------        -------
  103. Exabyte,     /dev/rmt/#mn    54        scsitape    0x201#43
  104. Berkely,
  105. no rewind
  106.  
  107. Exabyte,     /dev/rmt/#m    54        scsitape    0x201#42
  108. Berkely,
  109. auto rewind
  110.  
  111. Exabyte, AT&T,    /dev/rmt/#m    54        scsitape    0x201#41
  112. no rewind
  113.  
  114. Exabyte, AT&T,    /dev/rmt/#m    54        scsitape    0x201#40
  115. auto rewind
  116.