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?

VMware にインストールした RockyLinux9.5 に open-vm-tools をコマンドでインストールする

Posted at

VMware workstation にインストールした RockyLinux9.5 の時間がホストPCとズレていくので、vmware-tools の timesync を利用したかった話。

結論

dnf install -y open-vm-tools

利用例

インストールしたばかりだと、timesyncDisabled になっているのは、もちろんのこと、 vmtoolsd 自体も動いていないので、ちゃんと起動させましょう。

# vmtoolsd を起動
systemctl start vmtoolsd

# vmtools の timesync 機能のステータスを確認
vmware-toolbox-cmd timesync status
# Disabled と出力される

# 起動する
vmware-toolbox-cmd timesync enable

# 再度 timesync のステータスを確認
vmware-toolbox-cmd timesync status
# Enabled と出力されたら OK

出典

Open VM Tools のインストール - RHEL、Fedora、および CentOS
ゲストとホスト OS 間の時刻同期の構成

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?