Search results

  1. D

    NMI watchdog detectedhard LOCKUP on cpu1

    Since the ethernet ports work at the beginning of a boot process and stop working as soon as proxmox boots: possibly missing/wrong drivers? Anything I can do about that? I will continie troubleshooting durig the holidays.
  2. D

    NMI watchdog detectedhard LOCKUP on cpu1

    Thank you for your reply. I booted the server (without having made any changes), and - without any error messages - I got into proxmox. Only 1 (out of 3) network card is working. Since then, I removed and changed the processor, the graphic card, and also the additional network card from asus...
  3. D

    NMI watchdog detectedhard LOCKUP on cpu1

    Hello there, I got myself a new server. Installing proxmox 7.3.-3 went fine. After reboot, I encountered some issues getting the network to work, but after 1-2 additional reboots, all seemed fine. I installed configured cephfs, mounted disks from other servers in the LAN using sshfs and started...
  4. D

    increase zvol-partition in proxmox backup server

    This the the trick for me: parted /dev/vda resizepart 1 100'%'
  5. D

    increase zvol-partition in proxmox backup server

    Nobody else? I'm still stuck, so any idea would be much appreaciated.
  6. D

    increase zvol-partition in proxmox backup server

    Thank you, but unfortunately, export & import didn't change anything.
  7. D

    increase zvol-partition in proxmox backup server

    Hi. I have Proxmox-backup server installed as a VM in Proxmox. I am trying to increase the partition of the pbs. Proxmox Version: 7.2-4/ Proxmox Backup Version: 2.0-4 This is what I've done so far: I have increased the disk in the Proxmox GUI (+500GB). Used "resize2fs" to increase the...
  8. D

    ZFS: recover filesystem

    Thank you for the clarification and the support.
  9. D

    ZFS: recover filesystem

    Just making sure, I understand your comments: The damaged zpool can probably not get recovered. Only chance is to send the damaged images to a specialist. Is there a specific (affordable) service supplier, that you can recommend? Thank you.
  10. D

    ZFS: recover filesystem

    Hi, Thank you for diving into this. This is the command used to roll back the images to the newly created CEPH disk. pv <zfs-block-device> | zstd - --stdout --adapt -z | ssh <ceph-host> dd bs=16M of=/mnt/rbd_backups/<IMAGENAME>.img.zst It seems, we missed some """ - so source and destiny were...
  11. D

    ZFS: recover filesystem

    Am I posting in the wrong forum? Could you point me towards a forum where I might geht help with this?
  12. D

    ZFS: recover filesystem

    When testing the decompression of the images, they were fine. But piping that output to the original server... that's when things went wrong.
  13. D

    ZFS: recover filesystem

    Hi guys, I've a proxmox server with a ZFS Raid 1 pool (2x 18TB WD disks). I inteded to switch to CEPH, so I created an image of the 2 existing vm-disks, and stored the image files on a second proxmox server. Since the image proved to be fine, I destroyed the ZFS and initialized CEPH. Adding...
  14. D

    Server with proxmox crashes. Requesting help troubleshopoting.

    I assume that these daily crashes have to do with too little RAM.
  15. D

    Server with proxmox crashes. Requesting help troubleshopoting.

    Hello, I have an old server running Proxmox that I use solely as diskserver (ceph). So no VM's, and no Containers. It is a HP ProLiant MicroServer - Turion II Neo N54L: CPU(s) 2 x AMD Turion(tm) II Neo N54L Dual-Core Processor (1 Socket), with 8Gb of RAM. During the last couple of days, it has...
  16. D

    increase disk spave local lvm

    Hello iBug, It's a full VM. So the command to use is: qm resize <vmid> <disk> <size> Retreiving the ID: root@proxmox03:~# cat /etc/pve/.vmlist { "version": 135, "ids": { "105": { "node": "proxmox03", "type": "qemu", "version": 84 }, "107": { "node": "proxmox03", "type": "qemu", "version"...
  17. D

    increase disk spave local lvm

    Hi. One of my VM's (OPNsense) is desperate for more diskspace. Could you please guide me through the process? root@proxmox03:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT rbd0 252:0 0 8G 0 disk nvme0n1 259:0 0...
  18. D

    error occured during live-restore: MAX 8 vcpus allowed per VM on this node

    Thank you for you reply. I reduced the CPU core to 1 core, 1 socket. Backup still failed. I also had to install a missing Linux-bridge before I could start the VM. Afterwards, Thank you very much - absolutely new to backing up proxmox ;-) cat /proc/cpuinfo: Linux proxmox02 5.11.22-3-pve #1...
  19. D

    Container friert ein

    Es scheint, als würde der Container ceph nicht leiden können. Ich lasse den Container jetzt auf einer lokalen festplatte laufen, und nun gibt es seit 48 Stunden keine Probleme mehr.
  20. D

    error occured during live-restore: MAX 8 vcpus allowed per VM on this node

    Hello there! I receive a similar error when trying to backup my datacenter: ERROR: Backup of VM 101 failed - MAX 2 vcpus allowed per VM on this node The host itself has 2 x AMD Turion(tm) II Neo N54L Dual-Core Processor (1 Socket) I get this error even though the VM is currently not running...