Unable to start KVM VPS in SolusVM: sh: virsh: command not found

Have more questions? Submit a request

Applicable to:

  • SolusVM

Symptoms 

Unable to start KVM VPS. When rebooting the VPS at SolusVM > Virtual Servers > VPS > Reboot(Debug):

CONFIG_TEXT: sh: virsh: command not found
sh: virsh: command not found

Cause

libvirt packages are not installed on the KVM node.

Resolution

  1. Connect to KVM node via SSH
  2. Install the missing packages with the command:

    # yum install libvirt libvirt-client libvirt-python libvirt-bash-completion

  3. Enable and start libvirtd service:

    # systemctl enable libvirtd
    # systemctl start libvirtd

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.