Migrate Solusvm VPS from 1 node to another node Print

  • 0

1. Stop/suspend the VPS in SolusVM

2. Login to main server where the VPS is.

If the VM name is lets say vm166 then mount using the following command:

mount /dev/VolGroup00/vm166_img /mnt

It will mount the storage to /mnt

3. Go there and zip all files by:

tar cvf migration.tar *

4. Then type "cd" and "amount /mnt"

6. Then move the created file to /var/www/html

7. Then start httpd by service httpd start

8. Delete the VPS from SolusVM and create a new one on the new node with same details!

9. Suspend the new vPS

10. Login to the server where the new VPS is.

If the VM name is lets say vm166 then mount using the following command:

mount /dev/VolGroup00/vm166_img /mnt

It will mount the storage to /mnt


11. Go there and delete all files from there!

12. Download the migration.tar file there!

13. then extract the zip file

tar xvf migration.tar

14. Once its done delete migration.tar and unmount the vps storage

umount /mnt

15. then start the new VPS and all should be working!


Was this answer helpful?

« Back