ntpd: Synchronizing with time server Failed error on VMware ESX 3.5
- 0 Comments
This question came from my friend who just switched from Windows side of the IT world into VMware and Linux side . Have you ever noticed on VMware ESX servers that NTP (network time protocol) fails to synchronize even though you have configure ntp server in /etc/ntp.conf file. This error can be fixed easily on VMware ESX servers, this happens because ntp client ports are blocked by ESX server firewall. To troubleshoot this error first check if you have ntp port enabled on VMware ESX server firewall, ntp client uses port 123 (UDP) to communicate with Time server on network.
1. Login as root using ssh onto your VMware server and search for UDP port 123 to see if this port for ntp client is listed on VMware ESX server firewall:
|
[root@esxhost21 etc]# esxcfg-firewall -q |grep -i “123″ |
If you see no results then you don’t have ntp port enabled on your VMware ESX port.
2. How to enable ntp client port on VMware ESX firewall
|
[root@esxhost21 etc]# esxcfg-firewall -e ntpClient
|
3. Verify if ntpClient port is enabled on VMware ESX firewall
|
[root@esxhost21 etc]# esxcfg-firewall -q |grep -i ntp Enabled services: CIMSLP ntpClient LicenseClient sshServer LDAP |
NOTE: you will notice ntpClient in Enabled services listing on VMware ESX firewall.
4. Verify the ntp client port is listed in VMware ESX firewall listing
|
[root@esxhost21 etc]# esxcfg-firewall -q |grep -i “123″ 82 6232 ACCEPT udp – * * 0.0.0.0/0 0.0.0.0/0 udp dpt:123 |
If you notice ACCEPT for port (UDP) 123 then this indicated that ntp Client port is enabled on VMware ESX server.
5. Restart ntpd daemon (process) on VMWare ESX server
|
[root@esxhost21 etc]# /etc/init.d/ntpd restart Shutting down ntpd: Starting ntpd: |

Related Articles
LEAVE A COMMENT
-  XenCenter download,  vSpehere,  download xencenter,  XenCenter 5 download,  m,  download xencenter 5.0,  how to fix ntldr in vista,  Install VMware View,  sysdigg view composer,  best laptop for kids,  linux ipv6 on vmware,  how to remove adobe cs3 registration file vista,  ibm hs21 bios update,  adobe clean uninstall,  ouverture ssh sur un serveur esxi,  ibm director 6.1 download,  xencenter 5.0 download,  esx boot bios skip,  IBM BMC firmware,  vmware esx dell service tag,  vmware view linux,  VMtools on Centos,  Citrix XenCenter Download ,  replace text in multiple files linux,  Linux get dell service tag,  centos vmware tools,  xencenter 5.0.0 build 13192,  difference between vswif0 and vswitch,  how to delete trojans off windows vista,  mac os xencenter citrix,  HA fails on esx host,  ls command work on vista,  vmware tools on centos,  NAT issues "vmware workstation" windows 7,  install WVware tools on Centos5,  Dell server serial ESX,  Tesla Model S Release Date,  Best lap top for kids price,  VM cant install network adaptor,  "vCenter Converter" Linux powered-on,  add nic drivers to vmware esx guest,  XenCenter administration,  xencentre download,  install xencenter on virtual machine,  NTP client in ESX server,  esx server 3.5 cant install windows xp,  windows 7 beta iso,  replace a exact string in file in linux using sed,  trend micro antivirus error shortcut ,  fix ntldr windows 2008, 


