1.设置了NTP为ntp.aliyun.com并重启了服务不生效;
2.通过其他Linux系统复制localtime到esxi主机覆盖提示Operation not permitted,chmod和 chattr没用
目前只能通过:“
手动更改esxi系统时间
esxcli system time set -d 23 -H 21 -m 27 -M 04 -y 2022
手动更改esxi主板时间
esxcli hardware clock set -d 23 -H 21 -m 27 -M 04 -y 2022
同步主板时间到esxi系统上
esxcli system time get
该方法经测试,在管理web界面还是显示UTC时间(目前尚没有办法),
但是控制台下日志中均正常输出CST时间。
2.通过其他Linux系统复制localtime到esxi主机覆盖提示Operation not permitted,chmod和 chattr没用
目前只能通过:“
手动更改esxi系统时间
esxcli system time set -d 23 -H 21 -m 27 -M 04 -y 2022
手动更改esxi主板时间
esxcli hardware clock set -d 23 -H 21 -m 27 -M 04 -y 2022
同步主板时间到esxi系统上
esxcli system time get
该方法经测试,在管理web界面还是显示UTC时间(目前尚没有办法),
但是控制台下日志中均正常输出CST时间。