Search results

  1. F

    Cluster config - Stuck while join

    Hi all, I think the whole mess came up because I tried to setup a cluster between two different pve versions, but I am not sure about that. I managed to upgrade both machines to 7.4-16, but still the system seems to be messed up. The cluster join still fails. This is what I get: Cluster...
  2. F

    [SOLVED] Remove node from cluster

    Ok, I figured out how to remove the directories. The trick was once again, to remove the whole cluster with rm -f /etc/pve/cluster.conf /etc/pve/corosync.conf rm -f /etc/cluster/cluster.conf /etc/corosync/corosync.conf rm /var/lib/pve-cluster/.pmxcfs.lockfile After reboot the cluster disappeard...
  3. F

    [SOLVED] Remove node from cluster

    Hi there, I think I am currently in a similar problem. The whole mess kind of started when I tried to create a cluster between two different versions of pve nodes. I have learned now and tried to cleanup everything and apgrade both nodes. now they are on same version 7.4-16 . However I still...
  4. F

    PCI Passthrough - Device not listed

    In parallel I will try to find a corresponding PCIe card. Chances seem to be higher that PCIe will work since I already have two PCIe cards that work. We will see... However, I don't expected that passing through that one PCI port is such a problem allthough I have done that with other PCIe...
  5. F

    PCI Passthrough - Device not listed

    Thanks for you answer. That maybe was unclear in my first post: I am trying to replace old physical testequipment PCs with a modern HW and Proxmox hypervisor with WinXP VM. So modern HW and still old and compatible SW. Ok, as far as I understand, I have to read into IOMMU groups... But in...
  6. F

    PCI Passthrough - Device not listed

    Hi, I am currently building a Proxmox system for virtualizing old testequipments. For that purpose I am using multiple interface cards (PCI and PCIe) that shall be passed through to an WinXP VM. I managed to setup the VM and I also passed through some PCIe cards successfully. However, doing...
  7. F

    WinXP + PCIe Passthrough

    Interesting. I tried to use the latest virtio as cdrom drive but there I found no files for xp, as you said. However I was confused since the WinXP setup asks for a floppy drive to preload drivers so I am not sure if a cd rom is possible to load virtio drivers? Do you know which version is the...
  8. F

    WinXP + PCIe Passthrough

    Hi, I want to replace an old WinXP test machine with an Proxmox VM. The software is very specific and not compatible with any newer OS and there are several PCIe cards that are used. So Proxmox and a modern HW seemed to be a promissing solution for that problem. I was able to activate PCIe...