Перенос linux на proxmox

Обновлено: 06.07.2024

There are various ways to migrate existing servers to Proxmox VE. They can be divided into two categories:

Physical-to-Virtual (P2V) Migration of physical servers to Proxmox VE Virtual-to-Virtual (V2V) Migration of virtual machines and containers from other hypervisors to Proxmox VE

Follow these steps to do a P2V migration and turn a physical machine into a Proxmox VE virtual machine that uses Qemu and KVM.

Clonezilla Live CDs

This method is fast, reliable and OS independent as it uses live CDs.

  • Get a live Linux CD like Clonezilla.
  • Prepare the source host, make sure that you have standard IDE drivers enabled (for WinXP/Win2003 use the mergeide.reg (File:Mergeide.zip) ), for W2k I followed this link (solution 2 worked for me): [1]
  • Now, boot the physical host with Clonezilla, go for beginner mode and select device - device and then remote, just follow the wizard
  • On the Proxmox VE host, prepare a KVM guest, make sure you got a big enough IDE disk assigned (add 1 GB extra to be on the safe side) and also boot this KVM guest with the live CD and execute a shell.
  • Become root and run fdisk (fdisk /dev/sda/) to make sure that sda is here, exit fdisk with 'w'. this was essential.
  • Now enter all commands from the wizard on the source server tells you (configure network and request the copy process)
  • After success (the wizard just copies the data, means I got a 80 GB disk but only 5 GB data on it so it was just a few minutes for the whole process on a gigabit network) just change the boot device to the hard disk and start the VM. Windows will install all needed drivers automatically, just the Intel NIC drivers for e1000 must be loaded from ISO (I got one big driver ISO from Intel containing all NIC drivers).

VMware Converter

Physical (running) Windows server to Proxmox VE (KVM) using VMware vCenter Converter Standalone Client (V5)

Tested on an HP ProLiant ML350 G5 and G6

Prepare Windows

VMware vCenter Converter Standalone Client

  • Download here(version 5.x is Free Software and also free of charge but you need to create an account and login before download)

Mergeide.reg

Prepare location to save local image

This guide is using an external USB Hard Drive. You may also save to a mapped network share.

NOTE Although the final image will be around the same size as the actual amount of data on the server, the Proxmox VE server should have enough free space to fit the total physical disk of the server unless you plan to shrink the windows disks. once migrated to Proxmox VE.

VMware vCenter Settings

Launch VMware vCenter and use the following settings:

  • Source type: Powered-on machine
  • Specify the powered-on machine: This local machine
  • Select destination type: VMware Workstation or other VMware virtual machine
  • Select VMware Product: VMware Workstation 8.0.x
  • Name: Enter the desired name for the image
  • Select a location for the virtual machine: Browse to the USB or Network drive where the image will be saved.

The next screen shows the settings for the virtual machine.

Click on Advanced options, select the Post-conversion tab and make sure ‘Install VMware Tools on the destination virtual machine’ is NOT check. We do not want to install VMware tools.

Click next and Finish.

It will now convert your physical machine to a .vmdk file.

NOTE: Depending on your hardware, you may need to boot the .vmdk file using VMware Workstation or Player before moving the file to the Proxmox VE server. This allows windows to install additional drivers for the disk controller. If promoted to convert the disk to Workstation 9.x compatibility, say Yes. You won't know if you need this step until starting the Windows VM in the final step. If you get a blue screen during boot, you should try this step.

Prepare the VM on Proxmox VE

Create a new KVM virtual machine. You’ll want to use similar CPU and memory as the physical system. In the Hard Disk menu, leave everything as default. We won’t be using the disk created by Proxmox VE. Finish creating the VM. Make note of the VMID. For this guide, we’ll be using 100 as an example.

Once the VMware converter has completed, disable all of the networks adapters on the physical server and shut down. Disabling the network adapters will avoid potential IP conflicts if you will start the physical server back into Windows after you have your new virtual server running.

Move the image to the Proxmox VE Server

Plug a USB Hard Drive into the server

From the Proxmox VE command line:

You should see the contents of the USB drive. In my case, the vmdk file was located in /mnt/usb/windows-server/

Converting to qcow2

We want to convert the .vmdk image file to qcow2. To do this, use the following command:

This can take a while depending on the size of file and speed of your system.

Final Steps

Once the conversion is complete, we need to edit the configuration file for the VM.

In the line with ide0: we want to change vm-100-disk-1.raw,size=32G to windows-server.qcow2

You may delete the empty disk created by Proxmox VE when you created the VM.

Start the VM and open the console. Windows should boot up normally. It’ll take a few minutes to detect the hardware changes. If the Windows system had a static IP address, you'll have to reconfigure the settings.

Alternative Methods

Follow these steps to do a V2V migration and move a virtual machine from another hypervisor to a Proxmox VE virtual machine that uses Qemu and KVM.

VMware

This explains the migration from a VMware ESXi 6.7 hypervisor to Proxmox VE 6.1. It is tested with guests with the following operating systems:

  • Debian 10
  • Windows 10 Pro
  • Windows Server 2016 Standard

Exporting

In VMware ESXi navigate to your virtual machine in the tree on the left. Choose Actions->Export. This will download disk images and information about your virtual machine in the .ovf format in the browser. Move those files to a storage that is accessible by your Proxmox VE host.

Install VMware's ovftool on your Proxmox VE host. ovftool version 4.4 has been reported to work with the following versions of ESXi: 6.5 and 6.7. Others (for example, 6.0) might crash with an unhelpful error message

Remove any attached disk or ISO from your ESXi VM and run

to export a virtual machine from ESXi directly into your current directory.


You can replace the dot with any other path, for example "/mnt/pve/<some-storage>". This way you can export directly to a storage that you created in Proxmox VE.

With some configurations you get a single (.ova) archive file that contains all .vmdk disk images and the small XML description .ovf file. If this is the case, then you have to extract it before you continue with qm importovf .

Importing

Go to the command line interface of Proxmox VE. Use the command qm importovf <new-vmid> </path/to/file.ovf> <storage> to import the virtual machine. For example:

This will create a new virtual machine, using cores, memory and VM name as read from the OVF manifest, and import the disks. You have to configure the network manually. You can find syntax and an example on how to use this command on its man page.

If your guest is Windows, you additionally have to execute the following commands. This example assumes that your imported virtual machine has the ID 130.

  • Use UEFI instead of BIOS for the virtual machine.
  • Windows requires additional drivers to use SCSI. Therefore, use IDE instead for the moment.

This gives you a first working version. You can then improve your experience by installing additional drivers as explained in Windows 10 guest best practices.

Server self-migration

It is also possible to migrate without the need to export each VM separately including virtual disks.
This way, you can convert a server from vSphere to Proxmox VE without the need of a second server.
For this process your vSphere should use VMFS6 and you need at least one empty HDD.
1. Export the VM information without the disks using ovftool (you still need to configure the network configuration for each VM).

2. Install Proxmox VE on some disk that does not contain any important data. You don't need vSphere anymore at this point. If you have an OS disk with only vSphere on it, then you can now overwrite it with Proxmox VE.

3. Create a directory on the above mention spare HDD.
4. Install vmfs6-tools which you need to mount (ready-only) the VMFS-formatted drives with the vSphere virtual disks.

5. List all available drives to identify the VMFS formatted ones

6. Mount the VMFS disk partition (note it is read only)

7. Convert the vSphere disk to a suitable format for Proxmox VE

8. While the conversion is in progress you may create the 1st VM from ovf

9. As soon as the conversion is finished you may mount the new Proxmox VE disk image to the VM.

If all VM images have been moved away from a VMFS6 disk, you can format it and use it at Proxmox VE

HyperV

This explains the migration from a Hyper-V on Windows 10 hypervisor to Proxmox VE 6.1. It is tested with a Proxmox VE 6.1 guest.

    is a command line tool that is built-in in Windows and converts .vhdx to .vhd. This format is supported by qemu-img. is a graphical tool that can create .qcow2 disks from Hyper-V guests.

In Hyper-V-Manager choose "Export. " at the right side and then a destination. While many files (for example for snapshots) will be exported, we are only interested in the .vhdx file(s). Move those files to a storage that is accessible by your Proxmox VE host. You will have to recreate the virtual machine settings yourself.

Go to the GUI of Proxmox VE and create a new virtual machine. We don't need the hard disk that the virtual machine creation wizard created. Delete it in the hardware options of the virtual machine.

Now go to the command line interface of Proxmox VE. Use the command "qm importdisk" to import the .vhdx virtual hard disk. You can find syntax and an example on how to use this command on its man page.

XEN also uses qemu disk format, so it should work in the same manner as described under "VMware to Proxmox VE (KVM)".

You can use xenmigrate to do it

FreeNAS

Those are the necessary steps to migrate a Ubuntu Bionic VM from FreeNAS 11.2 to Proxmox VE 6.2-1. The VM in FreeNAS was created with the following parameters

  • Boot Loader Type: UEFI
  • Guest OS: Ubuntu Bionic
  • Disk
    • Disk Mode: AHCI
    • Zvol: test/ubuntu-1xmtpt

    Check the name of your zvol by going to Virtual Machines → Options of the VM ⋮→ Devices → Options of your disk ⋮ → Edit → Zvol

    Preparation in FreeNAS

    1. Create a shared directory in Sharing → Unix (NFS) Shares with path /mnt/test .
    2. Enable SSH in Services & edit the SSH service (Actions) to allow password login for root
    3. Copy the zvol to the shared directory
      1. Log in to FreeNAS via SSH
      2. Copy the zvol to the shared directory

      Importing to Proxmox VE

      1. Create a virtual machine (here vmid is 103) in Proxmox VE. Make sure to set BIOS to OVMF (this is UEFI).
      2. Delete the disk that was created in step 1.
      3. Create a directory mkdir /home/user/freenas
      4. Mount the shared directory from FreeNAS
      5. Import the image of the FreeNAS VM to the Proxmox VE VM as unused disk (vmid 103, storage local)
      6. In the GUI of Proxmox VE:
        1. Go to the hardware view of your new virtual machine
        2. Set the display to spice
        3. Double click on the unused disk to attach it and choose Virtio as bus
        4. Go to the options view of your new virtual machine
        5. Choose your new virtio disk as bootdisk

        Qemu/KVM

        Create an new VM on Proxmox VE and add the existing disk image to this new VM, set the boot order and start.


        Minimal example

        First a VM has to be created. 120 is an unused VM ID.

        someImage.img is an image that was created before. someStorage is the name of a storage as listed in pvesm status.

        qm importdisk adds the image as unused disk to the virtual machine. Thus, making it the bootdisk is still necessary.

        If your use case is not covered by this article you should check out the additional ways to migrate to Proxmox VE in the wiki. It gathers years of knowledge for cases which are not as common as the ones explained here.

        В данной статье мы рассмотрим как можно перенести виртуальную машину из Hyper-V в Proxmox (KVM).

        Чтобы импортировать Vm из Hyper-V в Proxmox нужно конвертировать ее виртуальный диск.

        Делается это в два этапа.

        Первый этап это конвертирование диска Hyper-V в формат vhd.


        Далее выберите диск вашей виртуальной машины


        Выберите пункт преобразовать



        В конце мастера укажите расположение конвертированного диска.

        Подключитесь по Ssh к proxmox.

        Создайте папку на датасторе (это можно сделать на примонтированном датасторе, например если вы используете датастор с ext4 или btrfs)

        Далее загрузите в нее диск (например через winscp).

        Мой датастор находится по пути /mnt/content/

        Я создал следующую папку для диска /mnt/content/images/700/ и скопировал в нее по scp сконвертированный ранее vhd диск.

        Теперь нужно запустить конвертацию vhd образа с qcow2.

        qemu - img convert - f vpc - O qcow2 / mnt / content / images / 700 / VM . vhd / mnt / content / images / 700 / ADtest . local . qcow2

        Это довольно долгая операция.

        Теперь нужно создать VM и подключить к ней сконвертированный диск qcow2.

        Создайте в proxmox виртуальную машину, по характеристикам идентичную вашей изначальной машине в Hyper-V.

        При создании VM выберите тип контроллера sata, иначе если будет указан тип Virtio, ваша VM не загрузится.

        После создания машины удалите пустой виртуальный диск, который создал Proxmox, он нам не понадобится.

        Если в Hyper-V ваша машина была второго поколения, то в Proxmox для созданной ранее машины нужно изменить тип биос на OVMF и добавить EFI диск


        Добавленный EFI диск.


        Теперь нужно добавить сконвертированный ранее qcow2 диск.

        Сделать это можно отредактировав конфиг VM.

        В интерфейсе proxmox посмотрите номер VM, в моем случае номер 700


        Теперь посмотрите название Вашего датастора, на котором храниться сконвертированный диск qcow2

        У меня он называется Backup_Storage


        Запомните id машины и название датастора, они нам понадобятся при редактировании конфига.

        xen1[1]

        Окно экспорта Xen В следующем окне можно сделать экспорт нескольких VM, однако тип файлов .XVA не поддерживает данную функцию, пропускаем клавишей Next, затем жмем Finish и ждем завершения копирования.

        Теперь рассмотрим несколько способов переноса VM на Proxmox.

        Самый простой способ миграции

        Для начала скопируем получившийся образ VM на Proxmox. Тут есть несколько способов.

        Копируем через WinSCP

        xen2[1]

        Окно авторизации WinSCP После авторизации у вас выйдет окно, которое не должно вызвать трудностей у людей знакомых с mc или total comander. Просто перетаскиваем файл образа из левого поля в правое и ждем.

        xen3[1]

        Основное окно WinSCP

        Копируем средствами linux.

        Начнем конвертацию.

        Начнем конвертацию на машине с Proxmox. Для это перейдем в папку, в которую вы сохранили образ.Например:
        cd /home/img
        Затем начнем конвертацию.
        qemu-img convert -O raw input_file.xva output.raw
        Ждем завершения.
        Теперь создадим новую виртуальную машину в Proxmox, указываем тип ОС как у нашей WM. Формат диска указываем как .raw .
        После создания WM заменим образ, выполним команду.
        cp output.raw /var/lib/vz/<НОМЕР ВАШЕЙ VM в PROXMOX>/ ПОСМОТРИ ПРАВИЛЬНЫЙ ПУТЬ

        Перейдем в папку после окончания распаковки.
        cd /my-virtual-machine
        Видим папку с названием Ref:<цифры> . Данные цифры уникальны для каждой машины.
        Теперь выполним конвертацию.
        xva-img -p disk-export my-virtual-machine/Ref\:<ваша цифра>/ disk.raw
        Осталось заменить данным диском файл существующей виртуалки.

        Не грузится GRUB после переноса WM.

        У рабочей виртуалки (желательно максимально похожие версии ОС) второй диск. И физически (не через интерфейс proxmox) удаляем его. За место него создадим симлинк на наш не рабочий диск.

        vm_migration

        Процесс миграции

        Из имеющихся возможных вариантов проведения перевода виртуальной машины из среды vSphere в среду Proxmox покажу простейший и как мне кажется наиболее прямолинейный способ.

        Во-первых, с помощью веб интерфейса клиента vSphere проводим экспорт виртуальной машины в виде OVF темплейта. Для этого в контекстном меню данной виртуальной машины выбираем Template -> Export OVF Template. Перед выполнением данного действия необходимо убедиться, что сама ВМ находится в выключенном состоянии. В результате выполнения операции экспорта на рабочий компьютер загрузится несколько файлов данной ВМ (ovf, vmdk, nvram, mf).

        Во-вторых, загружаем все файлы, полученные в результате предыдущей операции, на сервер Proxmox. Это можно сделать с помощью команды scp в Linux/MacOS или pscp в Windows.

        В-третьих, когда все файлы будут загружены, можно начать импорт этих файлов в Proxmox-VE. Пример команды в CLI для импорта ВМ приведен ниже.

        • Установить в настройках жестких дисках параметр discard=on.
        • Добавить необходимые сетевые адаптеры.
        • Выставить параметр QEMU guest agent в Enabled.
        • Отредактировать название ВМ в случае необходимости.

        В-четвертых, пришло время запускать импортированную нами виртуальную машину. Так как в средах vSphere и Proxmox наименование сетевых адаптеров различается, необходимо через VNC консоль гипервизора произвести их переконфигурацию. После этого должна появиться связь с виртуальной машиной из сети. Соответсвенно можно будет заходить на нее удаленно и выполнять дальнешие действия через SSH или RDP. В ряде случаев для нормального функционирования определенных сервисов потребуется перезагрузка гостевой машины.

        В-пятых, нам необходимо отключить vmware-tools, и включить qemu agent. Так, например, в случае с использованием Ubuntu Linux в качестве гостевой ОС, нам нужно выполнить две команды в шелле виртуальной машины.

        В-шестых, после процедуры импорта, все диски гостевой машины в Proxmox будут занимать полное место на датасторе, вне зависиомсти от использования функионала Thin Provisioning. Если мы используем данную технологию, то необходимо в шелле гостевой машины выполнить следующую команду, чтобы освободить на датасторе неиспользуемое место.

        В-седьмых, после того, как все необходимые действия по переносу будут выполнены, рекомендую удалить полностью первоначальную ВМ из среды vSphere. Кроме этого удаляем все ненужные файлы, которые создавались или копировались в процессе проведения работ по миграции. На этом операцию по миграции можно считать успешно выполненной и полностью завершенной.

        Резюме

        Алогиртм, расписанный в этой статье, сам по себе не сложный и позволяет в случае необходимости плавно перенести нужное количество гостевых машин из среды VMware в среду Proxmox-VE. Однако, надо понимать, что большая часть задач требует ручного выполнения и отнимает определенное время. В остальном, процесс миграции не должен вызвать затруднений у читателей моего блога.

        Читайте также: