Applicable to:
- SolusVM
Question
How to clone OpenVZ VPS manually in SolusVM?
Answer
Note: In the instruction below 101 is the VMID of the existing VPS and 102 is the VMID of the cloned VPS. Replace 101 with the actual value - VMID of VPS can be found in SolusVM > Virtual Servers and 102 with any unused VMID value.
- Connect to the OpenVZ server using SSH access.
- Create an archive of the container:
# vzdump --compress --dumpdir /vz/ 101
- Restore the archive to the new VPS 102
# vzdump --restore /vz/vzdump-VMID.tgz 102
- Import the container to the SolusVM - https://docs.solusvm.com/Importing%2BOpenVZ%2Bcontainers.html Use 102 as Container ID in SolusVM.
- Change the IP of one of the containers
- Start cloned VPS 102
Comments
0 commentsPlease sign in to leave a comment.