1、更改vcsa时区

(1)运行tzselect命令进行时区的选择->4asia->9china->1beijing->1yes

(2)将TZ='Asia/Beijing';export TZ 加入用户目录中的.profile文件

(3)cp/usr/share/zoneinfo/Asia/Beijing /etc/localtime

2、搭建ntpserver

(1)将/etc/ntp.conf改为如下内容

tinkerpanic 0 server216.229.0.179 restrict169.254.4.0 mask 255.255.255.0 nomodify restrictdefault kod nomodify notrap nopeer restrict127.0.0.1 restrict-6 ::1 driftfile/var/lib/ntp/drift/ntp.drift

(2)开放服务端口

将如下语句添加到/etc/vmware/appliance/services.conf中 运行/usr/lib/applmgmt/networking/bin/firewall-reload命令重新载入防火墙规则 运行servicentp start启动ntp服务器并同步时间 运行chkconfigntp on将ntp服务加入启动项