home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / aix / 8850 < prev    next >
Encoding:
Text File  |  1992-08-16  |  2.1 KB  |  56 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!ddssuprs!lpc
  3. From: lpc@dickens.com (Luis P Caamano)
  4. Subject: Re: Namesevice on RS/6000....
  5. Message-ID: <1992Aug17.031526.22730@dickens.com>
  6. Date: Mon, 17 Aug 1992 03:15:26 GMT
  7. References: <1992Aug7.224954.11534@ddsw1.mcs.com> <168eqjINNgio@grasp1.univ-lyon1.fr> <1992Aug13.022927.11074@ddsw1.mcs.com>
  8. Organization: Dickens Data Systems, Inc.
  9. Lines: 45
  10.  
  11. In article <1992Aug13.022927.11074@ddsw1.mcs.com> karl@ddsw1.mcs.com (Karl Denninger) writes:
  12. >Christophe.Wolfhugel@univ-lyon1.fr (Christophe Wolfhugel) writes:
  13. >>karl@ddsw1.mcs.com (Karl Denninger) writes:
  14. >>>Oh yeah, don't forget to start it directly, NOT from srcmstr.  If you forget
  15. >>>this you'll end up with lots of named's (thousands) running and a crashed
  16. >>>machine.
  17. >>
  18. >>Nope. Bind should not do this as it simply won't bind twice to the socket.
  19. >>The typical message in the syslog would be:
  20. >>
  21. >>Aug 10 16:01:01 g1 named[3683]: restarted
  22. >>Aug 10 16:01:01 g1 named[3683]: bind(vs, 0.0.0.0[53]): Address already in use
  23. >
  24. >Which you will get repeatedly and forever, as srcmstr tries to spawn another
  25. >copy when the first one dies.  Srcmstr is somewhat like init(1) in this
  26. >respect :-)
  27. >
  28.  
  29. Unless you change it in the ODM SRCsubsys object class, srcmstr
  30. should not restart named:
  31.  
  32. # uname -s -r -v
  33. AIX 2 3
  34.  
  35. # odmget -q 'subsysname=named' SRCsubsys | grep action
  36.     action = 2
  37.  
  38. # fgrep ONCE /usr/include/spc.h
  39. #define   ONCE     2                /* do not restart subsystem       */
  40.  
  41. If it dies, it dies.  The only thing srcmstr does when it dies is
  42. to write a error in the error log. (The famous SOFTWARE PROGRAM
  43. TERMINATED ABNORMALLY).
  44.  
  45. If you're getting multiple named running is not because of
  46. srcmstr.
  47.  
  48. -- 
  49. ---------------------------------------------------------------------------
  50. Luis P. Caamano                    |         lpc@dickens.com
  51. Dickens Data Systems, Inc.         |         uunet!dickens.com!lpc
  52. Atlanta, GA                        |         (404) 475-8860
  53. ---------------------------------------------------------------------------
  54. If I think I know it all, I'll stop learning. -myself
  55. The more I learn, the more I know I know nothing. -somebody else
  56.