- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- NTP- syslog message
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 05:16 AM
02-10-2008 05:16 AM
xntpd[21798]: synchronized to 172.16.10.5, stratum=11
xntpd[21798]: time reset (step) 0.473885 s
xntpd[21798]: synchronisation lost
Anyone have any suggestions why its giving?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 06:50 AM
02-10-2008 06:50 AM
SolutionYou can play with the "minpoll" setting in your ntp.conf file in the server line but you may cause unecessary network traffic.
Also the fact that you are at stratum 11, does not guarantee that the source time is accurate either. The drifting may be happening in previous strata and not between your client and the 7440 server.
As an alternative in some clients, I schedule a cronjob to run "ntpdate" as many times as needed (in my case I ran it once every 24 hours) and NOT use the ntpd at all on the client.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 10:50 AM
02-10-2008 10:50 AM
Re: NTP- syslog message
Post your /etc/ntp.conf file (without comments) like this:
grep -v ^\# /etc/ntp.conf
Then post the output of this command:
ntpq -p
That will help explain the current situation.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2008 07:47 PM
02-10-2008 07:47 PM
Re: NTP- syslog message
I have made a mistake in my thread.
NTP server is in 3440 machine(OS 11i v1) and client is 7440 (OS 11i v2).
I have posted the syslog message of client machine.
My client ntp.conf is
broadcastclient yes
driftfile /etc/ntp.drift
Client ntpq -p output
remote refid st t when poll reach delay offset disp
==============================================================================
172.16.10.5 LOCAL(1) 11 b 28 64 37 0.15 315.023 1984.28
My server ntp.conf is
server 127.127.1.1 prefer
fudge 127.127.1.1 stratum 10
broadcast 172.16.10.255
remote refid st t when poll reach delay offset disp
==============================================================================
*LOCAL(1) LOCAL(1) 10 l 42 64 377 0.00 0.000 10.01
172.16.10.255 0.0.0.0 16 - - 64 0 0.00 0.000 16000.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2008 05:26 AM
02-11-2008 05:26 AM
Re: NTP- syslog message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2008 10:23 AM
02-12-2008 10:23 AM
Re: NTP- syslog message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2008 10:43 AM
02-12-2008 10:43 AM
Re: NTP- syslog message
If you have an NTP server and it is serving up stratum 11 to your clients then you need to rework your environment.
I suggest starting over and make sure you use at least stratum 3 NTP servers or get yourself a hard clock resource.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2008 12:04 AM
07-30-2008 12:04 AM