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
- Connect to KVM node via SSH
- Install the missing packages with the command:
# yum install libvirt libvirt-client libvirt-python libvirt-bash-completion
- Enable and start libvirtd service:
# systemctl enable libvirtd
# systemctl start libvirtd
Comments
0 commentsPlease sign in to leave a comment.