The NTP servers provided during SSP Installer deployment get configured, but SSP Installer fails to sync time from the NTP server. This may lead to system time going out of sync on the SSP Installer node.
Symptoms:
Unable to login to SSP UI.
When you login to SSP-Installer UI with admin credentials, Navigate to "Instance Management -> vCenter Parameters" an error stating "interval extended with clock tolerance of 600000 ms: ... . This might be due to a clock skew problem." is seen.
Security Services Platform 5.0.0
pool", but does not remove "nopeer" config for the ntp entry. The "nopeer" needs to be off for ntp "pools" to work.ntpq -pn" from the root shell of SSP Installer node. If the command does not show at least one ntp server with "*", time is not getting synced.nopeer" from each line of ntp entries configured on SSPI. From root shell of SSPI -vi /etc/ntp.conf
pool <ntp-server-entry> iburstrestrict <ntp-server-entry> nomodify notrap nopeer noqueryto
pool <ntp-server-entry> iburstrestrict <ntp-server-entry> nomodify notrap noquery
/etc/ntp.conf file in SSPI node.Restart ntp service after modifying above entries -service ntp restart
ntpq -pn" from the root shell of SSP Installer. If the command shows at least 1 ntp server entry with a "*", time is getting synced.Note : This Issue is fixed in SSP 5.1