ESXI

ESXI设置时间

esxi设置时间命令:
Usage: esxcli system time set [cmd options]

Description:
  set                   Set the system clock time. Any missing parameters will
                        default to the current time

Cmd options:
  -d|--day=<long>       Day
  -H|--hour=<long>      Hour
  -m|--min=<long>       Minute
  -M|--month=<long>     Month
  -s|--sec=<long>       Second
  -y|--year=<long>      Year
 
 
 esxcli system time set --hour=10 --min=16 --sec=00
 

原文地址:https://www.cnblogs.com/flyback/p/5941154.html