home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8754 < prev    next >
Encoding:
Text File  |  1992-07-30  |  1.9 KB  |  51 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!allegro!sieler
  3. From: sieler@allegro.com (Stan Sieler)
  4. Subject: Re: Exabyte 8mm on HP-3000 running MPE/IX
  5. Message-ID: <1992Jul30.195717.14904@allegro.com>
  6. Date: Thu, 30 Jul 1992 19:57:17 GMT
  7. References: <1992Jul29.194004.11224@tigger.jvnc.net>
  8. Organization: Allegro Consultants, Inc., Redwood City, CA
  9. Keywords: exabyte, mpe
  10. Lines: 39
  11.  
  12. Logon as MANAGER.SYS, then:                
  13.    :sysgen
  14.    io
  15.    ad 8,  52.0.1, hpc1503a;class=dat,tape,exabyte,dds
  16.                or:hpc1511a
  17.    hold
  18.    exit
  19.    keep
  20.    exit
  21.    ^Ashutdown
  22.    start norecovery
  23.  
  24. Of course, I'm assuming the usual appropriate precautions have been taken
  25. (e.g.: a backup has been done, an existing SLT tape is available in case
  26. of problems, etc).
  27.  
  28. In the above "ad" command, "8" is the ldev (logical device number) for the
  29. new tape.  Choose an unused number as desired.  The "52.0.1" is the "path"
  30. for the hardware to access the tape.  "52.0" is fairly common, but your
  31. machine may differ.  The ".1" is the SCSI ID for the tape...make sure it is
  32. different than any other unit on the same SCSI chain.
  33.  
  34. The "hpc1503a" says "I am an HP DDS drive".  The "hpc1511a" says "I am
  35. an HP 7978 tape drive".  Which one do you use?  Gee...a good reason for
  36. buying a Bering DDS drive...they can be configured as either kind of
  37. device.  As for the Exabyte, I don't know which is appropriate.
  38.  
  39. The "class=" is a list of one or more "device class" names.  This is how
  40. you can refer to the device in a ldev-free manner (e.g.: file backup;dev=exabyte).
  41. Unless your friend has auto-reply turned on for an existing drive, I 
  42. recommend putting the Exabyte (and any DAT or DDS tape) into the device
  43. class "tape" and a device class like "exabyte" (or "bering").
  44.  
  45. One last note, I'm glad you clarified which "proprietary operating system"
  46. you meant, as HP-UX also qualifies as a proprietary operating system :) 
  47.  
  48. stan sieler
  49. sieler@allegro.com
  50.  
  51.