ssh设置esxi命令:
esxcli system time get --esxi查询系统时间
esxcli system time set --esxi设置系统时间
格式:esxcli system time set -y 2021 -M 02 -d 24 -H 10 -m 41 -s 25
开启NTP服务
esxcli system ntp set -e | enable=true
添加NTP服务器
esxcli system ntp set -e | server=ntp.ntsc.ac.cn
也可以一次添加多个NTP服务器
esxcli system ntp set -e | server=ntp.ntsc.ac.cn,time.ustc.edu.cn
NTP服务器搜集了好几个,供选用,试了似乎只能同时加8个,自行测试
NTP建议使用:
0.vmware.pool.ntp.org
1.vmware.pool.ntp.org
2.vmware.pool.ntp.org
3.vmware.pool.ntp.org
或者阿里NTP
本文介绍了如何使用SSH命令行来设置ESXi主机的系统时间和启用NTP服务,包括设置时间、开启NTP以及添加NTP服务器。推荐使用vmware.pool.ntp.org或阿里云的NTP服务器来确保时间同步的准确性。
698

被折叠的 条评论
为什么被折叠?



