OS information is not changed after mounting and umounting ISO to KVM VPS in SolusVM

Have more questions? Submit a request

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
  1. Connect to Master node via SSH
  2. 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}'` 

  3. Update the OS using the query:

    MYSQL_LIN: UPDATE vservers SET templatename='OS name' WHERE vserverid='3';

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.