VMware Cloud Community
Bunty11
Hot Shot
Hot Shot
Jump to solution

NTP Query

How to verify IP address of the NTP server from which ESXi servers are pulling NTP/Time. ?

0 Kudos
1 Solution

Accepted Solutions
Bunty11
Hot Shot
Hot Shot
Jump to solution

i also got one way to know this

run this command:

watch ntpq -p localhost

output will show from which NTP server the ESXi is taking time.

View solution in original post

0 Kudos
3 Replies
tomtom901
Commander
Commander
Jump to solution

Go to the host -> Configuration -> Time configuration:

Screen Shot 2013-11-22 at 21.23.22.png

If you have configured a DNS name for the NTP server, you can ping it via SSH. You can also (ESXi 5) find some ntp logging information in /var/log/syslog.log. Use the command below to get all ntp related logging:

cat /var/log/syslog.log | grep ntp

Hope this helps,

Bunty11
Hot Shot
Hot Shot
Jump to solution

i also got one way to know this

run this command:

watch ntpq -p localhost

output will show from which NTP server the ESXi is taking time.

0 Kudos
tomtom901
Commander
Commander
Jump to solution

That's a nice one, thanks!

0 Kudos