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