proxmox QEMU Guest Agent install
# Virtualation/Private Cloud2024. 6. 24. 13:40proxmox QEMU Guest Agent install

1. 설치전 설정      2. 리눅스용 설치## 레드햇yum install qemu-guest-agent## debianapt-get install qemu-guest-agent## 시작 프로그랙 등록systemctl enable qemu-guest-agent## 서비스 시작systemctl start qemu-guest-agent    3. 윈도우용 설치https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/?C=M;O=D Index of /groups/virt/virtio-win/direct-downloads/archive-virtio fedorapeople.org           설치완료   root@pve:..

image