Subcategories

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

    380 Topics
    3k Posts
    C
    @olivierlambert Hi! No, that is not the case. All servers are in the same rack. Connected to the same switch. Same network (VLAN, IP Range). XOA runs on the master server. No stats for that server. But stats for another server are ok (just one), all the others are not working. C
  • 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
    utopianfishU
    @nikade My 10gb nic are directly connected to my hosts.. i dont have a 10gb switch.. the mgmt is connected via switch ports...
  • 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.
  • How to detect when Backups fails in XOA!?

    4
    0 Votes
    4 Posts
    735 Views
    olivierlambertO
    This is a 3rd party container not validated nor endorsed by XO devs. We don't know what's inside, if you have questions on it, ask on the Github repo of the maintainer Backup reports will answer your initial question/requirement (reports can be sent by email, Slack etc.) There's also a Nagios plugin, or you can use XO API to make request to be support in any software of your infrastructure Monitoring a Docker container is outside scope of XO, I would suggest to ask Docker community. Regarding XO and how backup are done, any fresh XOA deployed (or from the sources) will be able to find all the previous backup done by an old XOA, because we store every info on the remote.
  • Run an backed-up VM from an NFS-Share

    7
    0 Votes
    7 Posts
    1k Views
    olivierlambertO
    The best option is to use Disaster Recovery, or both DR with your current backup. It's the easiest way. Please watch the video I posted.
  • Can't add host - ECONNREFUSED

    Moved
    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Are you sure you entered the IP address of your XCP-ng host?
  • gui xenorchestra. tree

    Solved
    7
    2 Votes
    7 Posts
    1k Views
    olivierlambertO
    https://github.com/vatesfr/xen-orchestra/milestone/36
  • No network available in new VM page?

    5
    1
    0 Votes
    5 Posts
    2k Views
    olivierlambertO
    Yeah it's like there's no network. Also double check with XOA (that you can deploy here: http://xen-orchestra.com/#!/xoa )
  • no object with UUID or opaque ref

    5
    0 Votes
    5 Posts
    2k Views
    2
    I think this is what happens when you ask XOA to move a disk into a different resource pool, and that pool can't see the storage. Discovered that by accident
  • Moving VMs in a multi-pool setup

    3
    0 Votes
    3 Posts
    966 Views
    2
    Olivier - the destination storage was attached to the wrong pool. It was behaving correctly, but not doing what I wanted.
  • Weird issues migrating VMs between hosts

    4
    0 Votes
    4 Posts
    1k Views
    borzelB
    @coolrunnings82 no
  • [XOCE] Building on FreeBSD 12 - Error bcrypt_lib while yarn

    1
    0 Votes
    1 Posts
    302 Views
    No one has replied
  • Building from master branch - is that "latest" channel?

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    I'm fed up with trolling. I already explained that XOA can be seen as a "Xen Orchestra dedicated distro", we make the choice to build it from a "snapshot" (commit) on various component. It's not based on a GitHub branch. That's our choice that you can do on your side if you want to build a XOA equivalent. You have all the 3 liberties of GPL software because everything is available on GitHub. XOA is a choice of which version to use together for each component, with QA and mastered env to be able to make efficient support. If you can't understand that despite 3 or 4 persons explained that to you, we can't do anything else. Good bye.
  • DR backup between sites

    3
    0 Votes
    3 Posts
    643 Views
    Marc.pezinM
    Yes, for now and until the proxies are available, everything is going through the XOA. In your example, it goes from Site 2 (VM1) to Site 1 (XOA) and then to site 3 (VM1 replicated) If you are interested into proxies, feel free to subscribe on the form at the end of the article, we are planning to have an alpha version as soon as possible
  • XO doesn't show stats for SR's that have disconnected servers

    1
    1 Votes
    1 Posts
    423 Views
    No one has replied
  • backups show wrong size

    6
    1
    0 Votes
    6 Posts
    888 Views
    borzelB
    ok, makes sense
  • Trying to migrate

    Solved
    26
    0 Votes
    26 Posts
    8k Views
    borzelB
    @fraggan I use booth and hope that the new XO v6 is more clear about that
  • 0 Votes
    4 Posts
    841 Views
    olivierlambertO
    It's fully updated 7.6, so please do all upgrade.
  • Xen Orchresta port change not working

    2
    0 Votes
    2 Posts
    740 Views
    MajorTomM
    @DukeVenator I suppose you've done that, but just in case I'lll ask: have you issued systemctl restart xo-server.service ? Firewall rules may need modyfying. What is the output of ufw status verbose ?
  • can't log in to a new XOA instance

    11
    0 Votes
    11 Posts
    6k Views
    A
    This has been fixed in the RC. Now works perfectly fine.
  • Blog Entry for 5.36

    2
    2 Votes
    2 Posts
    501 Views
    Marc.pezinM
    Thanks for feedback, it's corrected on the blogpost
  • Fresh Install - Can't Create VMs or See VMs after Refresh?

    17
    0 Votes
    17 Posts
    2k Views
    B
    @Danp No, I haven't as I never use non-LTS servers from Ubuntu, and most software and guides asks for LTS. I might test it later with 19.04 but my posting here was more for the sake of others as I imagine that I'm not the only one that has experienced this on Ubuntu so when I figured out that it works in Debian I figured others could get some help too. It might also point the developers in the right direction if they wish to look into this, I don't know how many users there are that have got this problem but at least there are some of us so it might be something to look at if not at least there is a posted alternative. Most would not change OS if all guides tell them that Ubuntu works so this was more meant as a PSA if nothing else.
  • Windows 7 VM backup issues

    1
    0 Votes
    1 Posts
    377 Views
    No one has replied