• DevOps
    Case Study

    How we built a resilient multi-account, multi-cloud solution for a Health Tech service provider!

    READ CASESTUDY
    icon

    24/7 DevOps as a Service

    Round-the-clock DevOps for uninterrupted efficiency.

    icon

    Infrastructure as a Code

    Crafting infrastructure with ingenious code.

    icon

    CI/CD Pipeline

    Automated CI/CD pipeline for seamless deployments.

    icon

    DevSecOps

    Integrated security in continuous DevOps practices.

    icon

    Hire DevOps Engineers

    Level up your team with DevOps visionaries.

    icon

    Consulting Services

    Navigate success with expert DevOps consulting.

  • TechOps
    Case Study

    How we built a scalable Odoo solution for a Travel Tech service provider!

    READ CASESTUDY

    WEB HOSTING SUPPORT

    icon

    HelpDesk Support

    Highly skilled 24/7 HelpDesk Support

    icon

    Product Support

    Boost your product support with our expertise.

    MANAGED SERVICES

    icon

    Server Management

    Don’t let server issues slow you down. Let us manage them for you.

    icon

    Server Monitoring

    Safeguard your server health with our comprehensive monitoring solutions.

    STAFF AUGMENTATION

    icon

    Hire an Admin

    Transform your business operations with our expert administrative support.

    icon

    Hire a Team

    Augment your workforce with highly skilled professionals from our diverse talent pool.

  • CloudOps
    Case Study

    How we helped a Private Deemed University in India, save US $3500/m on hosting charges!

    READ CASESTUDY
    icon

    AWS Well Architected Review

    Round-the-clock for uninterrupted efficiency

    icon

    Optimize

    Efficient CloudOps mastery for seamless cloud management

    icon

    Manage

    Automated CI/CD pipeline for seamless deployments

    icon

    Migrate

    Upgrade the journey, Migrate & Modernize seamlessly

    icon

    Modernize

    Simplify compliance complexities with our dedicated services

    icon

    FinOps as a Service

    FinOps as a Service

  • SecOps
    Case Study

    How we built a scalable Odoo solution for TravelTech service provider!

    READ CASESTUDY
    icon

    VAPT

    Vulnerability Assessment and Penetration Testing

    icon

    Source Code Review

    Ensuring source code security ans safe practices to reduce risks

    icon

    Security Consultation

    On demand services for improving server security

    icon

    System Hardening

    Reduced vulnerability and proactive protection

    icon

    Managed SoC

    Monitors and maintains system security. Quick response on incidents.

    icon

    Compliance as a Service

    Regulatory compliance, reduced risk

  • Insights
    Case Study

    How we helped a Private Deemed University in India, save US $3,500/m on hosting charges!

    READ CASESTUDY
    icon

    Blog

    Explore our latest articles and insights

    icon

    Case Studies

    Read about our client success stories

    icon

    Flipbook

    Explore our latest Flipbook

    icon

    Events

    Join us at upcoming events and conferences

    icon

    Webinars

    Watch our educational webinar series

  • Our Story
  • Contact Us

Interested to collaborate?

Get in touch with us!

Ready to elevate your business with certified cloud expertise? Contact us today to learn how our team can help you leverage cloud technology to drive growth, streamline operations, and enhance security.

  • AWSAWS
  • Azure CloudAzure Cloud
  • Google CloudGoogle Cloud
  • Akamai CloudAkamai Cloud
  • OVHOVH
  • Digital OceanDigital Ocean
  • HetznerHetzner
  • Kubernetes Consultancy Services
  • K8s & Cloud native Solutions
  • 24/7 Infrastructure Monitoring
  • DevOps as a Service
  • Cloud CI/CD Solutions
  • White Labeled MSP Support
  • Our story
  • Life@SupportSages
  • Insights
  • Careers
  • Events
  • Contact Us

Connect with us!


LinkedInFacebookXInstagramYouTube

aws partneraws advanced partner
SupportSages

Copyright © 2008 – 2026 SupportSages Pvt Ltd. All Rights Reserved.
Privacy PolicyLegal TermsData ProtectionCookie Policy
SolusVM recovery from backup

SolusVM recovery from backup

Sharafuddin M.A

  • 5 min read
SolusVM recovery from backup

Generating audio, please wait...

You have lost the master VPS, but fortunately your admins did a good job by keeping solusVM backup in a remote place or FTP location. Whole of the WHMCS integration and the control panel settings everything is lost, but the VPSes inside the slaves are working.

You need to restore the SolusVM backup and setup a new Master. You decided not to go for a separate node and convert an existing SolusVM slave to master.

Solution :

Let us walk you through the process. Please note that this is an updated version of https://www.supportsages.com/blog/2010/10/how-to-migrate-the-solusvm-master-server/

Preparation :

Step 1.

Find out the OS version. Is it RHEL/CentOS 5 or 6. You can check this by executing the command ‘cat /etc/redhat-release’

Step 2.

Make sure that you don’t have any remains of other control panel installations, like HyperVM. If you have any HyperVM, make sure that you remove that.  View the post at https://www.supportsages.com/blog/2012/11/how-to-completely-uninstall-hypervm/ for a howto on that.

Step 3.

Confirm for yourself that either MySQL server is not installed or there is no databases inside the /var/lib/mysql . Because if it is there, you will lose the DB. If there is any, and you want the DB for later use, do take the backup.

Recovery Steps

1. Install SolusVM. Here choose the first option. i.e Master with No virtualization.

#wget http://soluslabs.com/installers/solusvm/install

#chmod 755 install

#./install

2. Check out the logs, /tmp/install.log and /tmp/preinstall.log for any errors. If everything goes well, you will be welcomed by a message.

It is advised that you change the default admin password on your first login.

Thankyou for choosing SolusVM.

Default admin login details for SolusVM as of this writing is vpsadmin / vpsadmin (u/p)

3. Next step would be to match the key with old SolusVM installation.

Since you already have the backup, with a name similar to backupssolusvm-backup-yyyy-mm-dd-hh-mm-ss.tar.gz , you will have the key of the old installation inside the backup in a file named, solusvm.conf

#tar tzf backupssolusvm-backup-*
database.gz
solusvm.conf

 

Promotional banner

The format of the solusvm.conf is as follows:

<DATABASENAME>:<USER>:<PASSWORD>:<HOST>:<the key is the last entry>

eg: dfslo1k0y8so3:8vkflalj7d9a0jj:2r2bo303lw0plvj:localhost:DFFMLQXSE98EPLFLCPLJ4OFVMQEP6I1V9NMA07H7K41IPH3W

Of this, DFFMLQXSE98EPLFLCPLJ4OFVMQEP6I1V9NMA07H7K41IPH3W is the key.

 

Copy this key from the solusvm.conf which is inside the backup and replace it in the new master (server where slave is converted to master). File is at /usr/local/solusvm/includes/solusvm.conf

4. Restore the DB to the DB name you have at /usr/local/solusvm/includes/solusvm.conf. You can get the DB from the backup mentioned above. Extract the database.gz and you will get a file named, database. See below for the commands.


#tar xzf backupssolusvm-backup-yyyy-mm-dd-hh-mm-ss.tar.gz
#gunzip database.gz
#file database
database: ASCII English text, with very long lines
#mysql --user=USER --password=PASSWORD DATABASENAME &lt; database

5. Once you restore the DB, please note that you can only login to the server only using the old vpsadmin details. And all the other customer’s details and passwords will exactly be the old one. In case the old vpsadmin details didn’t work, your key would have been wrong. Recheck and compare the keys in solusvm.conf files (old and new)

6. If the IP changed, you now have to re-issue the SolusVM license.

For that you have to login to the SolusVM client area at https://www.soluslabs.com/clients/clientarea.php –> Licenses -> Click on the details icon –> Scroll down and click re-issue license. Once you have reissued the license, either Refresh License inside the SolusVM admin control panel at http://xx.xx.xx.xx:5353/admincp or simply re-login so that SolusVM can do its task by itself.

7. Make sure that in all your nodes/slaves, either remove  /usr/local/solusvm/data/allow.dat or update the file with the new IP (only in the case of an IP change)

Please note that node 1 is the master by SolusVM architecture.

8. Your settings should be all good to go. However if you are a bit unlucky / don’t like displaying same node under two different names, there are a few more steps to be followed as well. Since you converted a slave server to master node, chances are there you have both the slave and master listed inside the SolusVM. (Nodes -> List Nodes). You can’t delete localhost / SolusVM Master with node ID 1. However you cannot delete them from SolusVM Admin Control panel and an attempt to delete will tell you that “There are virtual servers in the node”.

A deletion from DB/backend is required in such case.


php /usr/local/solusvm/scripts/deletenode.php --level=force --comm=delete --id=[NODEID]

 

where NODEID is the old slave node ID.

Feel relaxed, that the node deletion won’t delete the VPSes inside the physical server. Actions are only in database. Ref: http://docs.solusvm.com/force_delete_node

9. Next step would be to import the VPSes manually. Hoping that you have added IPs in the SolusVM, go to     Configuration -> Settings -> Other -> Check the “Import Mode”

Please note that if  your old master server license was a “Slave Only” license, then you will have to upgrade the license to support / create VPSes in the master server.

  • Howtos
  • Linux
  • VPS
Promotional banner
Promotional banner

Apache :HTTP Server Port modification

Apache :HTTP Server Port modification
  • Apache
  • Howtos
  • Linux
logo

Common Errors in FFmpeg installation

Common Errors in FFmpeg installation
  • Howtos
  • Linux
  • Troubleshooting
logo

How to Migrate the solusVM master server.

SupportSages Logo
  • Howtos
  • Linux
logo

Kloxo restart fails giving entropy error

SupportSages Logo
  • General
  • Howtos
  • Linux
  • Troubleshooting
  • VPS
logo

Posts by Sharafuddin M.A

Sharaf got immense interest and knowledge in implementing custom application and security solutions. He is highly competent in identifying and resolving security vulnerabilities, security breaches, hacked server recovery and server hardening. This soft spoken guy loves to watch movies and hanging out with friends.