home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14696 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  3.4 KB

  1. Path: sparky!uunet!think.com!enterpoop.mit.edu!mintaka.lcs.mit.edu!ai-lab!zurich.ai.mit.edu!gjr
  2. From: gjr@zurich.ai.mit.edu (Guillermo J. Rozas)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: clusters, etc.
  5. Date: 9 Jan 93 08:32:36
  6. Organization: M.I.T. Artificial Intelligence Lab.
  7. Lines: 71
  8. Message-ID: <GJR.93Jan9083236@chamarti.ai.mit.edu>
  9. References: <28226@dog.ee.lbl.gov> <17780308@hpfcmgw.FC.HP.COM>
  10. Reply-To: gjr@zurich.ai.mit.edu
  11. NNTP-Posting-Host: chamartin.ai.mit.edu
  12. In-reply-to: perry@hpfcmgw.FC.HP.COM's message of Sat, 9 Jan 1993 00:05:46 GMT
  13.  
  14. In article <17780308@hpfcmgw.FC.HP.COM> perry@hpfcmgw.FC.HP.COM (Perry Scott) writes:
  15.  
  16. |   From: perry@hpfcmgw.FC.HP.COM (Perry Scott)
  17. |   Date: Sat, 9 Jan 1993 00:05:46 GMT
  18. |   I don't work near the people that are investigating NFS Diskless so I'm
  19. |   not an expert.  The negative feedback I have gotten from customers is:
  20. |
  21. |   1) Not industry standard
  22. |   2) Diskless doesn't work through IP routers
  23. |   3) CDFs are yet another implementation.  It could be done with a
  24. |      dedicated root file system and symlinks/mountpoints.
  25. |
  26. |   There are also some internal disadvantages to HP in supporting diskless
  27. |   in addition to industry standard NFS.
  28.  
  29. We have a cluster with approximately 30 workstations (300s and 700s).
  30. Before we clusterized our workstations (a few years ago), all
  31. workstations booted locally and used NFS to mount the server's file
  32. systems.
  33.  
  34. We had all sort of kludges for sharing files and for having some
  35. machines use specific versions, and required great pains and time when
  36. updating the operating system or major software components.
  37.  
  38. It was an incredible headache!
  39.  
  40. The cluster software made our lives considerably easier.  I usually
  41. mention it to everyone who asks about HP equipment as one of the
  42. strongest selling points.
  43.  
  44. What does the cluster software buy us:
  45.  
  46. - A reliable, consistent, fast network file system.  I've had horrible
  47. problems with NFS on HPs, Suns, and other hardware, and NFS is
  48. considerably slower.
  49.  
  50. - Easy upgrade and maintenance (changing /etc/netlinkrc, for example)
  51. because there is only one copy of the system (or two for heterogenous
  52. clusters).  Any other software that allows machines to boot over the
  53. network but have local swap disks could probably accomplish this as
  54. well, but the cluster software does this beautifully.
  55.  
  56. - Easy way to share configuration files and to disambiguate those that
  57. should not be shared by using CDFs.  The MIT AI lab also has a large
  58. Sun setup, and all the /var directories and mesh of symlinks are a
  59. very poor solution compared to CDFs.
  60.  
  61. - Trivial addition of new machines to our setup.  When we obtain new
  62. machines, it usually takes < 10 minutes to have them working as part
  63. of the cluster with everything set up.  Note that this is the only
  64. thing we use SAM for here, and I wish I did not have to use it for
  65. this either.
  66.  
  67.  
  68. I'm not so attached to cluster software that I will be unhappy with
  69. anything else, but I would consider it a large step backwards to have
  70. to put up with:
  71.  
  72. - an unreliable and slow network file system,
  73.  
  74. - having to upgrade 30 machines every time there is an operating
  75. system upgrade or configuration change, rather than just one,
  76.  
  77. - no real way to disambiguate shared files,
  78.  
  79. - lack of software to conveniently integrate a new machine into our
  80. setup.
  81.  
  82.  
  83. In other words, HP, if you do away with cluster software, please make
  84. sure that you don't throw away the features mentioned above.
  85.