Recent content by MaLe

  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...