Proxmoxで管理しているVMにゲストエージェントをインストールしてみる

ProxmoxのGUIサマリー画面での『Guestエージェントが未設定』を抑止する方法です。

  1. ゲストエージェントをインストール
    公式 https://pve.proxmox.com/wiki/Qemu-guest-agent を参考に、
    対象VMにゲストエージェントをインストールします
  2. エージェントの有効化
    対象VMをシャットダウンし、Proxmoxの管理GUIから『ゲストのオプション』→『QEMU Guest Agent』と進み、エージェントを有効にします
  3. エージェントの自動起動設定
    VMを起動し、

    systemctl start qemu-guest-agent
    systemctl enable qemu-guest-agent

    等でエージェントの自動起動を設定します

以上です。

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny