home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 4945 < prev    next >
Encoding:
Text File  |  1992-07-24  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!rpi!fitzgb
  3. From: fitzgb@mml0.meche.rpi.edu (Brian Fitzgerald)
  4. Subject: Re: DNS & Resolver. Things Sun should do.
  5. Message-ID: <scvxszg@rpi.edu>
  6. Nntp-Posting-Host: mml0.meche.rpi.edu
  7. Organization: Rensselaer Polytechnic Institute, Troy, NY
  8. References: <yvent.711983630@theseas> <1992Jul24.144817.23307@aio.jsc.nasa.gov>
  9. Date: Fri, 24 Jul 1992 15:50:20 GMT
  10. Lines: 30
  11.  
  12. nicholls writes:
  13. >In article <yvent.711983630@theseas> yvent@ntua.gr (Yannis Ventikos) writes:
  14. >>
  15. >>I have been reading the comp.sys.sun.admin newsgroup for a couple of
  16. >>months now ...
  17. >>You can do anything you want on a Sun: run NIS or don't, run primary...
  18. >>yvent@areti.marinentua.ariadne-t.gr
  19. >>yvent@theseas.ntua.gr (news server)
  20. >
  21. >I wouldn't mind setting up NIS if I knew what the heck it was.
  22. >I recently did a 'grep NIS /usr/man/man?/*' and came up with
  23. >nothing.  If Sun thinks NIS is so great, why isn't it in the manual?
  24.  
  25. NIS is yellow pages.  see /usr/man/man?/yp*.  To get started, just pick
  26. one machine to be a master and type "ypinit -m" on it.  Pick a few
  27. others to be slave yp servers and type "ypinit -s mastername" on them.
  28. Finally, start up ypbind on all your machines.
  29.  
  30. Also, run yppasswdd on the master server.
  31.  
  32. Starting up yp is not a big deal.
  33.  
  34. If the ypdomain extends across networks, use ypxfr to transfer the
  35. maps.  Use the crontabs found in /usr/etc/yp.
  36.  
  37. Before starting, be sure to get the latest yp security patches by anon
  38. ftp from ftp.uu.net in /systems/sun/sun-dist.  Get patches 100201,
  39. 100377, and 100482.
  40.  
  41. Brian
  42.