Search results

  1. UdoB

    Cluster setup and HA configuration suggestions

    With only three nodes (and one of them down) there is not chance to rebalance. It will stay "degraded" forever as the "failure domain" usually is "host".
  2. UdoB

    I can't access Proxmox via my browser

    Basically you need to verify (and confirm) that all network settings "fit together". Is 192.168.1.0/24 actually your local network or did you just "invent" it during the PVE installation? Is your client using the very same network? (If not: you need a router to connect different networks...) Are...
  3. UdoB

    alte Kernel Fragmente deinstallieren - löschen

    Okay, danke für #22. Leider gelingt es mit nicht, aus den "CODE" Blöcken heraus zu zitieren. (Weiß jemand wie das eleganter geht, als das hier per copy-n-paste "manuell" einzufügen?) root@pve:~# dpkg -l | grep proxmox-kernel rc proxmox-kernel-6.14.11-1-pve-signed 6.14.11-1...
  4. UdoB

    alte Kernel Fragmente deinstallieren - löschen

    Poste bitte erneut die Ausgabe der folgenden Befehle, auch wenn Fragmente bereits oben in verschiedenen Posts verteilt stehen: apt update && apt -d -y full-upgrade - falls da nicht "Upgrading: 0, Installing: 0, Removing: 0, Not Upgrading: 0" gemeldet wird, spiele die Update ein und führe den...
  5. UdoB

    Windows Server 2025 mit RDP / Festplatten Geschwindigkeit sehr schlecht

    Wenn du deine Testergebnisse in ...-Blöcke fasst, könnte ich das einfacher parsen, weil man dann die Spalten erkennen kann. Du kannst den Beitrag sicher editieren. Beispielfragment: %-ile | Read (ms) | Write (ms) | Total (ms) ---------------------------------------------- min | 1.321...
  6. UdoB

    Restoring VMs from disk query

    One possible pitfall is this: in the Login dialog there is a "Realm: xyz" drop-down menu. Sometimes the wrong entry is selected --> login fails. In any case you can verify you know the correct password by logging in at the local (text-) console or via ssh. If you actually do not know it you...
  7. UdoB

    Storage types and replication , NFS and local ZFS in a cluster

    Yes, it works with three nodes. Just make sure to understand the limits of a three node construct: https://forum.proxmox.com/threads/fabu-can-i-use-ceph-in-a-_very_-small-cluster.159671/
  8. UdoB

    corosync show link flapping (down/up) about every 3-4 minutes, but switch shows no problem

    Any chance that you have an IP-address conflict? Triple-check this detail...
  9. UdoB

    Proxmox QDevice with a 16 node cluster

    My own largest cluster has 10 nodes. I can lose four nodes and still have 6 votes. Does it really make sense to add a QDev with such a high number of nodes? With 11 votes I could lose five nodes instead of the mentioned four. But..., really, I believe that this event can't happen in my lifetime...
  10. UdoB

    What do you think of my backup strategy?

    That's easy: personally I do prefer Wireguard too :-) Only if there is an OpenVPN connection already established I would simply use that one. (( I have had soooo many troubles with OpenVPN in the far(!) past that I was really, really happy when WireGuard got released in stock kernel by...
  11. UdoB

    [SOLVED] Storage getting slow down between 00:00 and 00:30.

    Look for a daily cronjob in /etc/cron.d/ and in /etc/cron.daily/ and run crontab -e (for the current user, usually root) and run systemctl list-timers ...
  12. UdoB

    Proxmox auf IONOS dedicated Server

    Falls du diese Seite nicht auf dem Schirm hast vergleiche mal https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_masquerading Disclaimer: ich habe keine solche Installation und kann nicht direkt etwas beitragen...
  13. UdoB

    [SOLVED] LXC Container - ping ohne Erfolg

    ICMP ist ein gesondertes Protocol, welches gerne mal aus "Sicherheitsgründen" komplett gesperrt wird. TCP/UDP sind davon komplett unbeeinflusst. Also: sperrt irgendein beteiligter Router ICMP?
  14. UdoB

    Subscriptions and new hardware

    You have an active subscription, did you ask the official support?
  15. UdoB

    Trouble after install!

    The idea is to use another computer to access this server. If you're new to this that construct may be a surprise :-) https://pve.proxmox.com/pve-docs/chapter-pve-installation.html#_accessing_the_management_interface_post_installation
  16. UdoB

    migration "VM mit lokaler CD/DVD kann nicht migriert werden"

    Es gibt zwei Methoden: entweder du sorgst für die Verfügbarkeit des .iso auf jedem Node oder du entfernst die .iso einfach :) (<vm> --> Hardware --> CD/DVD --> "Do not use any media") Letzteres ist das "normale" - .iso-Dateien werden (bei mir zumindest) nur zu Installation verwendet, danach...
  17. UdoB

    [SOLVED] Proxmox VE 9.1 bootet ohne GUI

    Falls der Zugriff auf deinen PVE Server per https://<deine.ip.adres.se>:8006 scheitert, poste einfach mal ein paar Details deines Setups. Wir können ohne Details schlicht nicht "gut" antworten - ich rate hier nur herum; Stichworte: verbale Serverbeschreibung was für einen Client verwendest du...
  18. UdoB

    [SOLVED] Proxmox VE 9.1 bootet ohne GUI

    Woran scheiterte es denn im Detail? Dass man für den Zugriff meist einen Webbrauser auf einem anderen Rechner verwendet, ist mittlerweile klar? Wenn man dieses Konzept nicht gewöhnt ist, kann es erstmal eine Denkhürde darstellen. An der Stelle war ich auch einmal, das ist allerdings schon etwas...
  19. UdoB

    Einführung von Einschränkungen / Kennzeichnungspflicht von KI-Beiträgen

    "Things have changed, Kroah-Hartman said. "Something happened a month ago, and the world switched. Now we have real reports." https://www.theregister.com/2026/03/26/greg_kroahhartman_ai_kernel/ Ohne Wertung meinerseits.
  20. UdoB

    What do you think of my backup strategy?

    The functionality and usability of PBS has nothing to do with ZFS. (It does not depend on ZFS and/or ZFS-send/receive.) Yes! And it would be available when the node (which hosts that LXC) dies! Maybe. That is completely up to your expectation/requirement and depends on the actual importance of...