Search results

  1. U

    Proxmox VE 8.3 released!

    You need to reboot for the new Kernel to be used, but yes it is that easy ;)
  2. U

    Wie kann ich Proxmox VE per Fernwartung steuern

    Du kannst dir eine Gui installieren, z.B. lxde
  3. U

    Aktuelle Version mit WinXP

    Die alten ISOs gibts hier: https://fedorapeople.org/groups/virt/virtio-win/deprecated-isos/archives/
  4. U

    Proxmox Bullseye auf Bookworm aktualisieren?

    Mach vor dem Upgrade ein Backup und einen Snapshot, dann kannst du, falls etwas schiefgehen sollte, einfach zurück. apt-get install -y rename gpgv # Eintrage in /etc/apt/sources.list(.d) updaten sed -i 's/httpredir/deb/g' /etc/apt/sources.list sed -i 's/httpredir/deb/g'...
  5. U

    OMV5 Raid übertragen auf Proxmox

    Hast du LVM auf dem Raid? Bitte Ausgaben von pvs, vgs und lvs posten, sowie von lsblk. Wie waltar schon schreibt, in md126 fehlt eine Platte. Ansonsten kannst du mal versuchen die Raid Devices zu mounten mkdir mnt1; mount /dev/md126 mnt1; ls -l mnt1 mkdir mnt2; mount /dev/md127 mnt2; ls -l mnt2
  6. U

    ZST-Datei einspielen

    .zst eine mit zstandard komprimierte Datei file *.zst file.zst: Zstandard compressed data (v0.8+), Dictionary ID: None
  7. U

    Very out of date cluster

    It is quite well documented, but if you are unsure you might want to get some professional help
  8. U

    Hardware support für Proxmox - Raid1 or Raid5?

    If you need 100 to 200 TB Archive Storage then you might want to use RAID 6 or RaidZ3 (or ceph), but with 4 Bays, what is the point?
  9. U

    Setting vmbr0 makes me lose ssh access and makes my VPNs stop working.

    try adding the MAC of your enp5s0 to the bridge, like auto vmbr0 iface vmbr0 inet static address 192.168.86.204/20 gateway 192.168.86.1 bridge-ports enp5s0 bridge-stp off bridge-fd 0 hwaddress 0c:c4:7a:2a:44:bf <--- your MAC
  10. U

    Best method for transferring files between two physical mounted drives within Proxmox?

    You can use rsync with rsync -av /mnt/src/ /mnt/target/ to delete files on target that are not on src add --delete, to use numeric ids use --numeric-ids, use -X for extended attributes and -A for acls. You can do a test run without writing anything with --dry-run
  11. U

    Exploring High-Availability in Proxmox: Centralized Storage with Local SSD Failover

    You can use ceph, so all your proxmox nodes are also storage nodes. you need at lease 3 nodes, 2 have to be online for your storage to be accessible. More nodes are better. You need fast network for your ceph storage (10gbit minimum, 25gbit, 40gbit or 100gbit recommended.)
  12. U

    Hardware support für Proxmox - Raid1 or Raid5?

    How much storage space do you need? How fast (latency / throughput) storage do you need? How much availability / redundancy do you need? How much are you able / willing to pay? ;) How do you backup? /!\ HAVE BACKUP /!\ For my homeserver i have a single 4 TB SSD for my proxmox, if it dies, i...
  13. U

    How to replace the main disk of a Proxmox server?

    1. Clone the Disk (with dd or clonezilla) 2. Bios Boot and EFI can stay the way they are, you have to grow sdX3 (might be another letter than b on the new disk). You can use parted (i dont know the syntax for that) or fdisk fdisk /dev/sdb Use (p) to print partition layout Use (d) to...
  14. U

    How to import old data to New Proxmox

    If you have a proxmox backup it includes the disk image(s) as well as the configuration files. You seem to have created a new config file, and you have added the disk twice, as sata0 and as scsi0, or are these two different disk images? You seem to be booting from network, try a bootdisk: sata0...
  15. U

    Unterschiedliche Zeitstempel im Backupnamen im Vergleich zur Backupzeit...

    Nein, die Zeitstempel kannst du nicht umstellen (afaik) Du kannst natürlich deine Zeitzone auf UTC setzen, du kannst auch nach GB auswandern, die Sommerzeit kommt dir dann aber immer noch in die Queere, die ISS nutzt UTC ohne Sommerzeit ;)
  16. U

    Unterschiedliche Zeitstempel im Backupnamen im Vergleich zur Backupzeit...

    Das Z am ende des Zeitstempels zeigt an, dass dieser in UTC ist, die "normale" Zeitangabe ist lokkalisiert, d.h. abhängig von der Zeitzone
  17. U

    [Solved] Why do i need 3 Nodes for an HA Cluster?

    If you have only two node which for whatever reason do not see each other you have a potential split brain situation, the same VMs are running on both sides. (think 2 shops selling the same article to different customers) To avoid that the running side in an HA Environment must have a majority...
  18. U

    When certain mail goes through the PMG relay, it looks broken in the mail.

    Do i see this correctly that after pmg the mime encoded picture is missing from the mail?
  19. U

    Selectively delete file across all backups

    The only possibility i see is to restore the backup, delete the files from the restored backup , delete the backup and recreate the backup without the files ... The same problem applies to a backup Tape in a safe, etc

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!