Subcategories

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

    378 Topics
    3k Posts
    olivierlambertO
    Hi, Do you have any error message? What's happening? Anything visible or not?
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    783 Posts
    MK.ultraM
    @tmk said in Cloudbase-init on Windows: @jkatz I ran into the same issue when trying to configure a network adapter with cloudbase-init. The documentation says that the MAC address value is optional but in reality it is required. In my case I want Xen Orchestra to choose a unique MAC during deployment, and I since I am deploying from a template, the NIC name is a known value. The fix that ended up working for me was to modify the networkconfig.py file in cloudbase-init so that the NIC name is required and the MAC address is optional. I ended up making some additional changes to allow for the network-config v2 format along with the existing v1 support and some additional logic to aid in setting the dns search domains (I can't recall if this was originally supported or not but I had issues getting it to work with the original networkconfig.py file) This file needs to replace the existing one that is installed in the C:\Program Files\Cloudbase Solutions\Cloudbase-Init\Python\Lib\site-packages\cloudbaseinit\plugins\common\ directory. To replace it you should make sure that the cloudbase-init service is stopped, then replace the file. Once this file is replaced, delete the pycache folder in the same parent folder as networkconfig.py - this will ensure that python recompiles this file on service start. Start the cloudbase-init service and confirm that you see a new pycache get created. I'm not a python programmer by trade so others may be able to point out areas for improvement but this ended up working for me and I wanted to share in case it could help others needing to deploy new servers without manually specifying a new MAC address. Below is an example network-config v2 format that works with the updated file. version: 2 ethernets: Ethernet 2: dhcp4: false addresses: - 10.20.30.10/24 nameservers: addresses: - 10.20.5.12 - 10.20.5.13 - 10.20.5.14 search: - intranet.domain.org - domain.org - public-domain.org routes: - to: default via: 10.20.30.1 Updated networkconfig.py file: networkconfig.py.txt Thank you for posting! I followed your directions verbatim and I'm still having trouble getting the network config to take. Does it work with Windows Server 2025?
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    olivierlambertO
    @florent so it's like https://github.com/vatesfr/xen-orchestra/commit/a459015ca91c159123bb682f16237b4371a312a6 might introduced a regression? 0 fbeauchamp committed to vatesfr/xen-orchestra Fix(replication): VDI_NOT_MANAGED error (#8935) from ticket #40151
  • Everything related to Xen Orchestra's REST API

    68 Topics
    529 Posts
    olivierlambertO
    @lsouai-vates we should try to reproduce and if we can, to fix it ASAP. Thanks!
  • Terraform, Packer or any tool to do IaC

    35 Topics
    350 Posts
    J
    @manilx I have proposed to the IaC team of Vates, a MCP Server for Vates VMS. Which can be used by GitHub Copilot or similar, if used when doing IaC etc.
  • New VM Creator drop-down is not working

    Solved
    13
    0 Votes
    13 Posts
    1k Views
    JamfoFLJ
    @julien-f Agreed... I will add (just for future reference) that I did confirm that I was on the very latest versions of xo-server at the time... in fact, I made sure to apply all updates and reboot the Xen server before submitting the ticket. Nothing seemed to work... even multiple reboots, etc. Once @Danp made mention of the Nodejs version and I updated from v18.18.2 to v18.19.1 everything immediately started working. I made no other changes after applying the Nodejs update. So while that may not have been the cause, it somehow fixed whatever was ailing me. I have no explanation either, other than the fact that making that change is what took me from the feature not working to the feature working.
  • XO Dev Setup

    2
    0 Votes
    2 Posts
    271 Views
    florentF
    @jedimarcus yarn dev start only the watcher(s) you can start the server by using cd packages/xo-server and then yarn start you can use nodemon instead of node if you want autoreload
  • unknown error from the peer

    3
    0 Votes
    3 Posts
    1k Views
    J
    @Danp Yes. I have 3 VMs on this host plus the XOA. All using the same eth1. I'm able to reach https://xen-orchestra.com/ from the network and other VMs. Although in the Internet connectivity: Error: above it is being directed to non SSL connection. Could it be that the registration cannot handle redirects? JB
  • License bind to ?????

    5
    1 Votes
    5 Posts
    609 Views
    J
    @Danp Interesting. Now I have to try it! Thanks, JB
  • Webhooks in Xen Orchestra

    18
    0 Votes
    18 Posts
    3k Views
    D
    I'll be looking to setup webhooks to push backup logs to our SOC audit platform (tugboat), ideally on the weekly jobs.
  • Unable to quick deploy XOA on 8.2.1

    7
    1
    0 Votes
    7 Posts
    908 Views
    A
    Confirmed working with the new version.
  • 0 Votes
    17 Posts
    4k Views
    E
    @AtaxyaNetwork Sorry, user error. I wasn't clicking and selecting the SR that was created for the ISO
  • New xoa: unable to login

    Solved
    5
    0 Votes
    5 Posts
    340 Views
    olivierlambertO
    Thanks for your feedback!
  • After update xen orchestra web gui is not working

    10
    1
    0 Votes
    10 Posts
    1k Views
    S
    @olivierlambert said in After update xen orchestra web gui is not working: ean you can't open a okkkk thank you
  • Cannot deploy new XOA with a static IP address

    Solved
    3
    0 Votes
    3 Posts
    826 Views
    olivierlambertO
    @JeffBerntsen it's now fixed!
  • Boot Windows VM to check for system corruption

    xoa backup windows server black-screen
    18
    0 Votes
    18 Posts
    2k Views
    D
    Even with a sfc and cleanup, manually reinstalling the package caused the same behavior. I've got backups of this system and will build a template from the working backup for if it goes sideways. I've got other stuff to handle.
  • XOA import OVA - "must NOT have additional properties" / "compression"

    15
    1 Votes
    15 Posts
    1k Views
    M
    Well, that worked and the VM booted.... Windows joins domain, and.... /something went wrong, redeployment required/. No desktop, no apparent way to check for errors. We're beyond the scope of this thread. Thank you! Serendipitously, someone from Netwrix called me soon after that. I told him I know the big two commercial virtualization names are supported, but all this /can/ be imported here... I also gave him a quick elevator pitch on XCP-ng, for as much good as that might do with a kinda new sales guy. From here on out, if their engineers can't help, I'm off to find something else.
  • SR as a C drive of a VM

    3
    0 Votes
    3 Posts
    191 Views
    E
    @DustinB said in SR as a C drive of a VM: "Build a VM > Attach this Disk and then detach the original 32GB disk" exactly ""Build a VM > Attach this Disk and then detach the original 32GB disk"
  • Perfomance during batch backup removal

    10
    0 Votes
    10 Posts
    561 Views
    Tristis OrisT
    @olivierlambert about local mount vs xo nfs. i made new tests, XO implementation works not worse than native. That really good result. local nfs Size: 5.98 GiB Speed: 70.76 MiB/s - 81.33 MiB/s xo nfs Size: 5.98 GiB Speed: 79.01 MiB/s - 82.22 MiB/s
  • Remove backup bottleneck: please report

    32
    0 Votes
    32 Posts
    12k Views
    Tristis OrisT
    yes i understand, just a interesting solution.
  • Import from VMware

    18
    0 Votes
    18 Posts
    1k Views
    D
    @florent said in Import from VMware: @Olest that's a nice catch, every day I discover new limits of the vmware licensing . At least we could catch the error and show something useful to the user Just wait, everything free from VMWare is going away, so it'll just be the assumption that if you should be able to do it, you won't be able to.
  • VM import

    8
    1
    0 Votes
    8 Posts
    659 Views
    E
    @Danp said in VM import: m pode ser devido a nenhum servidor definido/habilitado em C It worked out, I added my xcp-ng to servers. Thanks xD
  • Stats position

    6
    1
    0 Votes
    6 Posts
    788 Views
    olivierlambertO
    I have no idea why or how it's fixed But at least it is, so good news
  • Multiple XO applications for one pool?

    Solved
    3
    0 Votes
    3 Posts
    555 Views
    gskgerG
    @mestafin XOA/XO is an appliance with a web UI that should run as bare-metal or virtualized instance. It is a multi user management solution, that can handle different pools and user. Backup of a VM allows for easy restore. No need to install it on a notebook.
  • SMB SR Creation Fails

    14
    0 Votes
    14 Posts
    3k Views
    MathieuRAM
    Hi! The issue should be resolved on the branch fix-smb-storage