0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VMware ゲストOS 時刻の同期無効化

Last updated at Posted at 2022-07-09

デフォルトではサスペンドやvMotion、スナップショット作成などで自動的にゲストOSの時刻同期がされてしまうので、そのような操作をして意図しない時刻変更をされる前に、
ゲストOSとESXiの時刻同期を無効にしておいたほうが良いそうです。

【参考】
https://kb.vmware.com/s/article/1189?lang=ja

【仮想マシンの「設定の編集」から以下のパラメーターを追加】

tools.syncTime = "0"
time.synchronize.continue = "0"
time.synchronize.restore = "0"
time.synchronize.resume.disk = "0"
time.synchronize.shrink = "0"
time.synchronize.tools.startup = "0"
time.synchronize.tools.enable = "0"
time.synchronize.resume.host = "0"

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?