Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rennerdo30/xen2proxmox
- Owner: rennerdo30
- License: mit
- Created: 2020-04-29T12:15:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-07T16:52:27.000Z (over 4 years ago)
- Last Synced: 2023-09-21T02:15:01.676Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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