Please note that this document is for reference only we do not take any responsible for any data lost.
How to change Timezone in VOS3000 after VOS3000 installation
Some tome you want to change Timezone in VOS3000 after VOS3000 installation For Example I want to change my Time zone to Asia/Shanghai
Reinstall Timezone database
# yum -y reinstall tzdata
Install NTP Client to accurate time according to time zone
# yum -y install ntp # chkconfig ntpd on # service ntpd restart Remove localtime current file
# rm -f /etc/localtime
Link Timezone file with /etc/localtime you can find your timezone file in /usr/share/zoneinfo/
# ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
Run tzselect command and select your timezone and note your timezone
for example Asia/Shanghai
# tzselect
Edit /etc/sysconfig/clock file and change with your Timezone
# nano /etc/sysconfig/clock
ZONE=”Asia/Shanghai”
UTC=true
ARC=false
Reboot the server Wait for few minutes check your time has synchronized with NTP server it will show slimier to below
# ntpstat
synchronized to NTP server (64.246.132.14) at stratum 2 time correct to within 31 ms polling server every 64 s
check time and timezone
# date
check your hardware clock
# hwclock
Important TIP Editing Timezone on /etc/sysconfig/clock is very important If you will not update this file VOS3000 client will not show your timezone changes in VOS3000 client.