• UEFI Bootloader and KB5012170

    Solved
    7
    0 Votes
    7 Posts
    4k Views
    B
    @christopher-petzel Many thanks saved me from hours of searching for a fix
  • Ubuntu Server 22.04 and Java causes VM to hard lock (XCP-ng 8.1)

    1
    0 Votes
    1 Posts
    425 Views
    No one has replied
  • vCPU overcommitment stats

    8
    0 Votes
    8 Posts
    2k Views
    jmaraJ
    @olivierlambert ah good to know thats fine I'll take a look at the metrics maybe I'll write a small rrd stats pusher script as an interim solution for my usecase until XO6 is available. Thanks for letting me know
  • Dual Display on Win 10 VM

    1
    0 Votes
    1 Posts
    337 Views
    No one has replied
  • XCP-ng console unreadable because of error messages

    5
    0 Votes
    5 Posts
    2k Views
    xerioX
    @stormi thanks, will look forward to try this out when the update drops.
  • When attempting to create a OPNsense VM via XO stack becomes unresponsive.

    10
    0 Votes
    10 Posts
    3k Views
    fohdeeshaF
    @MrXeon So, the actual root issue here I believe, is opnsense installs come with an IP and dhcp server already assigned and enabled on the lan interface (I believe it's 192.168.1.1, but don't quote me). If your existing home network already uses 192.168.1.x/24 and already has a dhcp server, booting an opnsense install with it's virtual lan nic set to your existing home lan, there will be a lot of conflicts. Virtual nic order can be whatever you'd like (you can change and move around assignments in opnsense), but if it's preconfigured lan interface gets set to your preexisting lan network, there will be conflicts
  • dom0 vcpu allocation

    2
    0 Votes
    2 Posts
    1k Views
    D
    @gnpcx What did you end up doing for this? The docs dont seem to have any guidance.
  • PCI Passthrough - GPU - Matrox C-series

    1
    0 Votes
    1 Posts
    445 Views
    No one has replied
  • Alert: Control Domain Memory Usage

    Solved
    194
    0 Votes
    194 Posts
    315k Views
    F
    Its not solving it, but you can run echo 3 > /proc/sys/vm/drop_caches to release some of the cache again, without interfering with running processes. [root@host2 ~]# free -m total used free shared buff/cache available Mem: 15958 3308 158 8 12491 2355 Swap: 1023 177 846 [root@host2 ~]# echo 3 > /proc/sys/vm/drop_caches [root@host2 ~]# free -m total used free shared buff/cache available Mem: 15958 3308 2598 10 10051 2751 Swap: 1023 177 846
  • This topic is deleted!

    1
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Help with xhci_hcd error after USB passthrough

    1
    0 Votes
    1 Posts
    403 Views
    No one has replied
  • Creating a VM using only the XAPI CLI...

    20
    0 Votes
    20 Posts
    9k Views
    olivierlambertO
    Agreed, but the downside is to update the template from time to time. We'll probably create a new Packer plugin to work with XO API, so it will be easier to use and rely on (Packer goal is to prep' a template from scratch and up to date for you, that you can use for solution 2. then)
  • vCPU Over-Subscription...

    3
    2 Votes
    3 Posts
    3k Views
    tjkreidlT
    @epretorious I would add that you have to be careful about overprovisioning when NUMA/vNUMA kicks in, that is when you allocate more VCPUs to exceed the number of physical CPUs of a bank of them as well as the associated physical memory (assume, for the sake of argument, you have two banks of physical CPUs and each has directly accessible to it one of two banks of memory) then things get inefficient because a CPU may need to go across to a different bank of memory to access data and there is additional overhead involved. See for example this article and the two preceding it: https://blogs.mycugc.org/2019/04/30/a-tale-of-two-servers-part-3-the-influence-of-numa-cpus-and-sockets-cores-persocket-plus-other-vm-settings-on-apps-and-gpu-performance/ -=Tobias
  • Windows 10 VM running nested VMware Workstation in XCP-NG not working

    3
    0 Votes
    3 Posts
    471 Views
    ?
    @Gheppy Thank you very much for the quick reply. I thought so indeed. Will this also be the case running Workstation using Linux?
  • Assign all the CPU cores to a single VM

    5
    0 Votes
    5 Posts
    1k Views
    D
    @olivierlambert its looks like it was not from XCP but from the cloud provider managing it (Cloudstack). as soon as max restrictions were removed i could assign all 128 threads as vCPUs to a single VM.
  • VM limits - CPU Limits

    5
    0 Votes
    5 Posts
    2k Views
    D
    Thank you all for this wonderful information.
  • 0 Votes
    24 Posts
    9k Views
    M
    @Andrew I’ve started to experiment with Duet + OpenCore chain loading but I'm getting the same results… I’ve tested it now on two different Legacy Machines, so either I’m setting it up wrong or Duet is the issue all around the baord… why could Duet potentially not be happy? It’s not my target system, it’s gotta be something to do with the file structure or the DuetPkg itself, I've also checked for Debug Logs from OpenCore, seems it ain't booting at all, so it's definitely an issue early on.
  • I'm trying to install Windows Server 2016

    Moved
    10
    0 Votes
    10 Posts
    2k Views
    RenteriaJRR
    @tjkreidl BIOS
  • VM Migrate problem

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    M
    @olivierlambert Unfortunately I've moved VMs around (this is all testing at the moment) however there were other VMs with static=dynamic=2Gb which I could move. Could you please either explain or point me to the documentation where I can understand how your comment works, please?
  • Why..or How...could dom0 not be running paravirtualized?

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Hmm I would also check for BIOS/firmware update