Subcategories

  • VMs, hosts, pools, networks and all other usual management tasks.

    362 Topics
    3k Posts
    T
    @TeddyAstie I ran /opt/xensource/libexec/xen-cmdline --get-dom0 on the host and it didn't return anything. EDIT: I also want to mention that I upgraded from 8.2 to 8.3 is that makes any difference. But I only started to testing passing through devices after I upgraded.
  • ACLs, Self-service, Cloud-init, Load balancing...

    89 Topics
    763 Posts
    R
    I see your point. Thank you!
  • All XO backup features: full and incremental, replication, mirrors...

    364 Topics
    4k Posts
    R
    @florent Great work, thanks for the fixes
  • Everything related to Xen Orchestra's REST API

    64 Topics
    492 Posts
    MathieuRAM
    This is normal, as the tasks endpoints are in the old REST API (undocumented by Swagger). We are gradually migrating to the new REST API to document all endpoints.
  • Terraform, Packer or any tool to do IaC

    33 Topics
    309 Posts
    I
    @olivierlambert @nathanael-h @Team-DevOps Please let me know if you have answers for any of the flollowing questions: Why JSON-RPC over websocket regularly returns not expected result for calls and what could be done with it? examples: method xo.getAllObjects sometimes returns empty result, but following: jsonrpc method params ------- ------ ------ 2.0 all @{type=enter; items=} On retry - everything is fine and we have all data jsonrpc result ------- ------ 2.0 @{bbdb1ed0-4c86-24ec-...=;..... method vm.copy sometimes returns only task with name_label host.get_server_certificate and no task async.vm.copy. Meanwhile copy operation is started in XEN Orchestra, so we have to separately search for the task currently running in all objects and if it is not there anymore suggest that it completed successfully. Afterwards we need to check if vm was copied and appeared in all objects. That is really frustrating as we have no info about successfully completed tasks in XEN - records just removed as nothing happen. most likely this happens due to other tasks being popped up in tasks at the same time and websocket call recives not its own responce, is it possible to workaround? What is correct syntax for JSON to run job.create method? Are there any article with supported methods for JSON-RPC calls and examples to use them? Calling for "system.getMethodsInfo" I can see "job.create": { "description": "Creates a new job from description object", "params": { "job": { "type": "object", "properties": { "userId": { "type": "string", "optional": true }, "name": { "type": "string", "optional": true }, "timeout": { "type": "number", "optional": true }, "type": { "type": "string" }, "key": { "type": "string" }, "method": { "type": "string" }, "paramsVector": { "type": "object", "properties": { "type": { "type": "string" }, "items": { "type": "array", "items": { "type": "object" } } }, "optional": true } } } }, "permission": "admin" }, But it is unclear what values should I provide to paramsVector and looking into the job created manually (in web interface) with method job.getall I can see 2 jobs [ { "type": "call", "name": "copyvm", "key": "generictask", "method": "vm.copy", "paramsvector": { "type": "crossproduct", "items": [ { "type": "set", "values": [ { "name": "nevm", "vm": "GUID", "sr": "GUID" } ] } ] }, "userid": "GUID", "id": "GUID" }, { "method": "vm.copy", "key": "vm.copy", "name": "copyvmjob", "type": "call", "userid": "GUID", "id": "GUID" } ] How can I create similar job myself if it is not possible to find out why vm.copy does not return async.vm.copy task info?
  • Project Pyrgos

    12
    0 Votes
    12 Posts
    2k Views
    olivierlambertO
    We had to reorg a bit the team, with the creation of an internal devops team. We hope to get some cool news in the following months
  • Benchmarks between XCP & TrueNAS

    20
    1
    0 Votes
    20 Posts
    3k Views
    mauzillaM
    @andrewperry yes, we replicate TrueNAS to a "standby" TrueNAS using zpool / truenas replication. Our current policy is hourly. We then (plan) to do Incremental replication of all VM's to a standby TrueNAS over weekends giving a 3 possible methods for recovery. Currently we're running into a major drawback with VM's on TrueNAS over NFS (specifically VM's that rely on fast storage such as databases and recordings). We did not anticipate such a huge drop in performance having VHD files over NFS. We're reaching out to XCP to ask them to give us some advice as it could likely be in part due to customization we can make.
  • Add multiple pool/host to XOA

    2
    1
    0 Votes
    2 Posts
    264 Views
    A
    @wildones It's good that the XCP hosts can reach each other, but that's not enough. XOA needs to reach all the hosts too. You may want to use an XO proxy to manage remote locations. Please read the XO proxy guide.
  • Urgent: how to stop a backup task

    10
    0 Votes
    10 Posts
    4k Views
    olivierlambertO
    The latest release blog post, in the Backup section: https://xen-orchestra.com/blog/xen-orchestra-5-99/
  • LDAP Plugin - Syncing Groups from Windows AD (Server 2016) HELP

    7
    1
    0 Votes
    7 Posts
    1k Views
    olivierlambertO
    No problem, happy to see people providing solutions in here! Kudos for that. Would you be interested to contribute to our doc to help even more people at once?
  • XOA / NFS ISO - Unable to create on IPv6 NAS

    5
    0 Votes
    5 Posts
    168 Views
    P
    @BenjiReis I tried to fill in the IP address with brackets, but then the discovery of the NFS shares fails. With regular SRs, it works fine without using brackets.
  • Local mirror for XOA and XCP-ng updates

    3
    0 Votes
    3 Posts
    141 Views
    ForzaF
    @olivierlambert thanks. I'll read through the documentation and maybe contact support about this.
  • Incremental Replication Health Testing?

    4
    0 Votes
    4 Posts
    164 Views
    olivierlambertO
    In fact it's already possible In your replication job: Edit the schedule, check "Health check" box. Target the same SR than your VM are replicated too And voila!
  • Create a shared ISO SR - option to pass SMB version

    6
    0 Votes
    6 Posts
    363 Views
    dthenotD
    @stormi So I looked into the code of the ISOSR and there is a parameter for the version in the device-config. The parameter is vers but it can only be V1 or V3. And if it can't connect with V3, it will also try with V1.
  • Does XCP-NG Support Cisco UCS x210c M7 Blades

    Solved
    3
    0 Votes
    3 Posts
    241 Views
    M
    @olivierlambert Thanks, I see they are there
  • Bun / Deno / Node

    3
    0 Votes
    3 Posts
    223 Views
    julien-fJ
    Hello @Andrew, thanks for your question! First off, I haven't tested Deno or Node with Xen-Orchestra yet. Changing the Node version can sometimes introduce bugs—some of which may be subtle. For that reason, I’d prefer not to venture into this unless it truly proves to be worth the effort. Secondly, in my experience, benchmarks don’t always translate into meaningful results in complex applications. That said, we are keeping an eye on alternative engines, both in terms of performance and the new features they offer. If we determine that the benefits are significant, we’d definitely consider migrating. Additionally, if any users want to experiment with Deno or Bun, they’re welcome to start dedicated threads on the forum to collaborate. We’d be happy to review and merge compatibility PRs as long as they don’t break Node and aren’t overly complex.
  • auth-ldap 0.6.4 sync group/users?

    Solved
    5
    2
    0 Votes
    5 Posts
    253 Views
    N
    @Danp So I had a problem with ldap, I read older article that mentioned doing this sudo npm install --global xo-server-auth-ldap which coincidently fixed ldap but that is when I noticed sync option were gone. This is just a POC and has noting running, so I will destroy and build new xoa. Thanks for help.
  • Rolling Pool Update - host took too long to restart

    36
    0 Votes
    36 Posts
    7k Views
    D
    @tuxpowered said in Rolling Pool Update - host took too long to restart: When the first note reboots (the master), I can see that the system is back up in 5-8 min. If I go in to XO > Settings > Servers and click the Enable/Disable status button to reconnect it pops right up. Again, does not resume migrating the other nodes. That is what I am seeing also, logged here https://xcp-ng.org/forum/topic/9683/rolling-pool-update-incomplete
  • This topic is deleted!

    Solved
    2
    0 Votes
    2 Posts
    7 Views
  • Using tags or custom fields for VM placement

    25
    0 Votes
    25 Posts
    6k Views
    olivierlambertO
    The easiest way to guarantee it is to depend on a local resource (local SR or ISO).
  • Acessing console on a remote VM

    8
    0 Votes
    8 Posts
    531 Views
    olivierlambertO
    If you proxy (or reverse proxy) any stuff, yes, you need to have a fixed address for the proxy.
  • display bond mode in Pool/network. New to xoa

    5
    2
    0 Votes
    5 Posts
    207 Views
    M
    @Andrew Yes, that offscreen was the problem..... Perhaps place it more to the left.
  • Updating Xen Orchestra from '13f2afb0d' to '943ad781c' STATS empty

    Solved
    7
    1
    1 Votes
    7 Posts
    486 Views
    W
    @manilx Nice was about to ask this too lol. Glad someone point this out already
  • Error When Trying to Create Backup Using NFS Remote

    Solved
    7
    2
    0 Votes
    7 Posts
    308 Views
    A
    @olivierlambert - Working now! Thanks!
  • Can't boot new VM "NO_HOSTS_AVAILABLE"

    11
    1 Votes
    11 Posts
    8k Views
    olivierlambertO
    Yes, that's the issue, the max vCPU in Advanced tab. It's probably at 42 while you only have 32 physical CPUs. Therefore, the VM won't boot. See an example screenshot: [image: 1726217639918-8728f260-893b-4601-b8b2-43b39b9d6806-image.png]