Subcategories

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

    330 Topics
    2k Posts
    C
    @olivierlambert I'll ask for an update in the Forums post and see what they say...
  • ACLs, Self-service, Cloud-init, Load balancing...

    84 Topics
    707 Posts
    CyrilleC
    @ferrao Yes it is. At the end the task disappears unless there is an error / failure.
  • All XO backup features: full and incremental, replication, mirrors...

    337 Topics
    3k Posts
    olivierlambertO
    Thanks for your feedback, we'll discuss internally if there's any other possible approach (and I'm not sure).
  • Everything related to Xen Orchestra's REST API

    61 Topics
    476 Posts
    S
    @Studmuffn1134 I changed my link from ws:// to https:// and it now gives me this error File "Z:\Valera\School\Lakeland University\Finished\Programming 2\Python Programs\StudsPrograms.venv\Lib\site-packages\jsonrpc_base\jsonrpc.py", line 213, in parse_response raise ProtocolError(code, message, data) jsonrpc_base.jsonrpc.ProtocolError: (10, 'invalid parameters', {'error': {'message': 'invalid parameters', 'code': 10, 'data': {'errors': [{'instancePath': '/id', 'schemaPath': '#/properties/id/type', 'keyword': 'type', 'params': {'type': 'string'}, 'message': 'must be string'}]}}, 'id': '0a11ec72-9300-4030-a5d2-a5c0286f3811', 'jsonrpc': '2.0'})
  • Terraform, Packer or any tool to do IaC

    30 Topics
    279 Posts
    nathanael-hN
    Hello, I suggest you look also for Packer to build ready to use VM templates, with cloud-init, guest tools, and the softwares you'd need. There's a blog post for this https://xcp-ng.org/blog/2024/02/22/using-packer-with-xcp-ng/.
  • Best Practices XO Location

    5
    0 Votes
    5 Posts
    421 Views
    J
    I do run XOA on its own dedicated host/dedicated pool, so the xcp-ng cpu scheduler does not cause issues with other busy production VM's while backup tasks are happening. this also allows XOA to use 100% of cpu cores making backups (especially with compression on) faster. xoa does DR back up to the primary pool in case something happens to the host its running on.
  • Full backup restore error: Stream_vdi.Invalid_checksum

    14
    0 Votes
    14 Posts
    563 Views
    olivierlambertO
    Yes, you can always export/import the config on a working install. So it's a problem on your build, it's really hard to tell where's the culprit (because you built it, you see why we distribute it via XOA for production/professional usage )
  • Is v6 preview not available on XO from source?

    Solved
    22
    2 Votes
    22 Posts
    3k Views
    A
    @olivierlambert Yes, this worked great! I’ll just keep both until v6 releases.
  • XOA Pricing Concerns

    3
    0 Votes
    3 Posts
    361 Views
    Marc.pezinM
    Hello @someone2b, Marc here, CMO of Vates. I wanted to provide some clarity on our new pricing structure and the reasoning behind these changes. Here are a few key points that led to our decision: In 2022, half of the support requests from Xen Orchestra customers were actually related to issues with the hypervisor layer, which aren't covered by standalone Xen Orchestra support. We've seen an increase in requests for XCP-ng support from users who only seek help after encountering issues in their infrastructure. XCP-ng and Xen Orchestra have become deeply integrated, making it increasingly challenging for our team to effectively support Xen Orchestra without also addressing the virtualization platform. We’ve also redesigned our business model to be more equitable, particularly for smaller infrastructures. For those with 10 hosts or fewer, the new pricing is actually lower than the previous cost of purchasing XCP-ng and Xen Orchestra separately. That being said, we didn't forgot as well all the remaining XenServer users out there and we are currently working on to have a secure and affordable path forward for them as well. If you have any questions or would like to discuss this further, please don’t hesitate to reach out to our sales team at sales@vates.tech. Marc
  • Auth LDAP "unable to get local issuer certificate"?

    2
    0 Votes
    2 Posts
    183 Views
    O
    @omatsei I figured out the problem. There appears to be a bug in XO that requires you to check "Check Certificate" and/or "Start TLS", save the configuration, then uncheck them, then save again. Then it should work. The bug is that they're unchecked by default, but apparently they're enabled in the background.
  • Xenserver 8 Support

    Solved
    4
    0 Votes
    4 Posts
    245 Views
    olivierlambertO
    The doc is now updated: https://xen-orchestra.com/docs/supported_hosts.html
  • Autostart VMs doesn't work

    6
    0 Votes
    6 Posts
    279 Views
    krakenredseaK
    what about xcp center v20, after enabling the checkbox, it can't work like if we enable power_on:true via command line? is xcp center not patched?
  • after a major crash and reload sr introduce

    2
    0 Votes
    2 Posts
    128 Views
    olivierlambertO
    The SR won't store the metadata. Maybe you have a metadata backup saved for this pool?
  • Automatic startup and shutdows VMs at the specified time

    Solved
    10
    0 Votes
    10 Posts
    475 Views
    julien-fJ
    @abudef Indeed, the delay is in milliseconds.
  • SR_BACKEND_FAILURE_140

    Solved
    13
    1
    0 Votes
    13 Posts
    487 Views
    J
    Hi @BenjiReis, Yes. Problem solved by adding the following lines to the resolv.conf file: domain Mydoamin.com search Mydoamin.com
  • Cannot import VHD disks while VMDK can

    Solved
    9
    2
    0 Votes
    9 Posts
    335 Views
    abudefA
    qemu-img convert disk_image_fixed.vhd -O vpc -o subformat=dynamic disk_image_dynamic.vhd
  • Cannot find the link between virtual machine and virtual disk

    14
    0 Votes
    14 Posts
    690 Views
    P
    @julien-f Maybe we do not differentiate "attaching" a disk and "connecting" a disk. I just created a new disk then went to a VM to attach it, then did the same on another VM without problem on XO UI. BUT it seems that I cannot "connect" it on both VMs, which is not a problem, I only need to know what's possible, and what's not to be able to handle it. Regards
  • How to update the XO from the source code?

    Solved
    3
    0 Votes
    3 Posts
    186 Views
    J
    Thank you @olivierlambert.
  • Build from sources error -- EISDIR: illegal operation on a directory, read

    Solved
    9
    0 Votes
    9 Posts
    4k Views
    planedropP
    @planedrop Ignore me, I did make a dumb mistake, all is working now.
  • Xen Orchestra from source with Let's Encrypt certificates

    15
    2 Votes
    15 Posts
    6k Views
    gskgerG
    Having XO from source or XOA act as a certification authority for the XCP-ng hosts is for sure a good approach. Would be great if that could include the VMs running on the XCP-ng hosts, which is my main goal (apart from being able to HTTPS into XO from source of course).
  • Tips on installing XO

    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
  • 0 Votes
    3 Posts
    367 Views
    msupportM
    Hi, I am currently looking for exactly this function. If there is a solution here, I am very interested.
  • Can't access XOA - stuck at grub

    1
    0 Votes
    1 Posts
    138 Views
    No one has replied
  • PIF_VLAN_STILL_EXISTS

    1
    1
    0 Votes
    1 Posts
    119 Views
    No one has replied
  • Remove XOA from xcp-ng host

    12
    0 Votes
    12 Posts
    7k Views
    F
    @olivierlambert this is an old command. Replying because this shows up in a Google search result. The current command is: xe vm-destroy uuid="uuid of VM" (without the quotes)