home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / networks / tcpip / multinet / 2053 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.6 KB  |  41 lines

  1. X-Gateway-Source-Info: INTERNET
  2. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!tgv.com!info-multinet
  3. Date: 28 AUG 92 00:49:57 GMT
  4. Newsgroups: vmsnet.networks.tcp-ip.multinet
  5. X-Return-path: <info-multinet-relay@TGV.COM>
  6. X-RFC822-From:     adelman (Kenneth Adelman) @ TGV.COM
  7. From: adelman@TGV.COM
  8. Subject:  Re: Clusters and DNS caching
  9. Organization: The INFO-MULTINET Community
  10. Message-ID: <2020334828AUG92004957@TGV.COM>
  11. Nntp-Posting-Host: Mvb.Saic.Com
  12. Lines: 27
  13.  
  14. > Given a homogeneous cluster, with Multinet running on all
  15. > hosts (the easy case)...
  16.  
  17. > -- Is it plausible to put the DNS cache file,
  18. > normally multinet:domain-name-service.cache, in the common area and
  19. > let all of them update it and read from it?  Or is the code used for
  20. > that purpose such that one should keep them separate?
  21.  
  22. > --  If the caches should be separated, is there any advantage of setting
  23. > them up as forwarders to each other?    And, if so, how would you suggest
  24. > configuring that for, e.g., a three-host cluster?
  25.  
  26. > For aesthetic, policy, and administrative reasons, we would rather not
  27. > make one of the hosts appreciably more equal than the others if this can
  28. > be avoided.
  29.  
  30.     The DOMAIN-NAME-SERVICE.CACHE file is only the bootstrap
  31. cache (the information about how to find the root nameservers). This
  32. isn't ever updated (except by hand) and should normally be left
  33. in SYS$COMMON.
  34.  
  35.     The "cache" of information is kept in memory and not saved to
  36. disk. I'd recommend using forwarders which all point at one or
  37. two master machines to produce a "mega-cache" for your site.
  38.  
  39.                                 Ken
  40. 
  41.