home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / nfs / 2165 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.8 KB  |  55 lines

  1. Newsgroups: comp.protocols.nfs
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!darwin.sura.net!jvnc.net!yale.edu!ira.uka.de!chx400!bernina!hanke
  3. From: hanke@nessie.cs.id.ethz.ch (Norbert Hanke)
  4. Subject: PC-NFS & NIS
  5. Message-ID: <1992Aug27.103457.5374@bernina.ethz.ch>
  6. Summary: PC-NFS 4.0a fails to find NIS server, 3.5c works 
  7. Sender: news@bernina.ethz.ch (USENET News System)
  8. Organization: Swiss Federal Institute of Technology (ETH), Zurich, CH
  9. Date: Thu, 27 Aug 1992 10:34:57 GMT
  10. Lines: 43
  11.  
  12. A few days ago we upgraded our installation from PC-NFS 3.5c to 4.0a, and
  13. since then, PC-NFS has problems finding the NIS server.
  14. Exactly the same configuration works ok with 3.5c but has problems with 4.0a.
  15.  
  16. We issue the following commands:
  17.  
  18. NET NISDOMAIN ournisdomain
  19.  
  20. --> [PC-NFS is Installed]
  21.  
  22. NET START RDR
  23.  
  24. --> NFS126W :  Unable to get hostname by ip addr (cor.rect.ip.address)
  25.  
  26. NET NAME
  27.  
  28. --> The name of this system is UNKNOWN
  29. --> , and its IP address is cor.rect.ip.address.
  30. --> The subnet mask is 255.255.255.192 [0xffffffc0].
  31. --> It is in network information service domain ournisdomain, for which there is no NIS server.
  32. --> There is no authentication (PCNFSD) server
  33. --> No gateway is currently defined.
  34. --> You are logged in as nobody, with UID -2 and GID -2.
  35. --> It is Thu Aug 27 10:58:52 1992, CET
  36.  
  37. It seems that RARP works correctly: the PC knows its IP address after the
  38. NET START RDR command, also the subnet mask is correct. But it's unable to 
  39. contact the NIS (and simulatinous PCNFSD) server. 
  40.  
  41. There exists a workaround, however: If I replace the simple NET START RDR from
  42. above with the following sequence, everything works ok, apart from the same
  43. error message as described above.
  44.  
  45. NET START RDR
  46. NET NISSET ournisserver
  47. NET STOP RDR
  48. NET START RDR
  49.  
  50. Any explanations for this behaviour? Any help is appreciated.
  51.  
  52. Norbert Hanke
  53. ETH Zurich, Switzerland
  54.  
  55.