Rate This Document
Findability
Accuracy
Completeness
Readability

Installing and Deploying the oVirt-engine Software Package

Install and deploy oVirt-engine on the management node.

  1. Install oVirt-engine.
    yum install ovirt-engine python3-distro vdsm-jsonrpc-java-1.5.5 -y
  2. Download postgresql-jdbc 42.2.4-4 from the openEuler 20.03 LTS SP1 source.
    wget https://repo.huaweicloud.com/openeuler/openEuler-20.03-LTS-SP1/everything/aarch64/Packages/postgresql-jdbc-42.2.4-4.oe1.noarch.rpm
    rpm -Uvh --oldpackage postgresql-jdbc-42.2.4-4.oe1.noarch.rpm
  3. Manually load the Open vSwitch kernel module.
    modprobe openvswitch
    • The versions of the vdsm-jsonrpc-java-1.5.5 and postgresql-jdbc-42.2.4-4.oe1.noarch software packages must be the same as those in 1 and 2. Otherwise, the oVirt-engine service cannot be started.
    • The Open vSwitch kernel cannot be automatically loaded due to a path error. In this case, you need to manually load the kernel.