home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / hp / 14636 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.6 KB  |  39 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!serval!slester
  3. From: slester@PROBLEM_WITH_INEWS_GATEWAY_FILE (Sam Lester)
  4. Subject: Re: Synchronize time?
  5. Message-ID: <1993Jan8.020426.17992@serval.net.wsu.edu>
  6. Sender: news@serval.net.wsu.edu (USENET News System)
  7. Organization: Washington State University
  8. X-Newsreader: TIN [version 1.1 PL8]
  9. References: <1993Jan8.003630.29320@hplabsz.hpl.hp.com>
  10. Date: Fri, 8 Jan 93 02:04:26 GMT
  11. Lines: 26
  12.  
  13. Angela,
  14.  
  15.    There are several different ways to sincronize the clocks of unix systems.
  16.  
  17.   First,  (This is the way I do it)
  18.  
  19.     get rdate off a anonymous ftp site near you.  Next ships with rdate. 
  20. On an HP9000/720 rdate compiles and works fine.  You can schedule a boot up
  21. sync time or set a cron job to sync once every hour.  For example, our 
  22. machines have a cron job that says
  23. 01 * * * *  /usr/local/bin/rdate timeserver >>/dev/null
  24.                                   ^Timeserver is an alias that points to
  25.                                               our master time server, set
  26. S                                              its clock and the rest will
  27.                                               soon follow.
  28. Second,
  29.  
  30.   Get xntp from anonymous ftp.  This will syncronize clocks very well.  I
  31. think even down to 100ths of seconds.  Setup is a little more difficult than
  32. rdate.  However, xntp allows to sync with the internet, and adjusts time
  33. slowly so there are no gaps in time.
  34.  
  35. Third,
  36.         Get ntp from anonymous ftp.  See Howard Stateman note.
  37. Sam
  38. slester@vetmed.wsu.edu
  39.