Installing and Deploying the oVirt-engine Software Package
Install and deploy oVirt-engine on the management node.
- Install oVirt-engine.
yum install ovirt-engine python3-distro vdsm-jsonrpc-java-1.5.5 -y
- 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
- 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.
Parent topic: Installing and Deploying oVirt-engine