proxmox에서 vm에 QEMU Guest Agent 사용하기
먼저 proxmox에서 기능을 켜줍니다.
다음 위키를 참조해서 vm에 설치합니다.
https://pve.proxmox.com/wiki/Qemu-guest-agent#Windows
Qemu-guest-agent - Proxmox VE Qemu-guest-agent Contents 1 Introduction - What is qemu-guest-agent 2 Installation 2.1 Host 2.2 Guest 2.2.1 Linux 2.2.2 Windows 2.3 Testing that the communication with the guest agent is working 3 See Also Introduction - What is qemu-guest-agent The qemu-guest-agent is a helper daemon, which is inst… Qemu-guest-agent Contents 1 Introduction - What is qemu-guest-agent 2 Installation 2.1 Host 2.2 Guest 2.2.1 Linux 2.2.2 Windows 2.3 Testing that the communication with the guest agent is working 3 See Also Introduction - What is qemu-guest-agent The qemu-guest-agent is a helper daemon, which is inst…
위 wiki 에서 운영체제별로 맞게 설치하면 됩니다.
우분투인 경우,
1
sudo apt-get install qemu-guest-agent
설치 후에는 vm이시작될 때마다 자동으로 켜주기 위해 다음 명령어를 입력합니다.
1
2
systemctl start qemu-guest-agent
systemctl enable qemu-guest-agent
VM 요약 화면에서 ip가 보이면 qemu-guest-agent가 활성화된 것입니다.
감사합니다.
Proxmox 에서 QEMU Agent 설치하기. 안녕하세요. 달소입니다. ESXi에서 Proxmox 로 넘어오신분들이라면 아마 VM-Tools에 대해서 많이들어보셨을거라 생각합니다. 기본적으로 가상머신을 좀더 효율적으로 사용할 수 있게 도와주는 툴인데요. 이를통해서 H… 안녕하세요. 달소입니다. ESXi에서 Proxmox 로 넘어오신분들이라면 아마 VM-Tools에 대해서 많이들어보셨을거라 생각합니다. 기본적으로 가상머신을 좀더 효율적으로 사용할 수 있게 도와주는 툴인데요. 이를통해서 H…



