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
3. Go there and zip all files by:
tar cvf migration.tar *
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
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
umount /mnt