Subcategories

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

    362 Topics
    3k Posts
    tjkreidlT
    @gb.123 Interesting -- alert the XCP-ng team to take a closer look, if they haven't seen this already.
  • 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...

    367 Topics
    4k Posts
    C
    @olivierlambert Hmm. It may just be easier to do a restore and export. I tried doing a file restore of / but I get a Cannot GET error when trying to download the tgz. I don't see anything in the UI to indicate what the problem is or if it actually created the tgz.
  • Everything related to Xen Orchestra's REST API

    66 Topics
    502 Posts
    lsouai-vatesL
    @StephenAOINS This endpoint is not currently present in our REST API swagger, but we do plan to add it to the list of endpoints. We are currently finalizing the migration of existing endpoints, the next step will be adding new ones. We will keep you informed when it is available. Feel free to come back to us if you want to learn more and follow our blog posts. have a good day
  • 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?
  • XO from source: webui lockout recover-account not working

    8
    0 Votes
    8 Posts
    1k Views
    G
    Hi Julien, i already did that. localadmin is the user i also use for the xo-server. did not elaborate that further on a test system.
  • HUB Templates

    Solved
    29
    0 Votes
    29 Posts
    11k Views
    luiscamaralL
    @luiscamaral Let me reply to myself. If you update xoa it will show user and password as in bellow description: Template for Alpine Linux 3.10, with 'root' username and 'xohub' password, DHCP enabled
  • XOce "Still Loading"

    3
    1
    0 Votes
    3 Posts
    729 Views
    mpyuskoM
    @olivierlambert Yes, direct access is fine.
  • Manual Cronjob editing Backup NG

    Solved
    4
    0 Votes
    4 Posts
    649 Views
    G
    oh thank you, did not see that
  • Xen Orchestra pfSense Template

    3
    2 Votes
    3 Posts
    874 Views
    Z
    Awesome thanks
  • Interrupted CR task - what now?

    3
    2
    0 Votes
    3 Posts
    483 Views
    akurzawaA
    @karlisi said in Interrupted CR task - what now?: Automatically deleting incomplete VMs can be dangerous This is an example - don't take it too strictly. I'm talking about exaclty the above problem. I was not aware of it. No information about the problem and this is the exactly the real problem.
  • Should the Audit Logs functionality work in the sources XOA?

    Solved
    9
    0 Votes
    9 Posts
    880 Views
    P
    @badrAZ Yep.. that did the trick.. All working now.. nice.
  • Stuck at copying Continuous Replicated VM

    10
    0 Votes
    10 Posts
    1k Views
    onurO
    @olivierlambert said in Stuck at copying Continuous Replicated VM: In order to CR to continue after "booting it", you must use a copy. In case of you lost your origin VM, then it doesn't matter if you boot the replicated VM directly. I don't know why full clone doesn't work on this SR. I give up for now I have no idea why it did not work. No error messages on the logs also. It just stuck. anyways thank you @olivierlambert for your time. I created a new VM and attach the copied VDI 1 to it. The second VDI cannot be attached so I delete it and will copy from the source server. Looks like it is working. I have one more VM to process and this time I will double check the steps and share any progress here.
  • XOA Registration

    2
    0 Votes
    2 Posts
    972 Views
    olivierlambertO
    Hi, Do you have a proxy intercepting SSL? https://xen-orchestra.com/docs/troubleshooting.html#behind-a-transparent-proxy
  • XEN Orchestra Snapshot Space for Backups

    16
    0 Votes
    16 Posts
    4k Views
    akurzawaA
    @S-Pam said Isn't any SQL server crash safe? I.e. they should handle a system power-loss and gracefully recover (journals). A filesystem snapshot is equivalent of a power loss. You need to configure your databases accordingly. Most of maria/mysql have enabled innodb doublewrite enabled by default: https://dev.mysql.com/doc/refman/5.7/en/innodb-doublewrite-buffer.html But just in case of Active Directory... I really really want to have consistent snapshot/backups
  • Add Host to pool, is this non-destructive to local VM's?

    4
    0 Votes
    4 Posts
    2k Views
    jtbw911J
    Yes. That would be a way of doing so. If you can afford the downtime, you could also use a backup solution (XOA, Alike DR, etc.) to backup the VMs from both hosts, build the pool from scratch using both hosts in a clean state, and then restore back into the new pool (this way gives you a chance to not only start fresh; but, implement any big "lessons learned" or "new ideas" you've got on your list).
  • Possible to multiple heartbeat SR in HA pool

    5
    0 Votes
    5 Posts
    744 Views
    a2940uwA
    @ronan-a Thank you for your reply, but I mean it is possible for create multi Heartbeat SR in different storage.
  • More details in task view

    2
    1
    0 Votes
    2 Posts
    246 Views
    olivierlambertO
    Ping @pdonias IIRC, it's not trivial but this is obviously something we'll working on for XO 6 (there's also limitation in XAPI, because it doesn't tell you what's going on for real behind a task)
  • Can't figure out how to configure a separate NFS network on the hosts via XO

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    V
    Aha, that helped. Thanks.
  • XOA cannot see 4 pools

    2
    0 Votes
    2 Posts
    266 Views
    olivierlambertO
    No limit. Please open a support ticket so we can take a look directly on your XOA
  • Migrate all VHDs from SR

    5
    0 Votes
    5 Posts
    729 Views
    2
    @akurzawa thanks, I have been doing that. I was looking for a lazy way to move 20+ VMs out of a partition.
  • How to enable back up notification in community edition

    11
    0 Votes
    11 Posts
    2k Views
    okynnorO
    @Danp That's perfect. All plugins are installed and running. Thank you for pointing that out. Should have. Could have.
  • kubectl cluster-info Fails on kubernetes recipe

    9
    0 Votes
    9 Posts
    1k Views
    BenjiReisB
    Hello, The DNS names of the master (and nodes also with a pattern) should be configurable for the user indeed. We'll add it in a next version of the recipe. Thanks for the feedback!
  • Docker and XenOrchestra on XCP-NG 8.1

    6
    1 Votes
    6 Posts
    2k Views
    P
    Thanks for the input. I'll give the ""'s a go. Portainer is interesting, have it running on the cores machine with ease alongside pihole. This is all starting to look interesting P.
  • XOA makes full backup after remote storage was offline

    4
    0 Votes
    4 Posts
    208 Views
    ForzaF
    The original snapshots are still there. [image: 1582190328045-3bacf6e4-7180-490e-a25e-c8964fa943f3-image-resized.png]