- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ntp issues time not synchronized
Operating System - HP-UX
1823472
Members
2373
Online
109660
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
тАО05-15-2010 10:35 PM
тАО05-15-2010 10:35 PM
ntp issues time not synchronized
hi,
on one of the hp 9000 system we are facing issues with system time, it is not proper it is always ahead compared to its ntp server.
And to rectify the issue we do stop and start of xntpd daemon , after that the time start synchronizing and it work proper for 1 or 2 days.
And after 1 or 2 days the time again start loosing synchronization result in improper time on system
errors in syslog
/var/adm/syslog/syslog.log:May 16 01:04:53 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log:May 16 01:21:38 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log:May 16 01:21:57 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log:May 16 01:38:42 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective
ive hardware clock
/var/adm/syslog/syslog.log_V1:May 15 02:53:22 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log_V1:May 15 02:53:41 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log_V1:May 15 03:10:26 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
the ntp server is pingable
Please assist to solve this
on one of the hp 9000 system we are facing issues with system time, it is not proper it is always ahead compared to its ntp server.
And to rectify the issue we do stop and start of xntpd daemon , after that the time start synchronizing and it work proper for 1 or 2 days.
And after 1 or 2 days the time again start loosing synchronization result in improper time on system
errors in syslog
/var/adm/syslog/syslog.log:May 16 01:04:53 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log:May 16 01:21:38 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log:May 16 01:21:57 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log:May 16 01:38:42 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective
ive hardware clock
/var/adm/syslog/syslog.log_V1:May 15 02:53:22 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log_V1:May 15 02:53:41 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
/var/adm/syslog/syslog.log_V1:May 15 03:10:26 nlxsl108 xntpd[1532]: Unsynchronized, possible remote server failure or defective hardware clock
the ntp server is pingable
Please assist to solve this
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2010 11:13 PM
тАО05-15-2010 11:13 PM
Re: ntp issues time not synchronized
please do below acion and send us the output:
ps -ef | grep ntp
/usr/sbin/ntpq -p
Stop the xntpd deamon:
/sbin/init.d/xntpd stop
ntpdate -d
start the NTP deamon.
/sbin/init.d/xntpd start
ps -ef | grep ntp
/usr/sbin/ntpq -p
Stop the xntpd deamon:
/sbin/init.d/xntpd stop
ntpdate -d
start the NTP deamon.
/sbin/init.d/xntpd start
Sanjeev Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-15-2010 11:37 PM
тАО05-15-2010 11:37 PM
Re: ntp issues time not synchronized
Hello,
Pinging the remote server is not a good test.
ICMP simply proves that a remote server
responds to some special type of packets but
does not deal with any useful protocol like NTP.
Some of my customers completely disable ICMP
and tests like traceroute and ping are
worthless.
a) Is your remote server running NTP?
b) On your client server, run the following:
# ntpq -c peers
# ntpq -c assoc
# ntptrace -n
If your local clock is very different from a remote server, you will need to run
"ntpdate -B"...
Cheers,
VK2COT
Pinging the remote server is not a good test.
ICMP simply proves that a remote server
responds to some special type of packets but
does not deal with any useful protocol like NTP.
Some of my customers completely disable ICMP
and tests like traceroute and ping are
worthless.
a) Is your remote server running NTP?
b) On your client server, run the following:
# ntpq -c peers
# ntpq -c assoc
# ntptrace -n
If your local clock is very different from a remote server, you will need to run
"ntpdate -B
Cheers,
VK2COT
VK2COT - Dusan Baljevic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-17-2010 08:39 AM
тАО05-17-2010 08:39 AM
Re: ntp issues time not synchronized
Its NTP server... any NTP client should be configured to try to get time from at least *three* NTP servers. The NTP code has logic in it which attempts to determine the suitability of the NTP servers as time sources, and that code needs three or more time sources configured.
If the upstream NTP server is not properly synchronized, it will not serve time to clients - that situation should be exposed by some of the output you've been asked to provide.
If the upstream NTP server is not properly synchronized, it will not serve time to clients - that situation should be exposed by some of the output you've been asked to provide.
there is no rest for the wicked yet the virtuous have no pillows
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP