Rate This Document
Findability
Accuracy
Completeness
Readability

Installing and Deploying oVirt-host

To install and deploy oVirt-host on compute nodes, you need to modify the /usr/libexec/vdsm/hooks/before_vm_start/50_hostedengine file.

  1. Install oVirt-host.
    yum install -y ovirt-host glibc ovirt-hosted-engine-setup
  2. Manually load the Open vSwitch kernel driver.
    modprobe openvswitch
  3. Open the /usr/libexec/vdsm/hooks/before_vm_start/50_hostedengine file.
    vim /usr/libexec/vdsm/hooks/before_vm_start/50_hostedengine
  4. Press i to enter the insert mode and change python3 in the file header to /usr/bin/python3.

  5. Press Esc to exit the insert mode. Type :wq! and press Enter to save the file and exit.