1. Stop/suspend the VPS in SolusVM.

2. Login to main server where the VPS is.

If the VM name is for eg: vm166, then mount it 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"

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

6. Then start httpd by service httpd start

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

8. Suspend the new VPS

9. 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

10. Go there and delete all files from there!

11. Download the migration.tar file there!

12. Now extract the zip file

          tar xvf migration.tar
 
13. Once its done delete migration.tar and unmount the vps storage
umount /mnt
14. then start the new VPS and all should be working!

 

Was this answer helpful? 0 Users Found This Useful (0 Votes)