Recent content by MaLe

  1. M

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

    I remember that I looked into the various options for implementing CoroSync over mesh at the time, including SDN Fabric. After further research, I decided on the OVS option. I remeber being told that mesh wasn't the optimal solution for CoroSync, but that OVS Bridge was the best of all the...
  2. M

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

    Yes, we now have this setup in production and it works perfectly and very stably. I decided to use OVS bridges for storage and Corosync. From my research, mesh isn't ideal for Corosync, but the OVS Bridge is still the best option. This is my network configuration for storage and corosync...
  3. M

    Using PBS with a NAS box (Tutorial)

    Please excuse my late reply. We now have many Terramaster NAS devices in operation with PBS and have had very good experiences with them. I would recommend running them with the RAM expansion.
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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
  9. 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...
  10. 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.
  11. 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...
  12. 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...
  13. 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.
  14. 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...
  15. 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...