- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How do I resolve clock offset issue?
Created 07-01-2014 02:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I get following health issue.
The host's NTP service did not respond to a request for the clock offset.
How do I resolve it?
Thanks,
Kewal
Created 06-17-2015 08:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, the problem was at the Firewall , one of the rules was changes ;
after the problem was fix the NTP was updated.
Thanks so much for your help
Created 06-17-2015 08:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, the problem was at the Firewall , one of the rules was changes ;
after the problem was fix the NTP was updated.
Thanks so much for your help
Created 10-28-2015 05:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the help
just 2 steps my issue is resolved might usefull to other
i tried
/etc/init.d/ntpd start
/etc/init.d/ntpd stop
it works for me
Created 05-24-2016 07:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created 08-25-2017 06:15 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed ntpd on all 8 nodes, checked the ntp.conf file across the nodes, its same..
So i stopped the ntpd and tried running the ntpupdate command and its saying command not found.. So could you please explain this step?
-> connected to the ntp server named in the ntp.conf file: ntpupdate <ntp_server>
Created 08-25-2017 08:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can update ntp by typing
# ntpdate -u {Main node sync'ed to NTP server IP address or Domain name
here}
Example
# ntpdate -u domains.ntp.com
OR
# ntpdate -u 192.168.0.2
You should only have 1 node announcing NTP and other nodes getting time
from main node.
Created 08-27-2017 12:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created 03-17-2015 08:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I found this article which was super helpful.
Created 08-29-2016 02:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I had to restart Cloudera SCM Agent to fix this alert after NTP reconfiguration:
service cloudera-scm-agent restart
Created 08-29-2016 08:08 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
clients to a central ntp server.
Great information here
http://www.linuxsecrets.com/blog/4tutorial-and-install-howto/2014/06/26/906-how-to-install-and-confi...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you are facing issue Clock offset issue then there will be problem with your ntp is not in sync.
To resolve follow some commands
Check in which host it is giving problem go under that host through CLI and
1. systemctl status ntpd.service (For checking the status, if its not working the it showing Inactive message)
2. route -n copy the ntp server ip address (You will find under Destination column)
3. ntpdate <ntp server ip address>
4. systemctl start ntpd.service (for starting & syncing your host, after firing wait for sometime)
5. ntpstat (for checking whether it is synchronized or not it should be in synchronized)
after performing above steps your Clock offset issue will get resolved.
Regard,
- « Previous
-
- 1
- 2
- Next »