Installing Virtual Machine Manager on your local computer

Deploying an HCP VM System on KVM

Version
9.6.x
Audience
anonymous
Part Number
MK-94HCP009-07

To install Virtual Machine Manager on your local computer, you must download the library, enable the necessary functions, and download the application on your local computer. To start Virtual Machine Manager:

  1. Open a new terminal that is not using SSH to connect to your KVM host and enter the following command:
    sudo dnf install virt-manager
  2. After the packages are installed, 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