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

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!sun4nl!dutrun!donau!donau.et.tudelft.nl!stravers
  3. From: stravers@muresh.et.tudelft.nl (Paul Stravers)
  4. Subject: Recipe: how to hook a cheap disk to an 9000/817
  5. Message-ID: <STRAVERS.92Jul30110603@muresh.et.tudelft.nl>
  6. Sender: news@donau.et.tudelft.nl (UseNet News System)
  7. Nntp-Posting-Host: muresh.et.tudelft.nl
  8. Reply-To: stravers@donau.et.tudelft.nl
  9. Organization: Delft University of Technology, the Netherlands
  10. Distribution: comp
  11. Date: Thu, 30 Jul 1992 16:06:03 GMT
  12. Lines: 35
  13.  
  14. As far as I can judge, the hp 97560 disk is equivalent to the "officially"
  15. (on a 9000/817) supported disk C2474S. Both are 1.35 GByte, have same access
  16. times, etc. Only the price is different: the C2474S is more than two times as
  17. expensive as the 97560.
  18.  
  19. So I decided to buy two 97560 disks... But I had a hard time hooking 'm to the
  20. 9000/817 (hpux 8.02). I could run "mediainit", "dd" and even "diskinfo" with
  21. the disk, but no way to run "newfs" or "mkfs". It just would die with a write
  22. error.
  23.  
  24. The final solution to this problem involved three steps.
  25.  
  26.  (1). Rename (or copy) the disktab entry for C2474S to 97560-300.  (The string
  27.       "97560-300" is returned by the "diskinfo" program.)
  28.  
  29.  (2). Take an emacs (or any other editor capable of processing binary images)
  30.       and start editing the kernel /hp-ux !!!! Replace (in overwrite mode) the
  31.       strings "C2474S" and "C2474S_sizes" by "97560-300" and "97560-300_sizes"
  32.       respectively.
  33.  
  34.  (3). Reboot.
  35.  
  36. Only after performing these hacks I managed to run "newfs" on the 97560 disk...
  37. The 817 has been up and running with the 97560 disks for almost a week now,
  38. without any problems. I also performed the above mentioned step (2) on the file
  39. /etc/conf/lib/libhp-ux.a so that building a new kernel automatically
  40. incorporates the 97560 entries in the kernel tables.
  41.  
  42. Paul Stravers
  43. -- 
  44. Delft University of Technology      |  email stravers@donau.et.tudelft.nl
  45. Faculty of Electrical Engineering   |  fax +31 15 786190
  46. Mekelweg 4                          |  ph. +31 15 786280
  47. 2628 CD   Delft                     |
  48. the Netherlands.                    |
  49.