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
    A
    I could be wrong but from VMware world the management interface didnt transfer much data if at all. It was only used to communicate to vsphere and/or to the to the host. So no need to waste a 10gb port on something only only see kb worth of data. Our previous server had 2x 1gb nics for management 1x 10gb nic for network 2x 10tgb nic for storage 1x 10gb nic for vmotion.
  • 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.
  • Cannot import VHD disks while VMDK can

    Solved
    9
    2
    0 Votes
    9 Posts
    641 Views
    A
    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
    1k 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
    286 Views
    J
    Thank you @olivierlambert.
  • Build from sources error -- EISDIR: illegal operation on a directory, read

    Solved
    9
    0 Votes
    9 Posts
    6k 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
    7k 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
    29k 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
    627 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
    186 Views
    No one has replied
  • PIF_VLAN_STILL_EXISTS

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

    12
    0 Votes
    12 Posts
    9k 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)
  • Tools for Windows VM's

    21
    0 Votes
    21 Posts
    37k Views
    planedropP
    @JacobyBarr Unless I missed it, you still can't use secure boot with those ones, so that can pose an issue in some environments.
  • Change Management Interface VLAN`

    4
    0 Votes
    4 Posts
    3k Views
    F
    @lawrencesystems still doesn't answer the question as to HOW to change the VLAN.
  • Boot Device CD-Rom Failure - Could not read boot disk

    Solved
    6
    0 Votes
    6 Posts
    890 Views
    olivierlambertO
    Hey no worries, it happens, glad we helped
  • huge number of api call "sr.getAllUnhealthyVdiChainsLength" in tasks

    28
    1
    1 Votes
    28 Posts
    6k Views
    julien-fJ
    Hello, can you please try the buffered-task-events branch and let me know if that solves the issue?
  • I am getting over 1000 of these in my tasks list

    Solved
    3
    1
    0 Votes
    3 Posts
    456 Views
    julien-fJ
    @hitechhillbilly Hello, can you please try the buffered-task-events branch and let me know if that solves the issue?
  • Attach PCIs - Not enough permissions

    Solved
    12
    2
    0 Votes
    12 Posts
    990 Views
    A
    Great, it's working fine now
  • Feature Request

    11
    0 Votes
    11 Posts
    944 Views
    J
    @olivierlambert said in Feature Request: XCP-ng. The idea is to make it open via a XAPI call when needed (or automatically when XAPI is down). @guiltykeyboard A bit similar to how VMware ESXi handles SSH server, it has SSH stopped and/or disabled until requested in its web interface. Unlike possibly VMware ESXi its going to automatically enable and start the SSH server if XAPI is down!
  • Orchestra logon screen is messed up after update

    Solved
    10
    1
    0 Votes
    10 Posts
    756 Views
    JamfoFLJ
    @olivierlambert I would agree... one of those odd glitches that occurred during the build process that corrected itself on a second run. Thanks for everyone's help... please go ahead and close this out!
  • Running XO / XCP's on a "backup" network

    2
    0 Votes
    2 Posts
    327 Views
    mauzillaM
    just bumping my post Hoping someone has some recommendations?
  • CERT_NOT_YET_VALID

    Solved
    5
    1
    0 Votes
    5 Posts
    447 Views
    J
    @olivierlambert, I just enabled and disabled the server and the problem went away.