home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9503 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.3 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!cs.utexas.edu!ut-emx!tivoli!TIVOLI.COM!stuart
  2. From: stuart@TIVOLI.COM (Stuart Jarriel)
  3. Newsgroups: comp.sys.hp
  4. Subject: Re: renaming client & server in a cluster
  5. Message-ID: <2902@tivoli.UUCP>
  6. Date: 20 Aug 92 23:48:04 GMT
  7. Article-I.D.: tivoli.2902
  8. References: <2A9290C8.27098@orion.oac.uci.edu>
  9. Sender: news@tivoli.UUCP
  10. Organization: Tivoli Systems, Inc
  11. Lines: 37
  12.  
  13. In article <2A9290C8.27098@orion.oac.uci.edu>, rcaslis@anansi.acs.uci.edu (Russell Caslis) writes:
  14. |> 
  15. |> I have a cluster of HPs set up here (two 710s, one 720).  One 710 is the
  16. |> server, one is a client, and the 720 is a client.
  17. |> 
  18. |> The person who I set these machines up for wants to recieve mail at a specific
  19. |> address which is currently assigned to a client, not the server.  According
  20. |> to what I know, the clients cannot receive mail, only the server can (great
  21. |> design, huh?).
  22. |> 
  23. |> So what I want to do is swap the names of the two 710s.  I have been told that
  24. |> there is no way to do this without re-installing the OS.  Is there any other
  25. |> way to do this?
  26. |> 
  27.  
  28. Well, only partially true.  The way the file system is set up, the /usr/mail
  29. directory is NOT a CDF (context dependant file), so while only one system
  30. can/should run sendmail, you can read/send mail from any system in the
  31. cluster.  Mail sent to the cluster server will be visible to all the clients
  32. and the server.
  33.  
  34. Now, that being said, renaming a system in a cluster is not that big a deal 
  35. until you want to re-name the server.  That is hard.  Its hard because the
  36. CDF filesystem keeps some files context based on the name of the system, 
  37. and un-CDF'ing a file system is a very unreliable task.  If you want to 
  38. switch the names of the server and a client you will be much happier if
  39. you re-load.  I say that because a re-load and re-cluster will take 2 hours
  40. (not including the backup and restore of user files and system config files),
  41. whereas actually changing the cluster file system will take 5-6 hours, and
  42. may not work when you are done.  At my last count there were 60+ CDF files
  43. in the OS, and you would have to change at LEAST 40 of them.  Each CDF can
  44. have a switch on architecture and another on name.
  45.  
  46. You comment on design is accurate from the context of re-configuration, but
  47. it is otherwise a pretty good scheme.  
  48.  
  49. stuart
  50.