XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics

    • All categories
    • A

      Install XO from sources.

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      10
      3 Votes
      10 Posts
      103 Views
      A
      Just added the option for --proxy to deploy xo proxy. https://github.com/acebmxer/install_xen_orchestra/tree/xo-proxy Deploying a Proxy VM The script supports deploying a Xen Orchestra Proxy VM directly to your XenServer/XCP-ng pool using the --proxy option: ./install-xen-orchestra.sh --proxy Important Limitations and Notes ️ Network Configuration: The --proxy option does not allow you to specify which network the VIF is attached to It will default to "Pool wide network associated with eth0" ️ Production Use Warning: Use at your own risk. Not advised for use in production environments. This feature is provided for testing and development purposes. For production deployments, it is recommended to manually configure proxy VMs with proper network planning and validation. [image: 1771890268295-screenshot_20260223_184415-resized.png] [image: 1771890892329-screenshot_20260223_185435-resized.png] [image: 1771891338169-screenshot_20260223_190135-1-resized.png] While can add host and remote via proxy. Backups will fail with the following error. backupNg.runJob { "id": "95ac8089-69f3-404e-b902-21d0e878eec2", "schedule": "76989b41-8bcf-4438-833a-84ae80125367" } { "code": -32000, "data": { "stack": "TypeError: licenses.find is not a function at Function.<anonymous> (file:///usr/local/lib/node_modules/@xen-orchestra/proxy/app/mixins/appliance.mjs:168:23) at processTicksAndRejections (node:internal/process/task_queues:95:5) at file:///usr/local/lib/node_modules/@xen-orchestra/proxy/app/mixins/backups.mjs:110:25" }, "message": "licenses.find is not a function" }
    • P

      backup mail report says INTERRUPTED but it's not ?

      Watching Ignoring Scheduled Pinned Locked Moved Backup
      76
      5
      0 Votes
      76 Posts
      3k Views
      J
      @flakpyro said in backup mail report says INTERRUPTED but it's not ?: @olivierlambert Using the prebuilt XOA appliance which reports: [08:39 23] xoa@xoa:~$ node --version v20.18.3 @majorp93 @pilow Can you please capture some heap snapshots from during backup runs of XOA via NodeJS? Then compare them to each other, they need to be in the following order:- Snapshot before backup Snapshot following first backup Snapshot following second backup Snapshot following third backup Snapshot following subsequent backups to get to Node.js OOM (or as close as you’re willing to risk) These will require that XOA (or XOCE) is started with Node.js heap snapshots enabled. Then open in a Chromium based browser the following url:- chrome://inspect The above URL will require using the browser’s DevTools features! Another option is to integrate and enable use of Clinic.js (clinic heapprofiler), or configure node to use node-heapdump when it reaches a threshold amount. Once your got those heap dumps your looking for the following:- Object types that grow massively between the snapshots. Large arrays or maps of backup-related objects (VMs, snapshots, jobs, tasks, etc.). Retained objects whose “retainers” point to long-lived structures (global, caches, singletons). These will likely help to pin down what and where in the backup code, the memory leak is located. Once have these a heap snapshot diff showing which object type (or types) growing by a stated size per backup will finally help the Vates developers fix this issue. @florent I left the above for the original reporters of the memory leak issue, and/or yourselves.
    • A

      Issues joining pool with less pif on the newest host

      Watching Ignoring Scheduled Pinned Locked Moved XCP-ng
      3
      0 Votes
      3 Posts
      31 Views
      A
      @afmart_dei I had similar issues recently. But not exacly the same. I was able to add second host to pool but was not able to work because in my case eth0 was host managment, eth4 storage, eth5 migration, eth 7 vm network. My second host at the time did not have eht7 Then i further messed myself up by using second host as its own pool attached to same storage and when down hill form there, but was an easy fix.
    • M

      XOA Create VM and Delete VM Struggling..... Tasks Getting Stuck.....?

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      15
      0 Votes
      15 Posts
      111 Views
      G
      @MichaelCropper Truenas on bare metal just as storage, XCP-NG is also bare metal on 3 hosts to make a pool. That's the minimum if you want to enable High Availability, it also works really well as a "normal" pool which is what I have. Rolling Pool functions are great, click the button and the system moves the VMS off of the host that need updates, reboots, moves VMs off of the next host, repeat. Only works with Shared storage.
    • rzrR

      Low end devices , share your experiences

      Watching Ignoring Scheduled Pinned Locked Moved Share your setup!
      13
      1 Votes
      13 Posts
      1k Views
      D
      If they can get Doom to run on a female healthcare product, I think we should work to get XCP-ng to work on said same product.... https://www.youtube.com/watch?v=V1gcoyo5Ssk haha...
    • BytevenidosB

      REST API: Attaching an existing .vhd to a stopped VM

      Watching Ignoring Scheduled Pinned Locked Moved REST API
      11
      0 Votes
      11 Posts
      89 Views
      BytevenidosB
      @Danp alright, thanks. I'll give that a try.
    • T

      Reset XOSTOR trial

      Watching Ignoring Scheduled Pinned Locked Moved XOSTOR
      2
      0 Votes
      2 Posts
      34 Views
      DanpD
      @tmnguyen You can open a support ticket and request that we reactivate your XOSTOR trial licenses to match your existing XOA trial.
    • K

      Commit 109e376 Implications

      Watching Ignoring Scheduled Pinned Locked Moved Xen Orchestra
      3
      0 Votes
      3 Posts
      104 Views
      rzrR
      said in Commit 109e376 Implications: we are currently drafting a procedure to make it the easiest possible. FYI: https://github.com/vatesfr/xen-orchestra/pull/9525 More details to come in upcoming weekS thomas-dkmt opened this pull request in vatesfr/xen-orchestra open docs(sdn_controller.md): document openssl 3 + sdn upgrade path #9525