Re: time acuracy
- From: bv@xxxxxxx (Bill Vermillion)
- Date: Mon, 12 Mar 2007 15:45:01 GMT
In article <007a01c76475$8974e880$861fa8c0@tv>,
Brian K. White <brian@xxxxxxxxx> wrote:
----- Original Message -----
From: "Michel Donais" <donais@xxxxxxxxxxxx>
Newsgroups: comp.unix.sco.misc
To: <distro@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
One of the prefered servers for time is a pool of ntp servers.
You get them by using ntpdate north-America.pool.ntp.org.
I actually run from the pool on an hourly basis.
Bill
--
Bill Vermillion - bv @ wjv . com
.
- References:
- time acuracy
- From: Michel Donais
- Re: time acuracy
- From: Brian K. White
- time acuracy
- Prev by Date: Re: time acuracy
- Next by Date: Re: cannot access terminal control database
- Previous by thread: Re: time acuracy
- Next by thread: Re: time acuracy
- Index(es):
Relevant Pages
|
|