Recent content by BrotherJ

  1. B

    Subsequently changing the location of the hard disk image

    After the disaster here https://forum.proxmox.com/threads/pve-cluster-service-doesnt-start-and-ipcc_send_rec-failed.146224/ I have another issue to solve. I restored the backup of "pve-cluster/config.db" to /var/lib/pve-cluster/ and made a restart of the services. Now PVE runs fine, the...
  2. B

    [SOLVED] pve-cluster.service doesn't start and ipcc_send_rec failed

    I was able to fix this by deleting '/etc/pve' and restarting the pve-cluster.service. The fuse message in the log made me prick up my ears. Now I only have the old VM configs, which don't all start.
  3. B

    [SOLVED] pve-cluster.service doesn't start and ipcc_send_rec failed

    Hello, I have on # pveversion pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-15-pve) the problem that the VMs no longer start. I had a full /var partition, in /lib/pve/local-btrfs/images there were incorrectly VM images that actually belonged in a ZFS pool, and I replaced this with...
  4. B

    [SOLVED] Proxmox-WebGui and qm hang on the console

    Hello everyone, I'm a bit at a loss at the moment. First of all, I have installed Proxmox Virtual Environment 8.0.2. And so far logging into the WebGui on port 8006 has not been a problem. This suddenly no longer works and I can no longer display the Vms with qm list on the console, the...
  5. B

    [SOLVED] Backup job cannot be completed

    Hello Moayad, here are the process informations root@neckar1 ~ # ps aux | egrep "vzdump|103" root 1032 0.0 0.0 0 0 ? I< 2023 3:05 [kworker/17:1H-kblockd] root 1037 0.0 0.0 0 0 ? I< 2023 3:11 [kworker/61:1H-kblockd] root 2103...
  6. B

    [SOLVED] Backup job cannot be completed

    Hi, my running Proxmox-Server is: pveversion -v proxmox-ve: 8.0.2 (running kernel: 6.2.16-15-pve) pve-manager: 8.0.4 (running version: 8.0.4/d258a813cfa6b390) pve-kernel-6.2: 8.0.5 proxmox-kernel-helper: 8.0.3 proxmox-kernel-6.2.16-15-pve: 6.2.16-15 proxmox-kernel-6.2: 6.2.16-15...
  7. B

    [SOLVED] Promox-Backup - Bestimmte Disks ausschliessen

    Vielen Dank für diesen Hinweis, das ist sehr hilfreich. Insbesondere weil es ziemlich versteckt ist.
  8. B

    [SOLVED] Promox-Backup - Bestimmte Disks ausschliessen

    Guten Morgen zusammen, ich habe ein Proxmox VE 8.0.4 am Start. Meine VMs sind generell 150 GB groß. Allerdings verlangen Mail-Server, App-Server, Webserver für die Daten und Webspace-Daten externe virtuelle Disks. Diese Inhalte haben alle ein eigenes Backup. Die VMs sichere ich täglich über das...
  9. B

    VM-Images /ZVOL von alten Proxmox-Server zu neuem Promox-Server kopieren

    Also irgendwie klappt das nicht richtig. Nach wenigen Minuten ist Schluß: zfs list NAME USED AVAIL REFER MOUNTPOINT zp_100 161G 7.70T 96K /zp_100 zp_100/vm-101-disk-0 155G 7.85T 56K - zp_100/vm-104-disk-0 6.70G 7.70T 6.70G -...
  10. B

    VM-Images /ZVOL von alten Proxmox-Server zu neuem Promox-Server kopieren

    Okay, in den Manpages habe ich das hier gefunden: zfs send zp_100/vm-104-disk-0 | ssh -p 22 Host-IP zfs receive zp_100/vm-104-disk-0 Hoffe, dass klappt. Ach so, die besagte VM ist abgeschaltet.
  11. B

    VM-Images /ZVOL von alten Proxmox-Server zu neuem Promox-Server kopieren

    Hallo zusammen, ich bin etwas unerfahren mit ZFS. Ich habe hier einen alten Proxmox-Server auf dem folgende Images liegen - vielleicht auch ZVOL: # zfs list NAME USED AVAIL REFER MOUNTPOINT zp_100 1.69T 3.16T 96K /zp_100 zp_100/vm-101-disk-1 175G...
  12. B

    Zwei Proxmox-Server mit denselben VMs als Failover

    Hallo zusammen, ich habe hier auf einem physikalischen Root-Server mit Proxmox Virtual Environment 7.4-15 mehrere VMs installiert. Jetzt will ich einen zweiten Rootserver mit Promox daneben stellen, mit dem Ziel, dass hier dieselben VMs liegen und quasi als Failover dienen? Das heißt der zweite...
  13. B

    Proxmox-Images, -Konfigurationen unter KVM nutzen

    Okay, die Config-Dateien konnte ich unter "/etc/pve/qemu-server" verorten. Gegenüber sehen die Dateien ziemlich mager aus. Die Images liegen auf einem ZFS-Pool zp_100 on /zp_100 type zfs (rw,xattr,posixacl) Wie komme ich jetzt an die Images heran, so dass ich sie unter KVM als qcow2 nutzen...