Skip to content

Installation of KVM Slave

AlmaLinux 8, 9/CentOS Stream 8

In order to perform the installation, download the installer and select option KVM virtualization node:

curl -o installer https://files.soluslabs.com/solusvmphp8/install/installer && chmod +x installer && ./installer
Example of the menu for CentOS Stream 8:

GoInstallerKvm

CentOS 7/RHEL 7/Scientific Linux 7

In order to perform the installation, download the installer script and select Hypervisor (KVM) Option:

curl -o install.sh https://files.soluslabs.com/install.sh && sh install.sh
Example of the Wizard menu for CentOS 7:

InstallerKvm

After installation is finished, disable SELinux on a permanent basis in /etc/selinux/config file.

Back to top