Installing and initiating the KVM packages

Deploying an HCP VM System on KVM

Version
9.6.x
Audience
anonymous
Part Number
MK-94HCP009-07
  1. Enter the following command to download and install the packages:
    sudo dnf install libvirt libvirt-daemon-kvm qemu-kvm virt-manager guestfs-browser libguestfs-tools python-libguestfs virt-top virt-install bridge-utils virt-viewer
  2. After the packages are installed on the node, enter the following command to start virtlogd:
    sudo systemctl start virtlogd
  3. Enter the following command to start libvirtd:
    sudo systemctl start libvirtd
  4. Enter the following command to enable libvirtd:
    sudo systemctl enable libvirtd