home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8031 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.3 KB  |  43 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!hela.iti.org!usc!elroy.jpl.nasa.gov!lim
  3. From: lim@telerobotics.jpl.nasa.gov (David Lim)
  4. Subject: Having mirror servers on a network
  5. Message-ID: <LIM.92Nov6163558@olympus.jpl.nasa.gov>
  6. Sender: news@elroy.jpl.nasa.gov (Usenet)
  7. Nntp-Posting-Host: olympus.jpl.nasa.gov
  8. Reply-To: lim@telerobotics.jpl.nasa.gov
  9. Organization: Jet Propulsion Laboratory
  10. Date: Sat, 7 Nov 1992 00:35:58 GMT
  11. Lines: 30
  12.  
  13.  
  14. We have just purchased two Sun 690 MP servers and are in the process of
  15. bringing them up. What would really be nice is if the machines can become
  16. mirrors, so that if one server goes down, all the client machines do not have
  17. to go down. We are using NIS, automount, and storing common utilities on the
  18. server (e.g. gnu emacs). As an added complication, the two servers are
  19. on different subnets, but the machines will be setup as gateway to each other.
  20.  
  21. Has anyone done this? Or is this flat out just not possible?
  22.  
  23. It seems that the way to set this up would be to:
  24. - The two servers would have their own set of files (e.g. their own identical
  25.   copies of gnuemacs). No cross mounting between the two machines
  26. - use the same domainname
  27. - The two servers would have their own set of NIS file, i.e. each one will be
  28.   a NIS master. The reason for this is the automounter consults the NIS for
  29.   the machine to mount from. Thus it would be setup such that the NIS files
  30.   on server1, would automount from server1, and NIS files on server2
  31.   would automount from server2. Thus if client1 was picking up NIS from
  32.   server1, it would mount server1 directories. If server1 goes down, client1
  33.   will automatically pick up server2's NIS, and then eventually the automounter
  34.   will mount server2's directories. Is this doable in practice? Or would I
  35.   have to manually reboot every client associated with server1? I know that
  36.   switching NIS servers is relatively quick, and automounted directories, if
  37.   not used will be unmounted after a few minutes. But if a user was in a
  38.   automounted directory, then would the client would simply hang?
  39. - how about mail? Can mail be centrally located in this scheme? If client1
  40.   has server1 as its central mailhost, if server1 goes down will client1 go
  41.   down? Is it possible to soft mount the /var/spool/mail directory to allow
  42.   client1 to continue to run? 
  43.