home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / protocol / time / ntp / 877 < prev    next >
Encoding:
Internet Message Format  |  1992-09-10  |  2.1 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!swrinde!elroy.jpl.nasa.gov!usc!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!cgl!babar.mmwb.ucsf.edu!srp
  2. From: srp@babar.mmwb.ucsf.edu (Scott R. Presnell)
  3. Newsgroups: comp.protocols.time.ntp
  4. Subject: Re: Time synchronization on lots of SGI Indigos
  5. Message-ID: <srp.716183215@babar.mmwb.ucsf.edu>
  6. Date: 11 Sep 92 03:46:55 GMT
  7. References: <1992Sep10.233120.22639@umbc3.umbc.edu>
  8. Sender: news@cgl.ucsf.edu (USENET News System)
  9. Organization: UCSF Computer Graphics Lab
  10. Lines: 37
  11.  
  12. paulr@umbc4.umbc.edu (Paul Riddle) writes:
  13.  
  14. >Hi everyone,
  15.  
  16. >I would like to use xntpd for time synchronization on several labs of
  17. >SGI Indigos.  There are a total of 115 machines.  I have built and
  18. >tested xntpd successfully, but it doesn't include kernel support for
  19. >setting tickadj on the Indigo.  I have tried tweaking tickadj by hand,
  20. >but no matter what I do it generates large volumes of syslog messages
  21. >saying that it is stepping the clock backwards (one every couple of
  22. >minutes).
  23.  
  24. >So, my basic question is:  has anyone gotten xntpd to work well on an
  25. >Indigo?  If so, how did you do it?
  26.  
  27. >In case it's important, most of our stratum-3 servers are DECstations
  28. >running version 1 ntpd.  This is mainly because DECs seem to have
  29. >reasonably good clocks, and ntpd is included with Ultrix.
  30.  
  31. I ported and use ntpd (without the "x") on a set of about 12 PI's. I hacked
  32. up ntpd on our iri to accept the "tickadj" var, multiply by 1000 and use it
  33. to set timetrim via the syssgi() function and SGI_SETTIMETRIM (there is
  34. also a SGI_GETTIMETRIM). Tickadj is in uS/S, timetrim is in nS/S.  I've
  35. been using a value of about -400000 nS/S (so tickadj = -400) for our
  36. 4D/20's and a 25: the logical clock stays synced with that, and -4000 nS/S
  37. (so tickadj = -4) for the 35's.  timetrim is a signed long.
  38.  
  39. Check babar.mmwb.ucsf.edu [128.218.21.42] in ~ftp/pub/ntpd.patch for the
  40. patch and the Makefile.
  41.  
  42.     - Scott Presnell (srp@cgl.ucsf.edu)
  43.  
  44. -- 
  45. Scott Presnell                        +1 (415) 476-9890
  46. Pharmaceutical Chemistry, S-926            srp@cgl.ucsf.edu
  47. University of California
  48. San Francisco, CA 94143-0446            
  49.