Re: time acuracy
- From: "ThreeStar" <sco@xxxxxxxxxxxxxxxxx>
- Date: 12 Mar 2007 08:38:28 -0700
On Mar 12, 12:10 am, "Brian K. White" <b...@xxxxxxxxx> wrote:
----- Original Message -----
From: "Michel Donais" <don...@xxxxxxxxxxxx>
Newsgroups: comp.unix.sco.misc
To: <dis...@xxxxxxx>
Sent: Monday, March 12, 2007 1:20 AM
Subject: time acuracy
Sco OpenServer 5.0.4
Is there some way to keep time acuracy using an
external ntp server.
I found timed, ntpd and xntpd
The two last ones seem's to act as tme server and
I didn't find my way with timed
Any clues from somebody?
--
Michel Donais
ntpd is both client and server of the ntp protocol.
disregard xntpd and timed.
There is also a client-only for ntp called ntpdate.
In my opinion it's about exactly as easy or simple to use ntpdate in a cron
job as to configure ntpd to run all the time.
Nor is there any cpu/ram penalty by having ntpd running.
In either case, you need to look up an appropriate 2nd or 3rd tier ntp
server that is geographically close to you, perhaps your isp provides one.
Then for ntpd just create /etc/ntpd.conf with one line in it "server
tock.jrc.us"
Then "tcp stop ; tcp start" or reboot, or run ntpd -g manually. It will also
run at boot simply because ntpd.conf exists
Except you're going to want to reboot anyways for the new daylight savings
adjustment. more on that below.
For ntpdate there is no config file, just run this any time any where
ntpdate -b tock.jrc.us
or if you're behind a firewall or nat router you might need to add -u
ntpdate -bu tock.jrc.us
..and which can be placed in a cron job to reset the time once a day (or
however often you want)
22 2 * * * ntpdate -bu tock.jrc.us
Remember to vi /etc/TIMEZONE and append ",M3.2.0/2,M11.1.0/2" to TZ.
ie:
TZ='EST5EDT'
becomes
TZ='EST5EDT,M3.2.0/2,M11.1.0/2'
Then reboot the box so that init reads the new TZ, which means you don't
really have to bother starting ntpd manually above since you'll want to
reboot for this anyways.
Brian K. White b...@xxxxxxxxx http://www.myspace.com/KEYofR
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO FreeBSD #callahans Satriani Filk!
xntpd is the version of ntpd that you'll find on 5.0.5 and earlier.
Usage and setup is about the same.
It may be heresy but if there's a Windows system on the network you
can use the domain controllers as time sources for (x)ntpd or ntpdate.
--Ray Robert
Three Star Software
.
- References:
- time acuracy
- From: Michel Donais
- Re: time acuracy
- From: Brian K. White
- time acuracy
- Prev by Date: cannot access terminal control database
- Next by Date: Re: time acuracy
- Previous by thread: Re: time acuracy
- Next by thread: Re: time acuracy
- Index(es):
Relevant Pages
|