Search results

  1. mgabriel

    Configure fence device /etc/pve/ha/fence.cfg ?

    Hi Francis, it's sufficient to have something that can run a qdevice daemon. This may even be a raspberry pi or a VM on another cluster (docs). Best regards, Marco
  2. mgabriel

    Windows 10 VM stuck in Automatic Repair boot loop

    You can define custom CPU Types: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#qm_virtual_machines_settings Custom CPU Types You can specify custom CPU types with a configurable set of features. These are maintained in the configuration file /etc/pve/virtual-guest/cpu-models.conf by an...
  3. mgabriel

    Configure fence device /etc/pve/ha/fence.cfg ?

    Hi Francis, AFAIK, fencing was only possible up to Version 3.4 of Proxmox VE. Since 4.0 it's not possible to use any hardware fencing devices. The only occurence of "fence.cfg" in the source code is in https://git.proxmox.com/?p=pve-cluster.git;a=blob;f=data/PVE/Cluster.pm#l68 - I am not sure...
  4. mgabriel

    Zpool import fehler

    Hi, im ersten Screenshot steht unten, dass kein Pool namens WD12TB zum importieren existiert. Was gibt denn ls -la /dev/disk/by-id auf dem System aus? Ist die Storage bzw. die Disk defekt?
  5. mgabriel

    Probleme nach update

    Welche Fehler sind das denn?
  6. mgabriel

    [SOLVED] Slow "upload" from VM running apache2

    Thanks for posting your solution. The kvm64 cpu type is a quite decent and compatible choice, but anyways...
  7. mgabriel

    [SOLVED] Slow "upload" from VM running apache2

    I'm not sure, but could it be a problem with fragmented packets and a packet size limit on the gateway/firewall/router? You might try to find out at what packet size you get fragmented packets from a VM on that system.
  8. mgabriel

    [SOLVED] Slow "upload" from VM running apache2

    Looks like you have some issues outside the proxmox infrastructure or between outside and inside proxmox ve. Could you try a traceroute from the VM to your internal DNS server and aditionally a traceroute to the (external) google DNS?
  9. mgabriel

    [SOLVED] Proxmox Berechtigungen alle VM's auf einen bestimmten Node

    Dann nur noch den Pool anwählen und du kannst VMs und Storages hinzufügen. :-)
  10. mgabriel

    [SOLVED] Slow "upload" from VM running apache2

    Can you run pveperf on your proxmox server and post the output? You can also install and run a iperf3 test between to VMs to differentiate if this is a problem within your internal network. Best regards, Marco
  11. mgabriel

    [SOLVED] Proxmox Berechtigungen alle VM's auf einen bestimmten Node

    Hallöchen, möchtest du einem Benutzer Zugriff auf bestimmte VMs *und* einen Host geben oder auf alle VMs die gerade auf einem bestimmten Host laufen? VMs können in einem Cluster ja migriert werden, daher könnten sie ja irgendwann auch auf einer anderen Node laufen. Wenn es viele VMs sind und...
  12. mgabriel

    can't restore LXC

    Seems like the archive is broken. Have you tried testing the archive with lzop -t path/to/backup/vzdump-lxc-105-2022_05_01-01_00_01.tar.lzo - maybe with -v to get some verbose output?
  13. mgabriel

    USB Übergabe von Client an VM

    Hi :-). Du kannst USB Geräte von deinem Client über mehrere Methoden an eine VM durchreichen: 1. RDP kann so etwas, wenn du beispielsweise Windows in der VM nutzt und mit einem RDP Client darauf zugreifst. 2. SPICE kann das ebenfalls. In der Dokumentation, Punkt 10.2.9 (USB Passthrough) ist...
  14. mgabriel

    Festplatt mit Backups in neuen VE einbinden

    An sich relativ einfach: 1. Festplatte mounten 2. Storage vom Typ "Directory" anlegen, die auf das Verzeichnis der Festplatte verweist 3. Links im Baum auf die neu erstellte Storage klicken, auf Backup klicken und dort müssten die Backups dann wieder zu finden sein.
  15. mgabriel

    Upgrade free version to Enterprise version

    Just order and install the subscriptions - no need to reinstall.
  16. mgabriel

    [SOLVED] Unable to reimport ZFS pool to PVE

    zpool import -f <id> or zpool import -f -d /dev/disk/by-id should do the trick.
  17. mgabriel

    I there a limit of the usb devices that can be passed ?

    The linked post contains the answer to your question :-). you can probably use more usb ports if you add them manually to the /etc/pve/qemu-server/<vmid>.conf text configuration file by using an editor.
  18. mgabriel

    PVE Node nicht erreichbar

    Wir haben tatsächlich von unterschiedlichen VLANs gesprochen. Du meinst die VLANs unter <Node> -> System -> Network -> Add VLAN. Ich rede davon, einer VM an den Network Interfaces ein VLAN zu konfigurieren. Unter <Node> -> System -> Networking kannst du ein VLAN konfigurieren, das deine Proxmox...
  19. mgabriel

    PVE Node nicht erreichbar

    Ah. Die Netzwerkkonfiguration des Hosts kann völlig unterschiedlich zu denen der vlans und der VMs sein. D.h. deine Hosts können in anderen VLANs und IP-Netzwerken sein als deine VMs. Du musst auf dem Switch dafür sorgen, dass die VLANs passieren dürfen und du musst dafür sorgen, dass die...
  20. mgabriel

    PVE Node nicht erreichbar

    Die externe Firewall braucht in jedem VLAN natürlich auch ein Interface, das dann als Standard Gateway für das Kunden VLAN ist. Eventuell verstehe ich dein Anliegen aber auch nicht :-).