The time zone in ESX is set through via a symbolic link to /etc/localtime, which is a file located in the /usr/share/zoneinfo directory. The symbolic link relates to the time zone that the ESX host is in. Check the current configuration with ll /etc/localtime and cat /etc/sysconfig/clock. To set the time zone, create the correct symbolic link:
ie. ln -sf /usr/share/zoneinfo/[country]/[location] /etc/localtime
More vQuotes
ie. ln -sf /usr/share/zoneinfo/[country]/[location] /etc/localtime
More vQuotes
No comments:
Post a Comment