vcsa更改时区及搭建ntp服务器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vcsa更改时区及搭建ntp服务器相关的知识,希望对你有一定的参考价值。
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服务加入启动项
以上是关于vcsa更改时区及搭建ntp服务器的主要内容,如果未能解决你的问题,请参考以下文章