Applicable to:
- SolusVM
Symptoms
OS information is not changed after mounting and umounting ISO to KVM VPS in SolusVM
Cause
SolusVM bug with ID SVM-2128 which was fixed in 1.24.12
Resolution
Update to the latest mainline version
If the update is not the option use the below workaround
Workaround
- Connect to Master node via SSH
- Access the database with the command:
# MYSQL_PWD=`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $3}'` mysql `cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $1}'` -u`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $2}'` -h`cat /usr/local/solusvm/includes/solusvm.conf | awk -F ":" '{print $4}'`
- Update the OS using the query:
MYSQL_LIN: UPDATE vservers SET templatename='OS name' WHERE vserverid='3';
Comments
0 commentsPlease sign in to leave a comment.