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
    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.
  • Issue Importing Dell PPDM OVA into XOA

    Unsolved
    11
    2
    0 Votes
    11 Posts
    828 Views
    AtaxyaNetworkA
    Edit to my previous post: the script is checking for working DNS, so i cannot pre-setup network. If you want the fixed applicance with the drivers installed, ping me ! To setup the network, you just need to login (root/changeme, yeah the password is... bleh), and launch the script /usr/local/brs/puppet/scripts/install.sh -lui
  • No Alma logo in XO?

    2
    1
    0 Votes
    2 Posts
    195 Views
    DanpD
    Hi, I'm pretty sure this is planned to be addressed in XO6. Dan
  • Unable to add host to pool (db mismatch)

    9
    0 Votes
    9 Posts
    742 Views
    A
    Could you please provide the output of (for the master and the candidate host): xe host-list params=software-version It does seem odd....
  • XOA web deploy stuck at "Deploying XOA..." No error

    32
    1
    0 Votes
    32 Posts
    14k Views
    T
    @RawbDeeni Thank you! I had the same problem using 8.2 lts. I ended up formatting and using 8.3, and I didn't have any issues after that. I'm glad I found a better alternative to use this hypervision from a vmware end user for over 10 years until Broadcom killed it.
  • Multiple AD sources to Xen Orchestra

    11
    0 Votes
    11 Posts
    808 Views
    lsouai-vatesL
    @tuckertt Hello ! We are making some investigations on authentication, users, ACLs etc... topics for the Xen Orchestra 6 version to come. Could you please formalize your need so I can add it to my user suggestions list? Try to make specs as most generic (for all users) as possible, and don't hesitate to add some concrete examples. Have a good day!
  • Host disconnected midway during backup, now unable to start/restart/cancel

    19
    0 Votes
    19 Posts
    2k Views
    J
    @jaayb said in Host disconnected midway during backup, now unable to start/restart/cancel: @madrianr had similar issues tried xe vdi-foget uuid and rescanned after that but cannot find the vdi. Any ideas? never mind was able to recover...
  • Console keyboard problems using Firefox

    10
    1 Votes
    10 Posts
    2k Views
    DustyArmstrongD
    For anyone who comes across this, you can just add an exception for your management page and shift will work on the console. Settings > Privacy & Security > Enhanced Tracking Protection > Manage Exceptions > Add the site url e.g. https://xo.fqdn.com.
  • Migrating a Windows VM from Proxmox to XCP-NG

    14
    0 Votes
    14 Posts
    9k Views
    olivierlambertO
    Hi, You really need to give more details.
  • Help moving VMs from XenServer 6.0.2 to XCP-ng 8.3

    5
    0 Votes
    5 Posts
    361 Views
    olivierlambertO
    Excellent news! Keep us posted
  • 0 Votes
    5 Posts
    452 Views
    A
    @jasonnix Update to nodejs 22.x. It should be good for a while. Nodejs 24 will be out soon but not required yet.
  • XO Community Edition - Ldap Plugin not working ?

    55
    0 Votes
    55 Posts
    9k Views
    C
    @kagbasi-ngc tries this a while ago, but my default group are in OU having , or () in their name (i know it's very bad but it's been there before my arrival) tried with a security group in a simple OU this time it worked using fully DN.
  • 1 Votes
    30 Posts
    9k Views
    florentF
    we are reworking the import code , along the new backup code ( https://xcp-ng.org/forum/topic/10664/our-future-backup-code-test-it ) to unify the differetn disk transformation path For now: V2V handles flat, cowd, sesparse, stream optimized vmdk in the format "metadata.vmdk and a data file ) and ova ( for VSAN) disk import support monolithic vmdk ( cowd, sesparse, streamoptimized ) ova improt support only stream ova with streamoptimzed vmdk inside
  • XO update fails

    4
    1
    0 Votes
    4 Posts
    347 Views
    olivierlambertO
    @AtaxyaNetwork said in XO update fails: @edisoninfo Hi, What's xo-install.sh ? It's a third party script ? Very likely indeed Those scripts really needs to make sure to provide the URL of the repo to report issues in a very visible way.
  • IMPORT_ERROR - Tar.Header.Checksum_mismatch

    Unsolved
    3
    0 Votes
    3 Posts
    193 Views
    K
    @Danp No sir, I have not. I have, however, exported the same VM in the OVA format. Ended up being about 47 GiB, however, I was able to import it into XOA without any issues, and the import took just under 10 minutes to complete.
  • Ldap plugin : filter to allow only specific group to login ?

    2
    0 Votes
    2 Posts
    135 Views
    K
    @Chico008 Seems like you're duplicating your inquiries. As I suggested in the previous thread, I think your memberOf is missing the full DN of the group.
  • "Download System logs" tgz-file does not work

    17
    0 Votes
    17 Posts
    1k Views
    P
    @gthvn1 Yeah, that works. I can get the logs both from the same host and from the other one in the pool.
  • Windows VMGuest changing network cause the guest to crash

    14
    1
    0 Votes
    14 Posts
    1k Views
    olivierlambertO
    @dinhngtu said in Windows VMGuest changing network cause the guest to crash: This is a driver bug that we fixed in XCP-ng Windows tools v9.0.9030 but hasn't been integrated by Citrix yet. You can try it out if you're not running a production system. Gosh, we are now officially faster than Citrix to detect and fix bugs even in the Windows PV driver
  • GPN GRE/VxLAN Tunnel - connect/access from other Devices?

    1
    0 Votes
    1 Posts
    122 Views
    No one has replied
  • DUPLICATE_MAC_SEED

    6
    0 Votes
    6 Posts
    357 Views
    I
    @DustinB Here is the backup job configuration: [image: 1743536286372-0459c49d-0b84-4585-9bb8-e3c79bac771b-image.png] [image: 1743536250474-6c3f31b2-aeb7-4d96-b441-3248af6f27a2-image.png]
  • Upgrade to XO v5.105 seems broken

    9
    2 Votes
    9 Posts
    759 Views
    I
    @ph7 Thank you. It seems to work like that. I'll wait for this fix.