Search results

  1. M

    3-node cluster - how to setup corosync on full mesh network?

    Hi, I'm currently in the process of installing a 3-node cluster. This is my network setup for each node: - 1x 10G NIC -> LAN (Switch) - 2x 25G NIC -> CEPH (Full Mesh) - 2x 1G NIC -> Corosync (Full Mesh) Full mesh cabling of the nodes: Node1 <-> Node2 Node1 <-> Node3 Node2 <-> Node3 For the...
  2. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Hi. This setup should work: - boot your system to Rescue Console - figure out the real name of the network adapter with ip a (find in section altname) - Download Proxmox ISO: wget https://enterprise.proxmox.com/iso/proxmox-ve_8.4-1.iso - Start qemu session: With at least two NVMe devices...
  3. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    OK, seems you system ist using legacy boot. You can verify this by booting into rescue console, login to the system with ssh. After login there comes a welcome message with several information about the system. The boot type is reported at the top of the welcome message. I will have a new script...
  4. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Hi. I don't know this script, but for the way I suggested I can provide an updated procedure thats working for all current servers on Hetzner. To do that, please figure out what kind of boot process your machine is using. All the current servers are usally working with EFI boot, but some of the...
  5. M

    Ordering LE certificate on command line

    Thanks a lot Dominik. Everything is fine now. What I didn't find was the command to set the acme account & domain for the order process. Next time I will read the docs more carefully... So that solved my issue: proxmox-backup-manager node update --acme <..> --acmedomain0 <..> Best Regards, Martin
  6. M

    Ordering LE certificate on command line

    Hi folks, we are using bash scripts for the basic setup of our PBS servers. I would like to order an LE certificate during the setup, so I searched for the CLI commands. I've figured out that I have to use the "proxmox-backup-manager acme" command. First I have to create an ACME account and...
  7. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Sounds strange. I would recommend opening a ticket via Hetzner Robot and order a KVM console for free. So you can check if the server has trouble with the boot process or if there is any other issue.
  8. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    OK, I didn't hear about that issues. I always used ZFS RAID1 for the setup of many servers with 2 disks, and I've never experienced any issues. On the Hetzner rescue console, did you double-check the correct interface name of the network card? enp35s0 sounds a bit unusual, most of the AX series...
  9. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Maybe the server need EFI boot. You could try the EFI setup, explained somewhere above in this thread: wget http://download.proxmox.com/iso/proxmox-ve_8.x-x.iso wget -qO- /root http://www.danpros.com/content/files/uefi.tar.gz | tar -xvz -C /root qemu-system-x86_64 -enable-kvm -smp 4 -m 4096...
  10. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Yes, but with "Installimage" you have to use their prepaired disk setup. RAID is possible but as far as I know only with Linux RAID. If you want to use ZFS on your (boot) disks, you have to install via ISO.
  11. M

    2x PBS mit Sync Job - Wird der Stand bei Direkt-Sicherung vom PVE übernommen?

    @Dunuin : Vielen Dank für deinen Vorschlag. @Falk R. : Ebenfalls vielen Dank für die Info. Wichtiger Punkt. Das haben wir bereits an anderer Stelle gemerkt, aber das Verhalten zunächst nicht zuordnen können. Ich habe noch mal Rücksprache mit den Kollegen gehalten. Aufgrund der neuen...
  12. M

    2x PBS mit Sync Job - Wird der Stand bei Direkt-Sicherung vom PVE übernommen?

    Danke für deinen Beitrag. Ja, gebe ich dir völlig Recht. Allerdings wäre die Redundanz reduziert, da bei Ausfall des lokalen PBS die offsite Sicherung auch betroffen wäre, während sie in der anderen Variante weiter läuft. Sollte es keine Lösung geben, werde ich das so beibehalten. Neben den von...
  13. M

    2x PBS mit Sync Job - Wird der Stand bei Direkt-Sicherung vom PVE übernommen?

    Moin zusammen, sorry wegen des Titels - das Thema ist etwas spezieller und schwer in einer Zeile zu beschreiben. Ich hoffe es ist verständlich ausgedrückt. Folgendes Szenario: - 1x PVE7 OnPrem - 1x PBS2 OnPrem - 1x PBS2 im RZ - VDSL Anschluss 100 Down/40 Up Es soll bei dem OnPrem PVE eine...
  14. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    @ronaldst I've successfully installed Proxmox 8 on an older AX41. So should work in generally. In my experience, you have to use UEFI boot on some newer machines. Please try the UEFI variant: wget http://download.proxmox.com/iso/proxmox-ve_8.0-2.iso wget -qO- /root...
  15. M

    [SOLVED] 2-node cluster - possible to remove QDevice and add it again?

    I've found the solution by myself, reading the Proxmox Documentation for clusters. Sometimes it's better to read before asking... :) It's simple as usual with the Proxmox stuff. A QDevice can be removed at any time with the command: pvecm qdevice remove And it can be reinstaled with: pvecm...
  16. M

    [SOLVED] 2-node cluster - possible to remove QDevice and add it again?

    Hi folks, I made a mistake during the setup of a 2-node cluster. I forgot to install a package on the 3rd voting node, so QDevice is not working properly. Is it possible to remove a QDevice and add it again, to make sure the config will be written new to the nodes and the QDevice? Thanks &...
  17. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    No concerns from my side, I think we are still on topic with this thread. I have various network configuration for Hetzner. This one is without the need of an additional single IP or IP-Net. It's routing the outgoing connections from the VMs over the host IP. With portforwarding you can make VMs...
  18. M

    Install PVE/PBS from ISO on Hetzner without KVM (Tutorial)

    Yes, I can truly confirm. We are running more than 30 machines with PVE on Hetzner servers (AMD & Intel series) without any issues for about 3 years. All these machines were installed with this procedure. BTW: We are currently experiencing no issues on AMD machines during setup.
  19. M

    Nested Virtualisation - Intel OK / AMD langsam

    Vielen Dank für eure Antworten. Ich muss mich entschuldigen für die späte Reaktion, es war zeitlich nicht eher zu machen. @SyntaxError Vielen Dank für deine ausführliche Antwort. Es handelte sich um ein gemietetes Blech. Ins BIOS komme/möchte ich nicht rein, im allgemeinen sind die aber...
  20. M

    Nested Virtualisation - Intel OK / AMD langsam

    Stimmt, dass kann die Ursache sein. Der Ryzen ist ja tendenziell eine Desktop/Workstation CPU. Ich habe das einfach als eine AMD-Genration gesehen. Mit den genauen Features des Ryzen habe ich mich noch nicht beschäftigt.