Search results

  1. U

    Disk Full - can not delete old backups.

    Ok, download some of your backup data from the .chunks directory over scp and delete it on remote machine, then do the backup prune, afterwards copy it back and prune again
  2. U

    Disk Full - can not delete old backups.

    Check if you have a snapshot on your zfs, zfs list -t snapshots, and delete them to free the space
  3. U

    Disk Full - can not delete old backups.

    Please show output of df -h and zfs list
  4. U

    Proxmox how to encrypt VM backup

    PS If you enable encryption but still have unencrypted backups your backup volume will double
  5. U

    Proxmox how to encrypt VM backup

    You REALLY should upgrade ;) Leave a message if you need help
  6. U

    Netzwerkkonfiguration erklärt

    Du kannst dem vmbr0 interface natürlich eine IPv6 Adresse zuweisen (sicher auch mit privacy extensions, frag MICH aber nicht wie ;) ) Die Netzwerkkonfig bei Proxmox geschieht mit ifupdown2, Doku siehe auch Debian Networking. Die VMs und Container bekommen eigene IPs (4 und 6) auf der bridge...
  7. U

    Anfängerfrage Proxmox vs. Oracle VM

    Das ist alles mit Proxmox machbar, du schreibst das Proxmox ISO auf den Stick und bootest dann von diesem. Für einen Homeserver halte ich RAID nicht zwingend für erforderlich, aber wünschenswert, wichtiger sind Backups (siehe unten) Als Storage empfehle ich Server SSDs (auch gebraucht), für...
  8. U

    [SOLVED] ZFS (replication) Migration VM startet neu

    Leider nein, lxcs werden beim migrieren neu gestartet
  9. U

    Proxmox wont shutdown/reboot correctly

    1.check if you have a persistant journal ( does /var/log/journal exits) 2. do a reboot, power off after a few minutes if it doesnt reboot 3. start and check the journal from the boot before with journalctl -b -1
  10. U

    Proxmox wont shutdown/reboot correctly

    You give no usefull information about your proxmox version, kernel version, hardware, nor the exact problem, does your shutdown hang, does your machine not restart after shutdown? Error messages? screenshots? anything?
  11. U

    Local PVE vollgelaufen, was tun?

    Wahrscheinlich ist es einfacher Backups von deinen VMs zu machen (die du hoffentlich sowiso hast ;) ) und den Proxmox Server auf einer guten SSD neu aufzusetzen. Sichere vorher auf jeden Fall das etc Verzeichnis mit deinen Einstallungen
  12. U

    How to install HP-Linux Management Component Pack (MCP) on Proxmox 7.4

    Ok this is a 32 bit program, so on your 64 bit system you need to install 32 bit support to install it sudo dpkg --add-architecture i386 sudo apt-get update
  13. U

    [SOLVED] Promox host from Grub to UEFI problem

    1. I see no reason why you could not continue using Bios / grub Boot 2. How do you backup yor systems? I strongly recommend PBS, in which case you can just reinstall (with uefi) your PVE Server, attach your PBS and restore all of your VMs and Containers. 3. you should be able to switch to...
  14. U

    Local PVE vollgelaufen, was tun?

    Hallo localadmin, Lösch mal nicht mehr benötigte daten von updates: apt clean apt autoremove check jetzt ob wieder etwas Platz verfügbar ist, df -h Wenn nein alte Logfiles löschen (rm /var/log/*.gz /var/log/*.1) wenn ja, installiere ncdu (apt install ncdu), dann mit ncdu -x / checken wo...
  15. U

    How to install HP-Linux Management Component Pack (MCP) on Proxmox 7.4

    apt-key is deprecated but should still work in proxmox 7.x (but not in 8.x). Can you download the deb file from http://downloads.linux.hpe.com/SDR/repo/mcp/debian/pool/non-free/ and install it with "dpkg -i package.deb", if dependecies are missing do "apt -f install" afterwards, or ude gdebi...
  16. U

    Fully Failed Node A. Guest VM Was Replicated to Node B. How to Bring Up on B?

    15:00 zfs repl crashes 16:00 host A goes down, ha starts vm on B with data from 15:00 17:00 Admin restarts A, restarts erronously ZFS Replication, B syncs to A Data between 15:00 and 16:00 is overwritten I am not saying it will happen, but it can happen ;)
  17. U

    Fully Failed Node A. Guest VM Was Replicated to Node B. How to Bring Up on B?

    There is a risck of data loss with zfs replication and ha: 1. You will loose the date written between the last replication and the ha switching on the other side 2. If zfs Replication was stopped, hanging, crashed (for whatever reason) you might loose significantly more data, if your first node...
  18. U

    Adding second IP to one of VMs of current PROXMOX on HETZNER

    With Hetzner i think using their vSwitch should be the easiest option to get additional IPs for your VMs. I also found this: https://tomjorge.me/install-proxmox-and-create-vms-with-ips-on-your-hetzner-dedicated-server/ and this...
  19. U

    Install and operate PVE cluster version 8

    No, that should work, but your IO Bandwidth will be severly limited by your nas, 50 VMs sharing i presume 1gigabit connection, even with 10 gigabit it is not that much. Since i do not know anything about your use case it might be ok. Is this a test setup to try out things or do you want to...