• dom0 vcpu allocation

    2
    0 Votes
    2 Posts
    571 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
    156 Views
    No one has replied
  • Alert: Control Domain Memory Usage

    Solved
    194
    0 Votes
    194 Posts
    190k 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
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • Help with xhci_hcd error after USB passthrough

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

    20
    0 Votes
    20 Posts
    4k 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
    1k 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
    231 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
    396 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
    1k Views
    D

    Thank you all for this wonderful information.

  • 0 Votes
    24 Posts
    3k 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
    523 Views
    RenteriaJRR

    @tjkreidl BIOS

  • VM Migrate problem

    Solved
    11
    0 Votes
    11 Posts
    1k 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
    563 Views
    olivierlambertO

    Hmm I would also check for BIOS/firmware update

  • Creating a CentOS VM From the CLI...

    14
    0 Votes
    14 Posts
    1k Views
    epretoriousE

    What's the purpose of this other VNC daemon on TCP/9500?

    From the Xen Project wiki page on XCP:

    The ports used for VNC console are 5901-5999, and the ports used for text console are 9501-9599.

    AFAICT: TCP/5900 & TCP/9500 belong to Dom0...

    # xenstore-ls /local/domain/0 control = "" feature-poweroff = "1" feature-reboot = "1" feature-suspend = "1" domid = "0" name = "Domain-0" vncterm-pid = "1276" console = "" vnc-port = "5900" tc-port = "9500" vm = "/vm/7a4488c6-d4ac-4aaf-83f0-fb6d3f557f48"

    But I don't know how to connect to DomU #1's console because there is no entry in Xenstore for DomU #1:

    # xenstore-ls /local/domain/1 xenstore-ls: xs_directory (/local/domain/1): No such file or directory

    Ideas? Suggestions?

    Eric P.
    Reno, Nevada

  • Hundreds of XAPI processes

    5
    0 Votes
    5 Posts
    326 Views
    olivierlambertO

    You could maybe raise the memory a bit, but yeah, the software RAID thing might hurt more than anything else 🤔

    Maybe switch to full soft RAID with mdadm, that might be better 🙂

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    18 Views
    No one has replied
  • VMware VMC analog?

    3
    0 Votes
    3 Posts
    348 Views
    B

    My particular setup may be a bit weird but here's a better description. I have my primary pool of servers running at home, and XOA runs there. I have a site-to-site VPN between home and the remote location so I can reach the remote host which is also managed through my XOA instance through the VPN tunnel. I don't need any proxies for this to work because I setup a VPN tunnel and XOA and the remote host have direct IP connectivity.

    On the remote host, I have a VM that runs in an isolated network not reachable from home, so I cannot connect directly to the guest with VNC. If I'm connected to my home network I can see this guest through XOA. If however I connect to the VPN service at the remote end (different than the site-to-site tunnel) to get access to normal resources on the remote end and also want to use my test VM it becomes difficult to reach the VM because I can't reach my XOA instance back at home easily.

    I'm not sure a proxy would solve this. I followed the instructions to test XO Lite and that looks like it is sort of what I am looking for. When I log into my remote host I can see the dashboard and the list of guests, but I don't see the console for the guests. Is the console supposed to be present or is the plan for it to be exposed in the future? If so, that would solve my problem.

  • Migrating VMs from Xenserver 6.5 to XCP-ng 8.2.1

    6
    0 Votes
    6 Posts
    916 Views
    olivierlambertO

    Ah great news then!

  • HPC with 2x64core (256 threads) possible with XCP-ng?

    14
    0 Votes
    14 Posts
    1k Views
    ForzaF

    @mersper Thank you. I will re-think the setup. Having 256 threads in one VM isn't perhaps possible. I have scheduled a meeting with the software manufacturer to talk about network rendering etc. It might be better to have serveral VMs with pinned CPUs and run render jobs. I'll update on the progress 😃