UdoB's latest activity

  • UdoB
    Hat denn die Wiederherstellung aus einer NTFS-Platte schon mal funktioniert? Grundsätzlich zu beachten: Der file-restore aus VMS funktioniert nur von ProxmoxVE, bei Containern oder dateibasierten Backups auch aus den ProxmoxBackupServer. Der...
  • UdoB
    UdoB reacted to LnxBil's post in the thread Datastore Sync Hook Scripts with Like Like.
    Understandably, but what about building it the other way around: Connecting the tunnel from the destination side, running the sync job and the disconnecting it again? This is (without error handling) a 3 line bash script. Pulling is in general...
  • UdoB
    Das mit den Snapshots ist noch als Technical Preview gekennzeichnet und würde ich persönlich noch nicht für Produktiv einsetzen. Das ist aber meine persönliche Meinung und muss jeder selbst wissen. Das ist auch ein valider Grund die weiter zu...
  • UdoB
    Naja, das es eben NICHT ein cluster-awares Dateisystem wie vmfs ist, sondern Blockspeicher, @bbgeek17 hat das mal näher erklärt: https://kb.blockbridge.com/technote/proxmox-lvm-shared-storage/ Dadurch verhält es sich anders, als Umsteiger von...
  • UdoB
    Ja, klar. Da sind wir uns (mal wieder) einig :-) Allerdings hängt "sinnvoll" sehr stark von der jeweiligen Situation ab. In meinem Fall hatte ich mich ja nach durchaus erfolgreichem Test dagegen entschieden...
  • UdoB
    Gehen tut vieles, aber nur weil etwas geht, ist es noch lange nicht sinnvoll
  • UdoB
    PVE ist Debian --> es geht praktisch alles, was mit Debian geht :-) Ich hatte mal versucht, mir eine "bessere Workstation" zu bauen: https://forum.proxmox.com/threads/pve-9-1-1-developer-workstation-shared-folder-clipboard.183675/post-853509
  • UdoB
    Hello, I have updated the Proxmox installation and configuration manual I published earlier this year (https://forum.proxmox.com/threads/proxmox-installation-and-configuration-manual.181116/#post-840113) with a section on the PVE Firewall at both...
  • UdoB
    UdoB reacted to Impact's post in the thread make hdd available - how? with Like Like.
    But there's already a thin pool on it? You can add it via Datacenter > Storage > LVM-Thin. You might have to rename the duplicate group though. ZFS might be another (better, IMO) option depending on what you do. Edit: Even better. Instead of...
  • UdoB
    UdoB replied to the thread make hdd available - how?.
    Yeah! One should clean up the (software-) stack from top to bottom...
  • UdoB
    UdoB replied to the thread Additional Network configuration.
    Well, I can not write a dedicated complete guide for that setup. My answers are always only snippets of the whole picture. (And: I do not use pfSense...) If #4 is still valid: yes. But in #7 you show that vmbr1 exists with enp5s0. Does that...
  • UdoB
    UdoB replied to the thread make hdd available - how?.
    Wiping is in the GUI too - no need for CLI. (<node> --> Disks --> select the device --> Wipe Disk)
  • UdoB
    UdoB reacted to Johannes S's post in the thread make hdd available - how? with Like Like.
    You wipe the hdd ( all data on it will be lost though) and afterwards create a lvm/thin or zfs pool from the GUI.
  • UdoB
    UdoB reacted to kroese's post in the thread Datacenter Manager for ARM64 with Like Like.
    It turned out to be a massive undertaking, that I heavily underestimated, but I managed to compile Datacenter Manager for ARM64. This makes it possible to install it on devices like a Raspberry Pi and many others: ARM64 Packages...
  • UdoB
    UdoB replied to the thread Additional Network configuration.
    Right. From pfSense's point of view. Basically "WAN" + "LAN" are just names. Plus some default rules created already for you - allow output through WAN w/ or w/o NAT, deny input at WAN. Also enable routing inside pfSense. If you label the...
  • UdoB
    UdoB reacted to jim_os's post in the thread Richtiges Setup für Heimserver with Like Like.
    Moin Eine sinnvolle RAM-Verteilung sehe dann so aus: 4 GB Proxmox VE 4 GB OMV VM 4 GB HA VM x GB Weiteres Ergo: Du brauchst noch mehr RAM. Eine Minimal-Lösung sehe dann z.B. so aus: 2 GB Proxmox VE 2 GB OMV VM 2 GB HA VM x GB Weiteres Dann...
  • UdoB
    UdoB reacted to Johannes S's post in the thread Richtiges Setup für Heimserver with Like Like.
    Willst du rumspielen oder den Plex und HomeAssistant auch produktiv verwenden? Falls ersteres kannst du auf deiner alten Kiste mit ProxmoxVE herumspielen, falls zweiteres würde ich HASS auf dem pi belassen. Plex kann man auch aus einen Container...
  • UdoB
    UdoB replied to the thread Additional Network configuration.
    It is a different network --> reachable only with an active router and your working PC using that route. My answer does not directly solve your problem, sorry. Just use the other IP (.0.59) for setup, that does work, right? I recommend to...
  • UdoB
    UdoB reacted to deebsr's post in the thread Export List of All VM Proxmox with Like Like.
    Have a checkout of the https://github.com/Corsinvest/cv4pve-report tool. This to me is close to what RVTools in the VMware world gave. But +1 to adding the functionality inside the PVE GUI or PDM inventory views.
  • UdoB
    UdoB replied to the thread Richtiges Setup für Heimserver.
    Richtig! Dazu kommt noch: viele lesen "Container" und denken "Docker!". Wenn ich mit auf einem kleinen Rechner damit arbeiten will, ist PVE definitiv Overkill. Dazu genügt ein schlichtes Trixie und das mitgebrachte "Docker". (Oder notfalls das...