XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. jasonnix
    3. Topics
    J
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 95
    • Groups 0

    Topics

    • J

      error @vates/generator-toolbox@1.0.1: The engine "node" is incompatible with this module. Expected version ">=20.18". Got "18.20.3"

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      5
      0 Votes
      5 Posts
      129 Views
      A
      @jasonnix Update to nodejs 22.x. It should be good for a while. Nodejs 24 will be out soon but not required yet.
    • J

      Some questions about vCPUs and Topology

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      3
      0 Votes
      3 Posts
      354 Views
      tjkreidlT
      @jasonnix Yes, a vCPU means a virtual CPU, which is the assignment of a VM to a physical CPU core. Servers have sockets that contain physical CPUs, so it sounds like your system has four sockets, holding four physical CPUs. Each physical CPU can have multiple cores and in some cases, one thread per core or in others, two threads per core, but let's stick to the simpler case here. A configuration of 4 cores with 1 core per socket means each of the 4 vCPUs will reside on a core on four separate physical CPU sockets, so all four physical CPUs are accessed. This is in most cases not ldeal as in many servers with 4 physical CPUs, the memory banks are split between pairs of CPUs, two on one bank, two on the other. Having VMs cross over physical CPU memory bank boundaries is generally inefficient and should be avoided if possible. This is why NUMA (Non-Uniform Memory Access) and vNUMA become important in the configuration. And @gskger is correct that licensing can sometimes depend on the configuration. I should add that under some circumstances, configuring the CPUs for turbo mode can be an advantage. Suggested reading: my article on the effects of vCPU and GPU allocations in a three-part set of articles. In particular, Part 3 addresses NUMA and configuration issues and Part 2 discusses turbo mode. I hope this helps as it is initially quite confusing. https://community.citrix.com/citrix-community-articles/a-tale-of-two-servers-how-bios-settings-can-affect-your-apps-and-gpu-performance/ https://community.citrix.com/citrix-community-articles/a-tale-of-two-servers-part-2-how-not-only-bios-settings-but-also-gpu-settings-can-affect-your-apps-and-gpu-performance/ https://community.citrix.com/citrix-community-articles/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/
    • J

      SR_BACKEND_FAILURE_140

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      13
      1
      0 Votes
      13 Posts
      500 Views
      J
      Hi @BenjiReis, Yes. Problem solved by adding the following lines to the resolv.conf file: domain Mydoamin.com search Mydoamin.com
    • J

      How to update the XO from the source code?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      3
      0 Votes
      3 Posts
      188 Views
      J
      Thank you @olivierlambert.
    • J

      PIF_VLAN_STILL_EXISTS

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      1
      1
      0 Votes
      1 Posts
      122 Views
      No one has replied
    • J

      How do I reset my XO password?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Management
      10
      0 Votes
      10 Posts
      694 Views
      P
      @jasonnix Yeah that folder can fill up quite heavily. See the following on how to clear the cache with yarn https://yarnpkg.com/cli/cache/clean
    • J

      CERT_NOT_YET_VALID

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      5
      1
      0 Votes
      5 Posts
      275 Views
      J
      @olivierlambert, I just enabled and disabled the server and the problem went away.
    • J

      How do programs run on Xen hypervisor?

      Watching Ignoring Scheduled Pinned Locked Moved Development
      10
      0 Votes
      10 Posts
      918 Views
      TeddyAstieT
      @jasonnix depends on what PV driver you want to implement. But such place would be the Xen MiniOS repo (tiny PV kernel project that serves as a base for Unikraft among others) : http://xenbits.xen.org/gitweb/?p=mini-os.git;a=tree Also give a look at https://wiki.xenproject.org/wiki/Unikernels
    • J

      Veeam and XCP-ng

      Watching Ignoring Scheduled Pinned Locked Moved Solved XCP-ng
      34
      0 Votes
      34 Posts
      11k Views
      planedropP
      @MAnon This is a valid point actually, and without additional work, you couldn't just restore to another hypervisor. However, check this blog post: https://xen-orchestra.com/blog/xen-orchestra-5-100/?utm_campaign=mail_5.100&utm_term=logo&ct=YTo1OntzOjY6InNvdXJjZSI7YToyOntpOjA7czo1OiJlbWFpbCI7aToxO2k6NjU7fXM6NToiZW1haWwiO2k6NjU7czo0OiJzdGF0IjtzOjIyOiI2NzIzODI1NDE4ZjVmMjE5NDI2OTYwIjtzOjQ6ImxlYWQiO3M6NToiODM5ODciO3M6NzoiY2hhbm5lbCI7YToxOntzOjU6ImVtYWlsIjtpOjY1O319 Veeam is likely going to properly support XCP-ng. And for what it's worth, you can use agent based Veeam backups in the VMs and that works fine.
    • J

      From VMware to XCP-ng

      Watching Ignoring Scheduled Pinned Locked Moved Migrate to XCP-ng
      20
      0 Votes
      20 Posts
      5k Views
      D
      Sure @jasonnix
    • J

      ECONNREFUSED message

      Watching Ignoring Scheduled Pinned Locked Moved Management
      3
      0 Votes
      3 Posts
      153 Views
      J
      Hi @Danp, Sorry, it was my mistake.
    • J

      A question for the creators of XO

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      31
      -1 Votes
      31 Posts
      9k Views
      J
      @jasonnix said in A question for the creators of XO: Hi @john-c, Thank you for your great tips. As I said, I've heard that Java and JavaScript are insecure, but they also have some advantages that you and others have pointed out. For example, they have a large community of users and developers. Sorry, but I think that sometimes we don't choose the right path. For example, I'm sure that a professional PHP or Ruby developer can convince you that JavaScript is not the right choice for some projects. If PHP or Ruby were not good programming languages, then they would not have so many fans and everyone would use JavaScript. One of the reasons why JavaScript is so popular is that this language can be run by browsers. Something like a standard for the web. In my opinion, JavaScript like Windows operating system. It has capabilities and features, but the most important reasons for its popularity are its large number of users and ease of use. My other question is, why is there no program under the operating system to manage XCP-ng? If you are talking about directly on XCP-ng operating system there are. In this case there's two options:- XO Lite xe Though XO Lite is new and still being developed its designed to be hosted (embedded) on the currently beta XCP-ng version 8.3. It's aim is to provide a features consistent with a single host or single pool environment. It's aimed at home lab users mostly so they can perform basic tasks, without having to install any extra software on client computers. Though technically it's viewed and invoked remotely but the commands are done directly on the pool master XCP-ng host. The remote viewing and invoking is done on a client device through the web browser or if installed as PWA the browser engine. The other option is xe its command line based so everything you wish to do needs to be typed out in the right syntax. Even tasks as basic as creating a new VM require multiple commands, several of which are from xe to perform a part. To manage XCP-ng remotely you have the option of:- Xen Orchestra XCP-ng Center Xen Orchestra - XO CLI Xen Orchestra - REST API A bit off topic are you any good with PowerShell? If so how about reading up on the relevant documentation about XAPI and/or XO's API so that a PowerShell commandlet can be developed?
    • J

      Tips on installing XO

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      97
      0 Votes
      97 Posts
      17k Views
      P
      I've acctually got a PR to help solve the documentation regarding the yarn forever part. Since I never could get that to work, I implemented a systemd variant instead. #7848 Ping @olivierlambert for visibility