• XPN-NG Center do not start

    3
    1
    0 Votes
    3 Posts
    1k Views
    S
    @heman Many thanks for your help. It works. I have do this with the path in the erro message but without success.
  • Boot VM from usb

    1
    0 Votes
    1 Posts
    715 Views
    No one has replied
  • AMD Radeon GPU Passthrough

    12
    0 Votes
    12 Posts
    5k Views
    J
    @l1c I got it to work. But not in that HP G6 server. I have an identical ML350 G6 and its working fine with same version of XCP-NG. Only difference is there are less pci cards in the machine. This goes back to my original idea, because other cards share the same IRQ the pass-through becomes for difficult. Any configuration suggestions? Is there a way to edit the IOMMU groups?
  • 0 Votes
    7 Posts
    616 Views
    olivierlambertO
    Please read the post before yours and try to provide more data if you want further help
  • Pool master down, what steps need done next?

    Solved
    3
    0 Votes
    3 Posts
    4k Views
    J
    @jedimarcus perfect, thank you for the confirmation!
  • 26xx v2 not supported?

    18
    0 Votes
    18 Posts
    2k Views
    olivierlambertO
    No you can't "transform" CentOS to XCP-ng.
  • Recommended CPU Scheduler / Topology ?

    Unsolved
    3
    0 Votes
    3 Posts
    4k Views
    dthenotD
    Hello So, you can of course makes some config by hand to alleviate some of the cost of the architecture on virtualization. But like you can imagine, the scheduler will move the vCPU around and sometimes break the L3 locality if it move it to a remote core. I asked to someone more informed than me about that and he said that running a vCPU is always better than trying to make it run locally so it's only useful under specific condition (having enough resources). You can use the cpupool functionality to isolate VM on a specific NUMA node. But it's only interesting if you really want more performance since it's a manual process, and can be cumbersome. You can also pin vCPU on a specific physical core to keep L3 locality, but it would only work if you have little amount of VM running on that particular core. So yes, it might be a little gain (or even a loss). There is multiple ways to make the core pinned, most with xl but if you want it to stick between VM reboot you need to use xe. Especially since if you want to pin a VM to a node and need it's memory being allocated on that node, since it can only be done at boot time. Pinning vCPU after boot using xl can create problem if you pin it on a node and the VM memory is allocated on a another node. You can see the VM NUMA memory information with the command xl debug-key u; xl dmesg. With xl: Pin a CPU: xl vcpu-pin <Domain> <vcpu id> <cpu id> e.g. : xl vcpu-pin 1 all 2-5 to pin all the vCPU of the VM 1 to core 2 to 5. With CPUPool: xl cpupool-numa-split # Will create a cpupool by NUMA node xl cpupool-migrate <VM> <Pool> (CPUPool only works for guest, not dom0) And with xe: xe vm-param-set uuid=<UUID> VCPUs-params:mask=<mask> #To add a pinning xe vm-param-remove uuid=<UUID> param-name=VCPUs-params param-key=mask #To remove pinning The mask above is CPU id separated with comma e.g. 0,1,2,3 Hope I could be useful, I will add that to the XCP-ng documentation soon
  • Boot a xcp-ng VM directly to a client device

    3
    0 Votes
    3 Posts
    517 Views
    H
    @bassmann I think the terminology you are looking for is terminal server. I also think that is not native functionality of xcp-ng.
  • xcp-ng 8.1 December updates

    5
    0 Votes
    5 Posts
    523 Views
    K
    Olivier asked me the same. And it worked fast. But for some reason that Problem is just gone today and I have no Idea what it could been. Most plausible is something was running somewhere in the background, but since the CPUs were Idle and no I/O to speak of... I am lost. Also why did it try to copy the whole volume to the same SR it was copying from, guess we will never know.
  • Starting VM fails with tapdisk error

    2
    0 Votes
    2 Posts
    4k Views
    jedimarcusJ
    You need the data right? Not the OS etc? Does your infrastructure work? Do you have any other VM running? I'd have another VM running and then attach the disks in question to see if they are: A. readable B. the one you are looking for
  • xcp-ng 8 and 8.2 network speed problem

    3
    0 Votes
    3 Posts
    1k Views
    DanpD
    Can't help with your issue, but wanted to point out that the article you linked only references Xenserver 6.X, so may not be applicable to newer versions.
  • GPU passthrough issue on Win10pro

    8
    0 Votes
    8 Posts
    2k Views
    R
    @trent234 I think system should run headless and Xen should be able to hide that device from dom0, can you reassure that BIOS is set to not use any display device?
  • Does XCP-ng work with Libreboot?

    firmware libreboot coreboot xcp-ng hardware
    2
    0 Votes
    2 Posts
    414 Views
    olivierlambertO
    As song as you have Grub, it should work.
  • Ha with 2 Nodes/iSCSI

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    jbamfordJ
    @olivierlambert Hey i have another question, If i run the VM on the second Server does it matter if the RAM is the same althought CPUs are the same? Make and Model of the RAM or can that cause a problem? Another question if i have Host 2 online and i run different VMs on each of the host meaning Mail and Web Server on one host and Cloud Storage Server on the other using the same iSCSI storage can this be done by adding a second host to XO? or could it be possible to combine both servers into 1 for more Memory? Cheers. Jack.
  • xcp-ng 8.2 Xoa Ubuntu 20.04 suspend error

    2
    0 Votes
    2 Posts
    425 Views
    enes.selcukE
    When I issue the shutdown command to the host / physical machine via xoa, the process does not occur. it gives an error. Stop no hosts availeble
  • No opening screen after ubuntu installation

    2
    0 Votes
    2 Posts
    329 Views
    stormiS
    Looks like this documented issue: https://xcp-ng.org/docs/troubleshooting.html#ubuntu-18-04-boot-issue (found by looking up "ubuntu" in the docs)
  • Host status in xcp-ng center

    Solved
    5
    1
    0 Votes
    5 Posts
    2k Views
    mistercutterM
    @jedimarcus said in Host status in xcp-ng center: @mistercutter /var/crash ? Cool. I'll find them. Thanks again for the quick response.
  • rngd high cpu usage

    Solved
    10
    0 Votes
    10 Posts
    4k Views
    J
    @apz No, I have not done any such customizations. @olivierlambert Tried with tsc clock, same result. rngd started to eat 50-100% of cpu right after started it, However I just tested how Oracle runs if the rngd service is stopped....and looks like no problems. So the solution seems to be just stop and disable the rngd service and everything works the same they did in bare bone hardware! Thanks to everyone who helped with this!
  • TPM Passthrough

    2
    0 Votes
    2 Posts
    911 Views
    olivierlambertO
    Hi, There's a vTPM object: https://xapi-project.github.io/xen-api/classes/vtpm.html
  • XCP-ng + Mini PC setup

    5
    0 Votes
    5 Posts
    2k Views
    H
    @gskger I could. I also have a very janky solution laying around, in the form of a Mini PCIe to PCIe adapter that could replace the ProDesk's Wifi card. I could then plug in a bog standard Intel PRO/1000e Quad Nic card. Haven't got around to trying that though.