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.
  • Multiple IP addresses on PIF via GUI

    Unsolved
    2
    1
    0 Votes
    2 Posts
    414 Views
    AtaxyaNetworkA
    @luca-steinke Hi ! IPv6 is not (yet) supported in dom0, but it's a work in progress You can read more here: https://xcp-ng.org/blog/2021/02/09/ipv6-in-xcp-ng/
  • SR space occupied by backup snapshots

    18
    1
    0 Votes
    18 Posts
    1k Views
    olivierlambertO
    Okay let's continue by private chat on the partner thing.
  • Backup with local usb hdd attached - SR_OPERATION_NOT_SUPPORTED

    5
    2
    0 Votes
    5 Posts
    710 Views
    olivierlambertO
    @Gheppy Ah! Great news then
  • A "socket" was not created for HTTP request before 300000ms

    Solved
    90
    0 Votes
    90 Posts
    31k Views
    olivierlambertO
    Great news! Thanks @julien-f for the difficult investigation (it was hard to catch) and obviously everyone who helped to report and provide feedback. That's how we build software: together!
  • Replicating to same pool storage

    2
    0 Votes
    2 Posts
    321 Views
    planedropP
    @mauzilla I personally think having the CR job operate between 2 different pools is a better idea. I am curious though, are these servers located in the same physical location? If so why not try going with high availability instead of a CR job? https://xen-orchestra.com/blog/xenserver-and-vm-high-availability/ I haven't really done HA setups with XCP-ng before, so can't really speak to how good it is. But IMO CR and other backup jobs like that are more meant for geo replication and stuff like that (i.e. a disaster recovery scenario with some offsite XCP-ng host). Which is why I'm asking about location, personally don't see the benefit to CR if in the same physical location, I'd be more interested in HA at that point. This is just my two cents though.
  • RDP not working

    15
    1
    0 Votes
    15 Posts
    1k Views
    M
    @olivierlambert OK. Will have to find a working macos rdp client then. Will report.
  • Backup mergeWorker stuck

    6
    0 Votes
    6 Posts
    489 Views
    olivierlambertO
    In general, it's easier to start on XOA (you can have a free trial with all features) to discover the ecosystem. Because XOA is more tested and also comes with an updater AND a way to give us access remotely to investigate a problem. So please deploy an XOA and report if it's better On which commit are you right now? Are you on the right version of node? (that's the questions you wouldn't have to answer if you were on XOA for example )
  • 0 Votes
    6 Posts
    758 Views
    olivierlambertO
    Great news Enjoy!
  • Mandatory 2FA/OTP for login

    10
    0 Votes
    10 Posts
    2k Views
    W
    @olivierlambert Thank you very much Such prompt response.
  • "Error: self-signed certificate" OIDC

    2
    0 Votes
    2 Posts
    398 Views
    olivierlambertO
    Hi, This is an error regarding your certificates, which are self-signed. I'm afraid it's not related to XO itself. I suppose you can only use self signed certs in your context?
  • metadata backups suddenly failing

    Solved
    22
    1
    0 Votes
    22 Posts
    5k Views
    olivierlambertO
    Thank you @manilx and @Andrew for your feedback!
  • Backup of Linux VM with [nobak] disk failing health check (Solved)

    2
    1 Votes
    2 Posts
    377 Views
    olivierlambertO
    Ah thanks indeed a very interesting feedback! Thanks a lot
  • Rolling Pool Upgrade - Does not reboot hosts

    3
    0 Votes
    3 Posts
    490 Views
    K
    @olivierlambert There are lots of messages about: unable to parse XAPI datetime "2023-03-01T12:41:47.000Z" But nothing about the upgrade process. I was able to upgrade hosts 2+3 without any problem - but not automatically
  • vmware import failing

    2
    0 Votes
    2 Posts
    343 Views
    M
    @manilx I updated XO to the latest release (Updating Xen Orchestra from '63ee6b7f0' to '84e38505c') and tried again: Worked! BUT with this new release I have the following issue: https://xcp-ng.org/forum/topic/7020/metadata-backups-suddenly-failing
  • Backup timeout - hang or didn't work

    36
    2
    0 Votes
    36 Posts
    5k Views
    Tristis OrisT
    @olivierlambert to not create new topic, small continue here. timeout option still ignored. probably because of network problems i got backup error and job hangs every day. doesn't matter why it happens, but job will never get terminated by timeout. 21h job with 7h timeout. https://pastebin.com/U5HgKEzM just 1 Gb. [image: 1677660778089-1c80c5b5-248f-4506-a351-5bca47ee4f8c-image.png] [image: 1677660855604-7458ace9-3e08-4537-a7da-2d304033995e-image.png] i setup scheduled task to reboot xo once a day, to close this endless tasks.
  • Backup Error: 302 Found

    Solved
    20
    0 Votes
    20 Posts
    2k Views
    stucampS
    @julien-f @olivierlambert Heyo... good stuff guys. I have recompiled on latest and can happily confirm that the fix has resolved the issue!! Thanks!
  • Remote Backup needs internet to backup, local network. Static ips.

    3
    0 Votes
    3 Posts
    445 Views
    H
    @cookie-eater2000 make sure your Xen Orchestra also has a connection on the 10GB network (IP address on the xo vm)
  • warning on compile

    7
    0 Votes
    7 Posts
    653 Views
    DanpD
    @florent Thanks for the fix. P.S. @Gheppy was the original reporter.
  • VMGuest disk is missing in Xen Orchestra

    15
    1
    0 Votes
    15 Posts
    2k Views
    A
    @olivierlambert I do not understand wha t you mean by "You probably need to transform the disk in a "regular" and not snapshot". Not sure on how to do that, please provide the steps or if you have SOP ready, please point me to the SOP document.
  • XCP-ng latest - newly imaged CentOS Stream 8 hosts don't do kernel updates

    Unsolved
    3
    0 Votes
    3 Posts
    494 Views
    stormiS
    I don't see any obvious settting, and XCP-ng won't interfere with a guest OS installation, so the root cause for this missing GRUB_ENABLE_BLSCFG=true must be somewhere in the installation process, triggered by I-don't-know-what when being installed in an XCP-ng guest.