Applicable to:
- SolusVM
Symptoms
-
Unable to change password for SolusVM KVM Windows VPS:
SVM_ERROR: Error! Root/Administrator password could not be changed. This virtual server may not be Linux or Windows
-
Unable to mount disk of VPS on KVM node:
# guestmount -a /dev/volumegroup/kvm101_img -i --rw /mnt
guestmount: no operating system was found on this disk
Cause
Libguestfs-winsupport package is missing from KVM node:
# rpm -q libguestfs-winsupport
package libguestfs-winsupport is not installed
Resolution
-
Access KVM slave node via SSH.
-
Install the missing package:
# yum install libguestfs-winsupport
Comments
0 commentsPlease sign in to leave a comment.