xenserver下p2v迁移linux服务器

在虚拟化和云计算以及容器时代,我们将很多物理服务器所跑的应用全部迁移至以xen虚拟化私有云中。这时候会面临物理服务器迁移到虚拟服务器的问题。迁移windows到是xencover可以干,但是linux呢,网络上很多人都没有说。这里我简单介绍下迁移流程:

1.使用clonezilla live cd启动物理服务器

2.使用网络方式挂在nas

3.使用dd将硬盘block导到nas上

4.启动vm即可!

来点图:

 

Step 1 use “clonezilla Live CD”
Step 2 boot using Clonezilla Live CD
Step 3 Choose language in Clonezilla live
Step 4 Keyboard selection in clonezilla live
Step 5 Enter clonezilla or shell command (choose shell command)
Step 6 Choose option “2″
Step 7 You’ll get “$” prompt
Step 8 $ sudo bash
Step 9 # ifconfig eth0 XXX.XXX.XXX.XXX
Step 10 # passwd (change root passwd)
Step 11 # /etc/init.d/ssh restart
Step 12 Create new VM with HDD/CPU/MEM
Step 13 Boot VM with Clonezilla Live CD
Step 14 Follow above 11 step
Step 15 # dd if=/dev/sda |gzip -c | ssh root@target ip address ‘gzip -d | dd of=/dev/sda’
Step 16 reboot VM

 

服务器维护 服务器配置 服务器 维护 运维 网管 系统调优 网络调优 数据库优化