D
D
Dmitriy Loginov2019-11-05 21:12:57
FreeBSD
Dmitriy Loginov, 2019-11-05 21:12:57

How to migrate a server from KVM to ESXi?

There is a mail server with freebsd 11.2. It runs in a virtual machine. KVM virtualization system. RAW hard disk image. You need to migrate the entire system to a Vmware ESXi virtualization environment. I tried to convert RAW to VMDK, the resulting ESXi image could not be opened. How can I transfer the entire system with software and settings?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
U
uvelichitel, 2019-11-05
@uvelichitel

Converters
from GNULinux qemu-img , something like

qemu-img convert -f raw /var/lib/libvirt/images/VM.img -O vmdk VM.tmp.vmdk -o compat6
or from wmware https://www.vmware.com/products/converter.html

C
CityCat4, 2019-11-06
@CityCat4

1. Try different converters - from vmware, from virtualbox, from StarWind
2. Way of the Jedi. The system is screwed up - how will you restore it? Create an empty machine, put FreeBSD into it, then dump/restore

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question