Qemu guest agent
From SME Server
Jump to navigationJump to search
qemu guest agent logo | |
Maintainer | John Crisp |
---|---|
Url | https://wiki.koozali.org |
Licence | GPL v2 |
Category | |
Tags | contrib'developer, perl |
Maintainer
Version
Description
https://pve.proxmox.com/wiki/Qemu-guest-agent
Installation
For a simple installation first set the QEMU Guest Agent as Enabled in the VM options
Then just do:
yum --enablerepo=smecontribs install smeserver-qemu-guest-agent signal-event post-upgrade;signal-event reboot
Check the Agent shows 'Enabled' in the Proxmox manager and the service is running on Koozali SME
systemctl status qemu-guest-agent
To install manually:
yum install qemu-guest-agent -y config set qemu-guest-agent service status enabled access private mkdir -p /usr/lib/systemd/system/qemu-guest-agent.service.d/ echo -e "[Install]\nWantedBy=sme-server.target" > /usr/lib/systemd/system/qemu-guest-agent.service.d/50koozali.conf /etc/e-smith/events/actions/systemd-default systemctl daemon-reload systemctl start qemu-guest-agent.service
No contrib available
yum install qemu-guest-agent -y cd /etc/rc.d/rc7.d/ ln -s /etc/rc.d/init.d/qemu-ga S85qemu-ga config set qemu-ga service status enabled access private service qemu-ga start
Configuration
config show smeserver-qemu-guest-agent
Uninstall
yum remove smeserver-qemu guest agent
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-qemu guest agent component or use guest agent&short_desc=&comment= this link
Below is an overview of the current issues for this contrib:
No open bugs found.
Changelog
Only released version in smecontrib are listed here.