home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / unix / admin / 6344 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.6 KB  |  54 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!engr.uark.edu!engr16!wgj
  3. From: wgj@.uark.edu (William Johnston)
  4. Subject: NIS?
  5. Message-ID: <1992Nov23.192930.24412@engr.uark.edu>
  6. Keywords: NIS help
  7. Sender: netnews@engr.uark.edu (NetNews Administrator)
  8. Nntp-Posting-Host: engr16.uark.edu
  9. Reply-To: wgj@.uark.edu
  10. Organization: University of Arkansas
  11. Date: Mon, 23 Nov 1992 19:29:30 GMT
  12. Lines: 40
  13.  
  14. All right, I give up.
  15. I have a mixture of Sun's, DEC's, Oki's, and CDC's.
  16. The Suns and DEC's run BSD variants.
  17. The Oki's run V4.
  18. The CDC's run V3.
  19.  
  20.         I can get NIS to run just fine on the Sun's and DEC's.  The problem is with the machines with SysV.  I am rather new to SysV so there is probably something I am overlooking. 
  21.         The NIS problem I am having is that the yp commands all refuse to communicate with the ypbind process.  I feel that possibly ypbind is not binding with a server and is hanging. This happens even when the master server is the machine itself (see the example).
  22.  
  23. Example:
  24.  
  25.         This was done on a CDC 
  26.  
  27.  
  28. # cd /etc/yp
  29. # ls
  30. Makefile  binding   updaters
  31. # domainname cast2
  32. # /usr/etc/yp/ypinit -m
  33.  
  34.     [   ypinit startup   ]
  35.  
  36. # ls
  37. Makefile        ethers.time     netid.time      publickey.time
  38. aliases.time    group.time      networks.time   rpc.time
  39. binding         hosts.time      passwd.time     services.time
  40. cast2           netgroup.time   protocols.time  updaters
  41. # ypbind
  42. # ypwhich
  43. Domain cast2 not bound.
  44. # ypcat hosts
  45. ypcat:  can't bind to yp server for domain cast2.  Reason:  can't communicate with ypbind.
  46.  
  47. Thanks in advance for your help.
  48.  
  49. Bill Johnston
  50.  
  51.  
  52.  
  53.  
  54.