Search results

  1. M

    Nested Virtualisation - Intel OK / AMD langsam

    Hallo, ich habe zu dem Thema schon einges gefunden aber kein richtiges Ergebnis. Ich nutze in einer Lab-Umgebung für Schulungen ein AMD Ryzen-9 Blech mit PVE7 drauf und dort Nested 3x PVE7 um Übungen an Cluster Umgebungen durchzuführen. Mit einem Intel XEON Blech war das immer sehr gut zu...
  2. M

    Netzwerkadapter - Namen wechseln nach Reboot

    @Zerstoiber : Vielen Dank für die Infos. Das ist wirklich ein sehr schöner Vorschlag. Gerade die zugesteckten Karten mit den enpXXXsXfX Bezeichnungen sind vom Menschen schlecht zu lesen. Zudem kann man (wie vorgeschlagen) den Adapternamen z.B. gleich einer Zone oder einer Aufgabe zuordnen. Bei...
  3. M

    Netzwerkadapter - Namen wechseln nach Reboot

    Das Board ist in einem Server Barebone ASUS RS520A-E11-RS12U verbaut. Den hier mit der MAC benannte Adapter enx068a1f482172 können wir selbst nicht genau zuordnen. Vielleicht USB oder der IPMI OnBoard. Hatte ich mich nicht weiter drum gekümmert. Bezüglich der Benennung habe ich mir noch mal...
  4. M

    Netzwerkadapter - Namen wechseln nach Reboot

    Danke für die Rückmeldung. Tatsächlich haben die Maßnahmen nicht funktioniert. Die Adapter in der GUI zu löschen funktionierte nur für nicht vorhandene Adapter und sich dann auf die altnames (enp129s0f0/enp129s0f1) in der /etc/network/interfaces zu beziehen, endet im Verlust der Konnektivität...
  5. M

    Netzwerkadapter - Namen wechseln nach Reboot

    Vielen Dank für eure Antworten und Vorschläge. Ich werde zunächst den Ansatz mit dem Löschen der NICs testen und hoffe dann die richtigen Namen zu bekommen. Das Gerät lief nie auf anderer Hardware, wurde neu installiert direkt von ISO. Bin mir aber nicht sicher ob die Tauscherei erst nach dem...
  6. M

    Netzwerkadapter - Namen wechseln nach Reboot

    Hallo, PVE 7.3-6 - wir haben hier einen Server mit Asus Board auf AMD Epyc Basis mit Dual-Gigabit Ethernet onBaord (intel i350). Die beiden Adapter werden mit Namen "eno1" und "eth1" versehen. "eno1" soll verwendet werden und ist als Slave Port der vmbr0 Bridge zugewiesen. Folgendes Problem...
  7. M

    Using PBS with a NAS box (Tutorial)

    No issues with the temperature so far. We made a stress test and currently running a daily backup job (3-4 hours). But we are using a F4-423 4-bay desktop device, so I don't have any experiences with the rack mount types. The F4-423 has two massive fans on the back side, that should generate...
  8. M

    Using PBS with a NAS box (Tutorial)

    Thanks for your response. After testing this setup for 3 months, there are no issues so far. Based on my experiences, here are some additional suggestions: - in case of using spinning disks, free space on NVMe's can be used for additional partition to speed up the disks (for example as...
  9. M

    ZFS special device - how much speed increase on verify jobs?

    It gave me no peace, so I just set up a server with 2x2TB NVMe and 10x16TB HDD and figured out what happen with the spinning disks + special device. I ran a backup with approximately 1TB data and ran a verify job afterwards. These are the results: Server with 6x4TB NVMe: speed 2018.49/4278.22...
  10. M

    ZFS special device - how much speed increase on verify jobs?

    Hi there, some time ago I had to change our PBS backup server from spinnning disks to SSDs because the verify jobs on all the data stores needed too much time, so they overlaped and ended in a never ending queue. After running some tests with ZFS special devices, this could maybe a solution to...
  11. M

    Calculation L2ARC & ZIL for my setup

    My knowledge about ZFS is expandable :) Many thanks for your reply, that's very usefull to me. What you suggested is exactly what I want to achieve - a better overall read&write performance for the HDD pool. What I've also learned after some research is, that these SSD used for special devices...
  12. M

    Calculation L2ARC & ZIL for my setup

    Hi there, this is my setup for the PBS backup server: - 4-Core Intel CPU (not the fastet one) - 20GB of RAM - 2x 250GB NVMe disks for OS + L2ARC/ZIL - 4x 8TB spinning disks (RAID10) - 32GB RAID1 partition for the OS on NVMe disks So there is aprox. 220GB free space on each NVMe. To increase...
  13. M

    link proxmox to hetzner storage box

    OK, everything looks good. I'm sorry but I have no further idea. Maybe someone else can help.
  14. M

    link proxmox to hetzner storage box

    Good Morning, that looks good so far. PVE is storing the backups to the "dump" folder. So please have a look to the "dump" folder, there should be files inside. ls -l ./dump Should look something like this:
  15. M

    link proxmox to hetzner storage box

    OK, thanks for the description. Now it's better understandable for me. Unfortunately I have no further idea to fix this issue. I would recommend to access the box in a different way to check if there are any files on it at all. You can do this by example with /mnt/pve/<STORAGE_ID> and list...
  16. M

    Überwachung und ev. Neustart Windows VM

    Moin, ich habe keinen besseren Vorschlag bezüglich Monitoring, wüsste aber ggf. einen Grund warum der Windows Server stresst. Falls die VM mit Machinentyp q35 in der neueren Version 6.x "getunt" ist, macht das gerne Probleme. Friert meist schon gleich bei der Installation der VIRTIO Treiber...
  17. M

    link proxmox to hetzner storage box

    Sorry, but I don't know you experience with Proxmox and you didn't describe exactly what you want to do. It seems you like to recover PVE backups that are stored on the boxes. As I wrote, the boxes become very laggy in the evening hours, so that could be the reason. Please check also, the...
  18. M

    link proxmox to hetzner storage box

    Hi, we are using this very often to deploy VM templates and the settings below are working very well. Please check, if your storabe box is possibly locked for external access or if CIFS is disabled. This could be the reason. You can also try to mount the share with CLI: pvesm add cifs Name...
  19. M

    Using PBS with a NAS box (Tutorial)

    Many thanks for your response. Thats a great recommendation, especially due to the fact that todays NVMe have much more storage space than PBS need. So this is a meaningfull use of the remaining space.
  20. M

    Using PBS with a NAS box (Tutorial)

    Hi there, first of all, this tutorial is mainly addressed to beginners. As usual with Linux based OS, you can do nearly anything you want. This is only one solution and it does not claim to be the best. There are thousands of others ways, that might bring the same result or even a better. So...