填写中科云时的NTP服务器IP地址。
设置esxi主机时间
打开esxi的ssh功能;确保可以ssh远程进行连接;
如果同步系统时间到主板上,使用下面命令:
~ # esxcli system time get
如果同步主板到esxi系统上,使用下面命令:
~ # esxcli system time get
更改ntp.conf配置文件
vi /etc/ntp.conf 加入tos maxdist 30 保存。
vi /etc/likewise/lsassd.conf(记得份) 找sync一行,去掉#sync-system-time的注释,设置为sync-system-time = yes 保存退出。
重启服务
/etc/init.d/ntpd restart
/etc/init.d/lsassd restart 如果报错,跳过,再重启两个服务:
/etc/init.d/hostd restart
/etc/init.d/vpxa restart