Friday, March 22, 2013

Fix SolusVM Time Zone Issue with VMS



1- Go to your virtual machine (CTID in solusvm lets say it's 101)
2- rm /etc//localtime
3- ln -s /usr/share/zoneinfo/EST /etc/localtime

Now ssh to you solusvm machine main machine:

rm /etc//localtime
ln -s /usr/share/zoneinfo/EST /etc/localtime

ntpdate us.pool.ntp.org

This will sync the time

now run the cron every night to sync time
crontab -e

0 0 * * * ntpdate us.pool.ntp.org

No comments:

Post a Comment