Skip to content

Troubleshooting of KVM Slave installation

  • In case of any issues before or during the installation, check /var/log/yum.log, and also make sure that server is up-to-date:

    yum update
    

  • In case of any issues after the installation, check /tmp/install.log file and search through https://support.solusvm.com

  • CentOS7/RHEL 7/Scientific Linux 7: try starting SolusVM installer in the following manner to get more verbose output:

    sh +x install.sh
    

  • CentOS8/RHEL 8/Scientific Linux 8: installer produces verbose output out of the box. The output is duplicated into file /var/log/solusvm/installer.log

Back to top