How to Install oVirt Agent?
May 24, 2023 at 4:41 PMHow to Install oVirt Agent?
Table of Contents
The oVirt Guest Agent provides information, notifications, and actions between the Compute service’s web interface and the VM.
The agent provides the following information to the web interface:
- Virtual Machine Name
- Operating System
- IP Addresses
- Installed Applications
- Network and RAM usage
- Other data
Agent Installation
Windows
To install the oVirt agent on Windows, perform the following steps:
-
Ask the support for the oVirt agent installer or download the installer from the Internet
-
open the oVirt agent installer on your computer
- install the program
Linux
CentOS7 & RHEL7 client
To install oVirt:
- install epel:
sudo yum -y install epel-release
- Install oVirt Guest Tools using yum:
sudo yum install ovirt-guest-agent-common
- Enter the following command to enable the service:
sudo systemctl enable ovirt-guest-agent.service
- Launch the service
sudo systemctl start ovirt-guest-agent.service
Ubuntu 16.04 LTS / Debian 8 client
- Package installation from the standard repositories:
# apt-get install ovirt-guest-agent
# chown ovirtagent:ovirtagent -R /var/log/ovirt-guest-agent
# systemctl enable ovirt-guest-agent
# systemctl status ovirt-guest-agent`
Note: The web interface may take some time to start displaying information. If you find that this information does not appear after a while, restart the VM by turning the power off and then on through the web interface and make sure the service is running inside the VM.