Answer the question
In order to leave comments, you need to log in
How to migrate a hardware Linux server to Xen 6.2?
There is an iron server with Asterisk on board. You need to move it to a virtualization environment running Xen Server 6.2.
What tools can be used to make a Linux server image and deploy it to Xen?
Answer the question
In order to leave comments, you need to log in
You can make an image with a simple tar or cp
utility
, I do it this way, only not for XEN, but for KVM, but the technologies are similar (probably) ...
mkdir /root/archive
tar --one-file-system --exclude /root/archive -czf /root/archive/my-image.tgz /
I think it will be easier like this: -
raise the server on a virtual machine,
- install an asterisk and throw configs from the iron server
- upload mysql
That is, install a virtual server, and restore from the image on it?
How to deal with the Mysql database that accepts call logs? Will she feel bad after recovery?
The easiest way to use Clonzilla is to stupidly copy the entire disk, and deploy it in a virtual machine.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question