Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 505 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 505 Bytes

xen2proxmox

Installation

  1. copy xe from XenServer to proxmox
  2. install stunnel via apt install stunnel

Usage

python3 migrate.py <XenServer address> <username> <password> <uuid of vm to migrate> <pve target storage>

Limitations

  • only one mac adress is used
  • only works with bios boot
  • only one socket is used
  • vmbr0 is the default network
  • bootdrive is not set

Special Thanks to DeepBlueV7.X for finding the nessescary xe commands