Skip to content

Installing oVirt 4 with Self-Hosted Engine on Enterprise Linux

Avatar photo

https://www.linkedin.com/in/gineesh/ https://twitter.com/GiniGangadharan

(Image byย @tvick)/unsplash)

oVirt is one of the best free and open-source virtualization solution with enterprise level features. Installing oVirt cluster is simple and straight forward and you can refer the installation guide to achieve the same.

Basically you will setup oVirt Engine (Controller) and add oVirt Nodes to the cluster. But we don’t need a dedicated physical server for oVirt Engine but you can host it as a VM in oVirt itself via Self-Hosted Engine method. See the demo below for details.

Note : This one is configured with very minimal setup and as a single All-In-One oVirt Cluster as a lab setup. You must consider using High performance storage and other dedicated network connections for production level clusters.

Prepare oVirt Node

Download oVirt Node iso from download page and boot from this oVirt iso. Installation is straight forward as RHEL or CentOS and configure network, language, disk etc; keep everything else as default.

Make sure oVirt Node is accessible over ssh and configured to access internet for package installation.

Verify DNS

If you are have DNS server in the network, make sure you have added proper entries for oVirt host and engine and this is mandatory for installation. If you don’t have a DNS server to add entries, make sure you have added entries in /etc/hosts on oVirt node.

192.168.1.10  ovirt-engine-02.labl.local ovirt-engine-02
192.168.1.11  ovirt-node-02.labl.local ovirt-node-02

Access Cockpit for Installation

Cockpit is enabled by default on oVirt Nodes and you can access the same as https://<ovirt-node-ip>:9090

Note : You can also install self hosted engine via command line but cockpit method is the recommended one.

Login with same operating system credential and access Cockpit dashboard.

Select Hosted Engine

From Cockpit, Virtualization โ†’ Hosted Engine -> Select Hosted Engine as shown below.

Provide oVirt Engine details.

Add engine admin password

Start Prepare VM

Click on Prepare VM and wait for task to be completed. It may take 30-60 min depends on your host and connection.

It may take 30-60 min depends on your host and connection. Keep the session open and check logs for any issues. Once VM completed, click next.

Configure Storage for oVIrt

We can use NFS, iSCSI etc as storage options. I have used a local NFS server with 1TB storage and using the same for storage domain in oVirt. (for Lab setup, you may configure a local NFS server on same oVirt node as well.)

Verify details and proceed with next task.

Final deployment will take another 30-60 min depends on your host and connection. Keep checking the logs for any error and wait for the tasks to be completed.

Access oVirt Engine

Once installation completed without any error, oVirt Engine will be accessible with your ovirt engine FQDN. (it will not work with IP address most of the time; make sure you have proper entry in DNS or /etc/hosts)

Login with the Admin Password which you have provided during Prepare VM task. (default admin username will admin)

You need to add multiple storage domains for ISO, DATA etc, refer oVirt documentation for the same.

Disclaimer:

The views expressed and the content shared in all published articles on this website are solely those of the respective authors, and they do not necessarily reflect the views of the author’s employer or the techbeatly platform. We strive to ensure the accuracy and validity of the content published on our website. However, we cannot guarantee the absolute correctness or completeness of the information provided. It is the responsibility of the readers and users of this website to verify the accuracy and appropriateness of any information or opinions expressed within the articles. If you come across any content that you believe to be incorrect or invalid, please contact us immediately so that we can address the issue promptly.

Avatar photo


https://www.linkedin.com/in/gineesh/ https://twitter.com/GiniGangadharan
Gineesh Madapparambath is the founder of techbeatly and he is the author of the book - ๐—”๐—ป๐˜€๐—ถ๐—ฏ๐—น๐—ฒ ๐—ณ๐—ผ๐—ฟ ๐—ฅ๐—ฒ๐—ฎ๐—น-๐—Ÿ๐—ถ๐—ณ๐—ฒ ๐—”๐˜‚๐˜๐—ผ๐—บ๐—ฎ๐˜๐—ถ๐—ผ๐—ป. He has worked as a Systems Engineer, Automation Specialist, and content author. His primary focus is on Ansible Automation, Containerisation (OpenShift & Kubernetes), and Infrastructure as Code (Terraform). (aka Gini Gangadharan - iamgini.com)

Comments

1 Response

  1. Nizar says:

    When installing Ovirt with self-hosted-engine, wouldn’t the IP addresses of both the node and the engine be the same? Where do you get two different IPs?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.