CRITICAL INFRA
Loading critical CVEs…
ALL EXPLOITED
Loading…

HowTo: Proxmox Live-Migration und Cluster-Netzwerk

📅 2026-09-14 · Cyber Immunity

Verschieben Sie VMs zwischen Knoten ohne Ausfallzeit, wenn Sie einen Cluster + passenden Storage und ein gutes Migrationsnetz haben. Schritt fuer Schritt.

1. Anforderungen

# cerinte: cluster format + quorum
pvecm status
# storage partajat (Ceph) SAU local cu replicare ZFS pe ambele noduri

2. Dediziertes Migrationsnetz

# retea DEDICATA de migrare (nu pe LAN-ul de management)
# /etc/pve/datacenter.cfg :
migration: type=secure,network=10.10.40.0/24

3. Bonding + VLAN

# exemplu bonding + VLAN in /etc/network/interfaces
auto bond0
iface bond0 inet manual
    bond-slaves eno1 eno2
    bond-miimon 100
    bond-mode 802.3ad
auto vmbr0
iface vmbr0 inet static
    address 10.10.40.11/24
    bridge-ports bond0
    bridge-vlan-aware yes

4. Live-Migration

# migrare LIVE (online), fara oprirea VM-ului
qm migrate 100 pve2 --online
# containere (LXC) — migrare cu restart scurt:
pct migrate 200 pve2 --restart

5. CPU-Kompatibilitaet

# pt migrare intre CPU-uri diferite, foloseste un tip compatibil
# VM -> Hardware -> Processors -> Type = x86-64-v2-AES (nu 'host')
qm set 100 --cpu x86-64-v2-AES

6. Pruefen

qm status 100        # ruleaza pe noul nod?
pvecm status         # quorum ok
ha-manager status    # daca folosesti HA

Fazit

Sie haben nun Live-Migration ohne Ausfallzeit, mit einem korrekt dimensionierten Cluster-Netz. Wir entwerfen und konfigurieren es fuer Sie.

Lassen Sie uns über Ihr Projekt sprechen →