1.1.1 ESXI将虚拟机导出

   导出ova模板

   将导出的ova模板导入到KVM环境中。

1.1.2 配置KVM环境

详情参考:http://www.cnblogs.com/clsn/p/8366251.html

安装所需要的组件

配置桥接网卡

1.1.3 导入虚拟机

启动kvm管理程序,并设置开机自启动

   创建虚拟机存放目录

导入完成后在 /vmhost/dev/dev-test01 目录下会生成文件

修改网卡配置

  修改网卡source network 为桥接

  修改网卡使用virtio

xml version=‘1.0’ encoding=‘utf-8’?> «/span>domain type=‘kvm’>

«/span>name>centos-dev-test01-v2v</name> «/span>memory unit=‘KiB’>524288</memory> «/span>currentMemory unit=‘KiB’>524288</currentMemory> «/span>vcpu>1</vcpu> «/span>features> «/span>acpi/> «/span>apic/> </features> «/span>os> «/span>type arch=‘x86_64’>hvm</type> </os> «/span>on_poweroff>destroy</on_poweroff> «/span>on_reboot>restart</on_reboot> «/span>on_crash>restart</on_crash> «/span>devices> «/span>disk type=‘file’ device=‘disk’> «/span>driver name=‘qemu’ type=‘qcow2’ cache=‘none’/> «/span>source file=’/vmhost/dev/dev-test01/centos-dev-test01-v2v-sda’/> «/span>target dev=‘vda’ bus=‘virtio’/> </disk> «/span>disk device=‘cdrom’ type=‘file’> «/span>driver name=‘qemu’ type=‘raw’/> «/span>target dev=‘hda’ bus=‘ide’/> </disk> «/span>disk device=‘floppy’ type=‘file’> «/span>driver name=‘qemu’ type=‘raw’/> «/span>target dev=‘fda’/> </disk>

«/span>video> «/span>model type=‘qxl’ ram=‘65536’ heads=‘1’/> </video> «/span>graphics type=‘vnc’ autoport=‘yes’ port=’-1’/> «/span>input type=‘tablet’ bus=‘usb’/> «/span>input type=‘mouse’ bus=‘ps2’/> «/span>console type=‘pty’/> </devices> </domain>