Search results

  1. V

    Backup issues with Windows VMs - 100% active time

    I'm having some trouble with backups on my Proxmox cluster and I'm hoping someone can help me troubleshoot. I've been searching for solutions online for a while now, but I haven't been able to find anything that helps. Here's my setup: 3-node Proxmox cluster Backups to both a NAS and a PBS...
  2. V

    Slow VM Backup After Unexpected Reboot (Exchange Server)

    A little update: The Problem: My SSD usage jumps to 100% in Task Manager whenever a backup starts (using Windows). This 100% usage persists throughout the entire backup process, causing significant slowness. I've run multiple scrub tests on all my disks, but the problem remains. What I've...
  3. V

    Slow VM Backup After Unexpected Reboot (Exchange Server)

    Hi everyone, I'm reaching out for some assistance with a backup slowdown issue I'm experiencing on Proxmox VE. Two days ago, my on-premises Exchange server encountered a freeze and required a hard reboot, which took longer than usual to complete. Since the reboot, I've noticed a significant...
  4. V

    Export from PBS / Import in PVE

    Hi, I have a question about exporting backups from PBS to import them into PVE. I need to do this because the backups are too large to transfer over the network (internet), so I want to copy them to an external drive, transport the drive to the other server, and then import the backups. Is this...
  5. V

    [SOLVED] P2V Windows XP 0x7B error

    I've resolve this in a very simple way. I hope that for you will be the same. Start a Hiren's CD version 15.1, search in Hiren's programs the fix_hdc.cmd, start it, give them the Windows path. And the script do the magic. After the restart my VM started perfectly.
  6. V

    [SOLVED] P2V Windows XP 0x7B error

    Hi, Yesterday, I found an old HDD containing a Windows XP Pro installation. I attempted to virtualize it, but unfortunately, I haven't been successful. I create the qcow2 file with Disk2VHD program, I've tried 3 ways. The first create a vhdx file, the second with vhd and third vdh with the...
  7. V

    [SOLVED] Problem with backup ZFS via iSCSI

    Yes, I think that's problem...but I've thinking that was the actual version. Ok, thanks, old school :)
  8. V

    [SOLVED] Problem with backup ZFS via iSCSI

    So, I think I've resolved the issue. I've installed from this tutorial: https://xinux.net/index.php/Proxmox_iscsi_over_zfs_with_freenas But it's seems to be an old version. Today I've tried to install the master version from this link https://github.com/TheGrandWazoo/freenas-proxmox With the...
  9. V

    [SOLVED] Problem with backup ZFS via iSCSI

    Yes, I've launched this script on all the nodes: #!/bin/bash cd /root/freenas-proxmox patch -b /usr/share/pve-manager/js/pvemanagerlib.js < pve-manager/js/pvemanagerlib.js.patch patch -b /usr/share/perl5/PVE/Storage/ZFSPlugin.pm < perl5/PVE/Storage/ZFSPlugin.pm.patch patch -b...
  10. V

    [SOLVED] Problem with backup ZFS via iSCSI

    I don't do the backup of a single machine...but I do the scheduled backup manually (image attached). So this is the same backup that the system will start. If i click on "Run now" tha backup is starting properly (second image)
  11. V

    [SOLVED] Problem with backup ZFS via iSCSI

    Yes, I've cut out the IP from the configuration. Attached the complete storage file....only iommited the password and the encyption key. When I'm doing it manually I'm not doing nothing special...only click on the Backup and click "Run now" and it's running correctly
  12. V

    [SOLVED] Problem with backup ZFS via iSCSI

    Yes I have 3 nodes...but I've pathched all of three and do alle the procedure like in the guide. Now I've redo the patch and on pve3 the backup is staring correctly, but pve 1 and pve2 has the error. I've restarted the pve2 but nothing change. Here is the files. Thanks
  13. V

    [SOLVED] Problem with backup ZFS via iSCSI

    Hello, I've configured ZFS via iSCSI on TrueNAS with the "TheGrandWazoo" plug-in...and all is running smooth and perfect, but the backup not. I've schedule two backups, one on my NAS and one to my PBS. Both backups give me errors. But if on the same backup under the Backup tab in Datacenter...
  14. V

    Ceph on a storage server

    Hi, I want to do this installation: 3 nodes (2 ssd in mirror only for proxmox boot) 1 storage with 20 disks (14 TB storage) All connected in fiber channel 10Gb I want to have snapshot, thin provisioning and all this features, so I want to use Ceph. Is possible to install ceph on the storage...
  15. V

    Using dynamic IP and reverse proxy for my VMs and Containers

    You're welcome @heldmar, let me know if it's working
  16. V

    DNAT VM traffic

    Aha, ok....so perfect
  17. V

    Using dynamic IP and reverse proxy for my VMs and Containers

    Here you have one default config file...it's pretty simple the config file. You have just to change the domain
  18. V

    Using dynamic IP and reverse proxy for my VMs and Containers

    I'm using nginx. First you have to point the DNS of subdomains of your domain to your public IP. Then the firewall/router had to port forward on the IP of the lxc and in lxc you have to create for every subdomain a file with the right configuration. And the magic will be done :) I'll send...
  19. V

    DNAT VM traffic

    Do you need a forward proxy maybe?
  20. V

    Using dynamic IP and reverse proxy for my VMs and Containers

    Do you have a firewall that can do the port forwarding to this machine that you want to be accessible from the outside? I have a lxc with reverseproxy installed, all calls on 80 and 443 is forwarded from my firewall to my lxc and in my reverseproxy I have the configuration files for the subdomains