home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / time / ntp / 845 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  3.4 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!wupost!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!ucbvax!NSSDCS.GSFC.NASA.GOV!williams
  2. From: williams@NSSDCS.GSFC.NASA.GOV (James W. Williams)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: need a bit of help with ntp.conf
  5. Message-ID: <9208261940.AA12309@nssdcs.gsfc.nasa.gov>
  6. Date: 26 Aug 92 19:40:39 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: inet
  9. Organization: The Internet
  10. Lines: 67
  11.  
  12. I am having trouble with these paragraphs from the ntpd man page...
  13.  
  14.      Currently three time server  specifications  are  supported.
  15.      They are peer, server and passive. Each command takes either
  16.      a dotted-quad internet address or a host  name.   Each  host
  17.      specified  in  any one of the three commands is elligable to
  18.      be synchronized to, while random hosts which set up  a  peer
  19.      relationship  are  not.  The peer and server commands create
  20.      an active polling situation; in the case of  peer,  the  NTP
  21.      packets  are  sourced  in Symmetric-Active mode, while using
  22.      server causes the  packets  to  be  in  Client  mode.   When
  23.      reachability  is  lost  with  a configured host in either of
  24.      these two cases, the daemon will continue  to  poll  to  re-
  25.      acquire  that host.  A host specified in the passive command
  26.      will not continue to be polled.  If that host begins to poll
  27.      us,  it  will be eligable as to be synchronized but will not
  28.      be polled if reachability is lost.
  29.  
  30.      It is recommended that the  bulk  of  the  peers  configured
  31.      should  be  specified  with  the  client  keyword; this will
  32.      minimize resource usage on the remote NTP server.   If  your
  33.      host will be serving as a redistribution point for a cluster
  34.      of hosts,  you should set up peer relationships with  higher
  35.      quality  clocks  (lower  stratums)  and  other equal stratum
  36.      clocks.  In other words, if you are not redistributing  time
  37.      to others, you shouldn't need to configure any peers in your
  38.      NTP configuration; client specifications are more  appropri-
  39.      ate.
  40.  
  41. The second paragraph refers to the "client" keyword, but the
  42. the first paragraph says that the three choices are "peer", "server",
  43. and "passive".  I am trying to set up one of my Suns (nssdcs.gsfc.nasa.gov)
  44. as a local ntp server that is synchronized to umd1 and serves as the
  45. "master clock" for my other suns.  It is far from clear from the above
  46. just how my /etc/ntp.conf files should look.  The file on nssdcs
  47. is given below.  It seems to be synched with umd1.  Any help would be 
  48. most appreciated!  Also, I'm not sure what "precision" should be for
  49. a Sun 4.
  50.  
  51. Thanks,
  52. Jim
  53.  
  54. -------------------------------------------------------------------------------
  55. # $Source: /usr/users/louie/ntp/RCS/ntp.conf,v $ $Revision: 3.4.1.1 $ $Date: 89/03/22 18:33:02 $
  56. #
  57. #         Local clock parameters
  58. #
  59. #
  60. #    Precision of the local clock to the nearest power of 2
  61. #        ex.
  62. #            60-HZ   = 2**-6
  63. #            100-HZ  = 2**-7
  64. #            1000-HZ = 2**-10
  65. precision -7
  66. #
  67. #    Peers - please refer to the README file for proper selection of
  68. #        NTP peers
  69. #
  70. peer        nails.gsfc.nasa.gov
  71. peer        ncgl.gsfc.nasa.gov
  72. server        umd1.umd.edu
  73.  
  74. -------------------------------------------------------------------------------
  75. Spoken: James W. Williams            Company: Hughes STX
  76. Internet: williams@nssdcs.gsfc.nasa.gov        Phone: +1 301 286-1131
  77. USPS: NASA Goddard Space Flight Center; Code 633; Greenbelt, MD 20771
  78. Maryland Car Tags: DEV CAR
  79.