Subcategories

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

    362 Topics
    3k Posts
    tjkreidlT
    @gb.123 I'm sure you can also find some NVIDIA "hoe to" guides that might be helpful. As mentioned before, I've only done server passthrough so that all VMs would get access, so sorry I can't provide more specifics. You can always try with one or the other option and add the other if it still doesn't work. I'm pretty sure, though, that you do need both enabled. Keep us posted!
  • 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...

    366 Topics
    4k Posts
    J
    @olivierlambert @SylvainB A slight tangent but ASUSTOR’s ADM has most recently also gained WORM capabilities. Likely in their latest ADM update. https://www.asustor.com/admv2?type=2&subject=10&sub=156&lan=en
  • Everything related to Xen Orchestra's REST API

    65 Topics
    496 Posts
    olivierlambertO
    Haha, glad it works now, that's what matters anyway
  • 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?
  • Limit backup speeds

    6
    0 Votes
    6 Posts
    971 Views
    nikadeN
    @S-Pam Having a VIF for management and one for storage-traffic is a good solution, we do it that way to avoid crippling management during backups.
  • Where are the logs for "Backup NG" kept?

    Moved
    3
    1
    0 Votes
    3 Posts
    545 Views
    D
    sorry mate - you are correct - will do
  • XO new boot delay feature not working

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    P
    Any ideas for a more elegant way than to write a script? For my point of view vApps should work without HA mode but unfortunately it doesn't work on my XCP-ng server. Only console/script start of the vApp using xe appliance-start uuid= "set here the uuid of the vAppp" is working. But it is again rework for the next XCP-ng version, I think manually set vices in systemd are not persistent through an update. Will vApp supported also in future? there are some discussions about it, if really needed.
  • Hardware for Orchestra

    Moved
    15
    0 Votes
    15 Posts
    4k Views
    A
    sorry for that okay will change it
  • xoa 5.30, cannot restart the host after 12 updates applied

    Moved
    2
    2
    0 Votes
    2 Posts
    250 Views
    olivierlambertO
    A soft reboot will try to migrate existing VMs (ie running on this host) to another host in the pool. Using Xen motion, so only if there is a shared storage. If it fails, then you need a force reboot, that will shutdown the VM, and then reboot the host.
  • Auto Power On VMs when reboot host

    Moved
    10
    0 Votes
    10 Posts
    8k Views
    olivierlambertO
    IIRC, we based the button in XO to do both modification at the same time when you set it up for a VM (in the pool if it's not enabled and in the VM). However, it's been a while I didn't check the code, I'll take a look to be sure
  • How do you remotly manage XO

    Moved
    8
    0 Votes
    8 Posts
    2k Views
    akurzawaA
    Only thru VPN.
  • Email alerts

    Moved
    3
    0 Votes
    3 Posts
    2k Views
    akurzawaA
    Thank you
  • Xen Orchestra - Self install problems

    Moved
    7
    0 Votes
    7 Posts
    2k Views
    A
    Thanks! Really appreciate!
  • XO Backups Failing since upgrading to 5.33

    Moved backup xoce community delta
    2
    0 Votes
    2 Posts
    587 Views
    julien-fJ
    Answered on the XO forum, thank you
  • Can't Cancel a task

    Moved
    13
    0 Votes
    13 Posts
    5k Views
    300cpilot3
    ok, thank you very much for answering questions on Christmas.