Network Security Manager On-Premises Getting Started Guide

Preparing the KVM Server

Before installing KVM on Ubuntu, you have to verify if the hardware supports KVM. Availability of CPU virtualization extensions such as AMD-V and Intel-VT is the minimum requirement for installing KVM.

To check whether the Ubuntu system supports virtualization, run the following command. If the outcome is greater than 0, then it implies that virtualization is supported:

$ egrep -c '(vmx|svm)' /proc/cpuinfo

To check if your system supports KVM virtualization, execute the following command:

$ sudo kvm-ok

If the “kvm-ok” utility is not present on your server, you can install it by running the following command:

$ sudo apt install cpu-checker

Now execute the “kvm-ok” command to probe your system:

$ sudo kvm-ok
INFO: /dev/kvm exists
KVM acceleration can be used

The output clearly indicates that you are ready to proceed with the installation of KVM.

Was This Article Helpful?

Help us to improve our support portal

Techdocs Article Helpful form

  • Hidden
  • Hidden

Techdocs Article NOT Helpful form

  • Still can't find what you're looking for? Try our knowledge base or ask our community for more help.
  • Hidden
  • Hidden