Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rennerdo30/xen2proxmox

Simple script to migrate XenSever VM's to Proxmox
https://github.com/rennerdo30/xen2proxmox

Last synced: about 11 hours ago
JSON representation

Simple script to migrate XenSever VM's to Proxmox

Awesome Lists containing this project

README

        

# xen2proxmox

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

## Usage
```bash
python3 migrate.py
```

## 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](https://github.com/deepbluev7) for finding the nessescary xe commands