Created 07-01-2014 02:34 PM
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
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
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
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
Created 08-25-2017 06:15 AM
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
Created 08-27-2017 12:45 AM
Created 03-17-2015 08:24 AM
I found this article which was super helpful.
Created 08-29-2016 02:59 AM
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
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,