NTP sync does not work and zone information never gets changed on NetScaler SVM.
1) To verify and make sure the NTP sync from SVM works, we made the following changes.
• Adding a NTP server (restarts the ntpd service)
• Enabling the NTP synchronization (restarts the ntpd service)
After this change we observed that XenServer was showing PDT.
On further investigation of zoneinfo file we could see that Perth was having PDT mentioned. Since we were not able to copy the zoneinfo file from outside we decided to link the zoneinfo of Singapore which follows the same timezone of the localtime file.
root@netscaler-sdx ~]# ln -s /usr/share/zoneinfo/Singapore /etc/localtime
Permanent fix will be a XenServer upgrade
The zoneinfo file is corrupted.