home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7240 < prev    next >
Encoding:
Text File  |  1992-12-29  |  3.0 KB  |  71 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!wupost!news.miami.edu!cybernet!news
  3. From: tom@cse.fau.edu  (Tom Horton)
  4. Subject: NetInfo problem (server thinks it's a clone)
  5. Message-ID: <1992Dec29.213450.15027@cybernet.cse.fau.edu>
  6. Sender: news@cybernet.cse.fau.edu
  7. Organization: Florida Atlantic University, Boca Raton
  8. Date: Tue, 29 Dec 1992 21:34:50 GMT
  9. Lines: 60
  10.  
  11. I have had a Netinfo problem in which I seem to have reconfigured my server so  
  12. that it thought it was a clone server.  I *believe* I have fixed this, but  
  13. since I'm no Netinfo expert I'd like someone to tell me if I've done this  
  14. right!
  15.  
  16. I'm running NeXTSTEP 2.1 (will do the 3.0 upgrade after resolving this issue).   
  17. I have two NeXTs: sailfish (the domain server I screwed up) and catfish (which  
  18. is served by sailfish).  I thought I had backups of /etc/netinfo but.... (Now I  
  19. do and will continue to do so.)
  20.  
  21. A couple of weekends ago we had a campus-wide IP address reconfiguration. I  
  22. needed to change the gateway IP address, the broadcast mask, etc.  Apparently I  
  23. should have physically disconnected my host 'sailfish' from the network before  
  24. doing this, because the next time it booted, I got the error message that it  
  25. couldn't find its parent Netinfo server.  (It *is* the Netinfo server for my  
  26. two-machine network, at least it's supposed to be.)  I deduced it now thought  
  27. it was a clone server.
  28.  
  29. After glancing at Chapter 8 in the Network and System Admin. manual that came  
  30. with NeXTSTEP 2.1, I made some educated guesses about how to fix this.  In the  
  31. domain I had access to when the machine booted (now /sailfish), I opened the  
  32. subdirectory /machines and removed the 'serves' property from broadcasthost,  
  33. then added a new machine 'sailfish' with the right IP address and the value  
  34. '../network' for the 'serves' property.  So now, instead of the two that were  
  35. there, there are now these 3 entries in /sailfish/machines:
  36.  
  37.    name: broadcasthost
  38.    ip_address: 255.255.255.255
  39.    
  40.    name: localhost
  41.    ip_address: 127.0.0.1
  42.    serves: ./local
  43.    
  44.    name: sailfish
  45.    ip_address: 131.91.80.15
  46.    serves: ../network
  47.  
  48. The machine now boots fine (at least so far) and NetInfo does come up with my  
  49. network as it did before I created this problem.  If I open the highest level  
  50. domain, I do find sailfish listed in /machines as follows:
  51.  
  52.    name: sailfish
  53.    ip_address: 131.91.80.15
  54.    serves:  sailfish/local ./network
  55.  
  56. This looks ok to me (I guess).
  57.  
  58. Could someone confirm that this is what I should have done, or make some other  
  59. suggestions?  As I said, I'm not a netinfo expert.  My immediate goal was to  
  60. get this fixed (at least temporarily) so I get my classes' final grades  
  61. compiled!  Now I want to make sure it's fixed right.
  62.  
  63. Thanks in advance for any help!
  64. Tom
  65.  
  66. -------------------------------------------------------------------------
  67. Dr. Thomas B. Horton, Assistant Professor
  68. Dept. of Computer Science and Engineering, Florida Atlantic University
  69. Boca Raton, FL 33431  USA        Phone:  407/367-2674   FAX: 407/367-2800
  70. Internet:  tom@cse.fau.edu       Bitnet: HortonT@fauvax
  71.