Hi,
This is the error message I get when I run '# ntpdate' on two newly created ESX 3.0.2 servers:
15 Jan 22:23:34 ntpdate[2689]: no servers can be used, exiting
Using the NTP sample configuration files, this is what they look like :
- partial contents of : '/etc/ntp.conf':
restrict default kod nomodify notrap noquery nopeer
restrict 127.0.0.1
restrict fr.pool.ntp.org mask 255.255.255.255 nomodify notrap noquery
server fr.pool.ntp.org
- full contents of '/etc/ntp/step-tickers':
fr.pool.ntp.org
ntpd -d
ntpd 4.1.2@1.892 Tue Feb 24 06:32:25 EST 2004 (1)
create_sockets(123)
interface <lo> OK
interface <vswif0> OK
init_io: maxactivefd 0
resolving fr.pool.ntp.org
peer_clear: at 0 assoc ID 0
newpeer: 127.0.0.1->127.127.1.0 mode 3 vers 4 poll 6 6 flags 21 1 ttl 0 key 00000000
report_event: system event 'event_restart' (0x01) status 'sync_alarm, sync_unspec, 1 event, event_unspec' (0xc010)
auth_agekeys: at 1 keys 1 expired 0
refclock_transmit: at 3 127.127.1.0
refclock_receive: at 3 127.127.1.0
peer LOCAL(0) event 'event_reach' (0x84) status 'unreach, conf, 1 event, event_reach' (0x8014)
refclock_sample: n 1 offset 0.000000 disp 0.010000 jitter 0.000000
clock_filter: n 1 off 0.000000 del 0.000000 dsp 7.937504 jit 0.000004, age 0
I have done:
esxcfg-firewall -q ntpClient
service ntpd restart
service mgmt-vmware restart
reboot
But still no luck, can anyone help please?