cancel
Showing results for 
Search instead for 
Did you mean: 

How to check ntp deamon is working properly on unix

Former Member
0 Kudos

Hi Gurus,

Can you let me know how i can check ntp deamon (ntpd) is working fine on Unix (i.e, the client clock is synced with the server clock) ?.

Please let me know on urgent Basis.

Thanking in advance.

Regards,

Bablu Yadav.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192421
Active Participant
0 Kudos

Hi Bablu,

Check the log available at /var/log/ntp.log

Also check the configuarion file it uses /etc/ntp.conf to which server it's calling

To test that a server works, just type sudo ntpdate ntp.server.name and see what happens.

This is one helpful link: http://wiki.openwrt.org/doc/howto/ntp.client

Regards,

Rajkumar

Former Member
0 Kudos

ntpdate -q

Regards,

Roman