not sure but you might need an ntp driftfile line in your config file
driftfile /var/ntp/ntp.drift
Main Topics
Browse All TopicsHi. I'm trying to configure xntpd in solaris 8. I already have my ntp server running in another box; and my ntp.conf file (on the client solaris box)only says the following:
server <ip-address for ntp server>
after I started xntpd daemon, the time sync worked, but after 4 weeks the daemon is still running but time sync is lost.
Can anybody tell me what am I doing wrong? or what else is needed to do, in order to maintain the time sync?
Thank you in advance for your help
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: JayBatPosted on 2003-04-29 at 11:41:12ID: 8422268
First, make sure your server NTP is actually working. You
========== ========== ========== ========== ========== ==
rg.uk/cach e/76.html
========== ========== ========== ========== ========== ==
~ntp/ntpfa q/NTP-a-fa q.htm
want to see something like this:
% ntpq -p server
remote refid st t when poll reach delay offset disp
==========================
-ntp0.usno.navy. .PSC. 1 u 121 128 377 114.88 -5.280 6.00
-montpelier.ilan 0.0.0.0 1 u 85 128 377 48.26 0.066 0.24
*ntp-cup.externa .GPS. 1 u 23 64 377 32.09 2.616 0.43
+bigben.cac.wash .USNO. 1 u 75 64 377 48.66 3.699 15.88
+mewmie.mainecoo prowlingtabby.m 2 u 115 64 377 41.35 3.555 9.72
The "*" and "+" hosts are all qualified time reference
candidates, the "*" is currently more qualified than the
others. :-) The "-" hosts are currently disregarded.
Is the client a Sun Blade 100? You need to tweak the
#!%#$ hardware clock:
http://sunblade100.wells.o
Stop/Start xntpd:
% sudo /etc/init.d/xntpd stop
% sudo /etc/init.d/xntpd start
You should see ntpdate messages in /var/adm/messages, with
reassuring-looking offsets (a few ms).
% ntpq -p
(wait 3 minutes)
% ntpq -p
(wait 3 minutes)
% ntpq -p
You should see the client starting to get time data from
the server, starting with huge dispersion (jitter) numbers,
then, settling down to something like:
% ntpq -p
remote refid st t when poll reach delay offset disp
==========================
*spitfire ntp-cup.externa 2 u 1006 1024 377 0.44 0.947 2.18
+raleigh ntp-cup.externa 2 u 566 1024 377 0.89 0.775 1.39
...except you're only going to have one server (better be
a good one!).
See:
xntpd(1M)
ntpq(1M)
http://www.eecis.udel.edu/
-Jay-