home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / hp / 15398 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  3.3 KB

  1. Path: sparky!uunet!ukma!bogus.sura.net!howland.reston.ans.net!zaphod.mps.ohio-state.edu!caen!rolfkap
  2. From: rolfkap@engin.umich.edu (Rolf Kappe)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: Connecting a Seagate Wren 1.9 GB Disk
  5. Followup-To: comp.sys.hp
  6. Date: 26 Jan 1993 23:51:49 GMT
  7. Organization: University of Michigan Engineering, Ann Arbor
  8. Lines: 69
  9. Distribution: world
  10. Message-ID: <1k4iqlINN7uq@srvr1.engin.umich.edu>
  11. References: <1993Jan25.005115.3682@fawlty.towers.oz.au>
  12. NNTP-Posting-Host: minion.engin.umich.edu
  13. Keywords: Wren9 Wren Seagate
  14.  
  15. >stuart@fawlty.towers.oz.au (Stuart Walker)
  16. >We've just gotten hold of an HP-9000 (model 870 ??), and we're trying to
  17. >connect a Seagate Wren 9 1.9 GB disk.  I certainly can't configure it through
  18. >'sam', there is no entry for it in /etc/disktab, and there are no disks in
  19. >/etc/disktab that have specs close enough to allow an acceptable alias.
  20. >
  21. >So, has anyone out there attached one of these, or any other non-HP disk ?
  22. >And how the hell do you do it.  I'm in the process of placing an entry in
  23. >/etc/disktab for the Wren, but I'm not sure what number the disk is recognised
  24. >as.  I presume it's something like  ST42100N or some similar model number-like
  25. >string.  Where is this string recognised from?  Does it come from the id-string
  26. >sent back from the disk ??  I was speaking to HP and they were implying that
  27. >if I couldn't get an accurate alias for the drive, then it WOULDN'T WORK.
  28. >
  29. >Any help would be appreciated.
  30. >
  31. >Thanks,
  32. >
  33. >Stuart
  34. >
  35. >-- 
  36. >_______________________________________________________________________________
  37. >Internet: stuart@fawlty.towers.oz.au              Phone: +61 2 427 2999
  38. >UUCP:     uunet!fawlty.towers.oz.au!stuart          Fax:   +61 2 427 7072
  39. >Snail:    Tower Technology
  40.  
  41. We have installed these disks on 9000/730 running 8.07, and this
  42. is how do do it.  You can find out the alias for the disk like this:
  43.  
  44. isaac % /etc/diskinfo /dev/rdsk/5s0
  45. SCSI describe of /dev/rdsk/5s0:
  46.              vendor: SEAGATE 
  47.          product id: ST42100         
  48.                type: direct access
  49.                size: 1900538880 bytes
  50.    bytes per sector: 512
  51.  
  52. Where the disk is at SCSI ID 5.
  53. The product ID is the alias.  In /usr/sam/lib/disk_aliases, put the following:
  54. ST42100        SEAGATE_WREN9    scsi    single_ended_scsi
  55. Thus, sam will look for an entry in disktab with the name SEAGATE_WREN9.
  56. On our machine, the entries look like this:
  57. SEAGATE_WREN9_noswap:\
  58.         :No swap or boot:ns#48:nt#15:nc#2568:\
  59.         :s0#1848960:b0#8192:f0#1024:\
  60.         se#512:rm#3600:
  61. SEAGATE_WREN9_noreserve:\
  62.     :No swap or boot:ns#48:nt#15:nc#2568:\
  63.     :s0#1848960:b0#8192:f0#1024:\
  64.     se#512:rm#3600:
  65. SEAGATE_WREN9:\
  66.         :No swap or boot:ns#48:nt#15:nc#2568:\
  67.         :s0#1848960:b0#8192:f0#1024:\
  68.         se#512:rm#3600:
  69.  
  70. SAM works like a charm after this.  I am not familliar with the 800 series,
  71. but I hope this helps.  
  72. P.S.  The numbers for the disktab are from the output from a DEC using
  73. rzdisk.  Anyone know of an HP program that gives similar output ???
  74. When you are all done, it should look like this.
  75.  
  76. isaac % bdf
  77. Filesystem           kbytes    used   avail capacity Mounted on
  78. /dev/dsk/6s0         246049  188237   33207    85%   /
  79. /dev/dsk/5s0        1805149  376303 1248331    23%   /l
  80. -------------------------------------------------------------------------
  81. Rolf Kappe, Peon 1st class
  82. Computer Aided Engineering Network, University of Michigan
  83. rolfkap@engin.umich.edu
  84.