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
    @olivierlambert This happens to me too with a459015ca91c159123bb682f16237b4371a312a6. I did open an issue https://github.com/vatesfr/xen-orchestra/issues/8969 andrew64k created this issue in vatesfr/xen-orchestra open a459015 causes delta replication to always be full #8969
  • 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.
  • XO Proxy Comminuty edition

    4
    0 Votes
    4 Posts
    274 Views
    F
    @Andrew thank you very much
  • incorrect backup size in metadata

    4
    0 Votes
    4 Posts
    1k Views
    julien-fJ
    @savage79 Please take a look at https://xcp-ng.org/forum/post/58196
  • Stable vs. latest risk assessment

    Solved
    6
    0 Votes
    6 Posts
    625 Views
    olivierlambertO
    You are welcome!
  • Problem with delta backup from xoa 5.79

    6
    0 Votes
    6 Posts
    1k Views
    julien-fJ
    @robyt There are no logs at this time (unless executed as part of a backup), only a notification at the end of the execution. We are currently working on a global task/log system that will be used throughout XO (Restore Health Check is obviously on our todo list)
  • Unable to quick deploy XOA

    Solved
    4
    3
    0 Votes
    4 Posts
    370 Views
    olivierlambertO
    You are welcome
  • Can't create new backup/edit backup/restore any backup/Javascript error

    4
    0 Votes
    4 Posts
    294 Views
    olivierlambertO
    As explained in the link, please update to the latest commit, be sure to rebuild everything and try again
  • Unable to import vmdk

    9
    0 Votes
    9 Posts
    914 Views
    S
    @olivierlambert I uploaded the disk. https://mega.nz/folder/53YTGRCI#4qP16Kfj-XtKcwkWduGEOg
  • Netbox plugin: VMs Tags and Platform not populated

    8
    0 Votes
    8 Posts
    795 Views
    olivierlambertO
    If it's a problem or a missing feature, it will be announced in the next changelog for everyone
  • VHD export and (delta) backup stuck at 99%

    16
    1
    0 Votes
    16 Posts
    2k Views
    DanpD
    @OhSoNoob said in VHD export and (delta) backup stuck at 99%: uploading de XVA in XO didn't work for some reason, it prompts about prepairing and then just stops. Hmmm.... never encountered that situation.
  • Max duration for Backup

    3
    0 Votes
    3 Posts
    419 Views
    DanpD
    See this prior thread for explanation and solutions. https://xcp-ng.org/forum/topic/3529/increase-24-hour-timeout-limit-on-backup-copy
  • getting all ip's from every xen's virtual machines

    3
    0 Votes
    3 Posts
    2k Views
    splastunovS
    Maybe this idea will help xe vm-list params=networks | awk '{print $5}'| sed 's/.$//'
  • Orphaned VDI after backup - NBD issue

    3
    0 Votes
    3 Posts
    259 Views
    K
    Hi! I was able to isolate the issue: It does happen, if NBD is activated on one of the network interfaces! xe network-param-remove param-name=purpose param-key=nbd uuid=xxxxxxxx --> Disabling "useNBD" did not solve the issue. I had to disable the feature in XCP-ng
  • Unable to export OVA

    62
    0 Votes
    62 Posts
    13k Views
    DanpD
    @florent Nothing large. Either 10 or 20GB. I'm thinking it's due to the same issue as here.
  • create a new VM instead of a template from a snapshot

    4
    0 Votes
    4 Posts
    782 Views
    olivierlambertO
    So you are using a thick provisioned storage. Any snapshot will create a base copy, but also an active disk (which will be the total size of the disk). You can't cheat on that. Transforming a snapshot into a VM will create a new active drive that will use the total size of the disk.
  • How to browse files in a storage repository?

    9
    0 Votes
    9 Posts
    4k Views
    florentF
    @ysageev we're fisrt making the transfer from vmware work through an HTTP link in xo-cli. After this we'll do a UX, allowing a user to migrate from XO , it will probably be a three steps form : connect to an host, choose which VM(s) to migrate , transfer progress Then, depending on the priority , we may make other transport ( for example if you mounted the VMFS datastore in XO, copied files locally or through SSH) By the way, we fixed a timeout bug in xo-server, that was cutting the vmdk/ova import around the 5mn mark, you may retry the old method
  • Overprovisioning CPU + RAM?

    6
    0 Votes
    6 Posts
    4k Views
    M
    Thanks @lawrencesystems - I've finally got around to watching that video, explains the content well, quite interesting to see that happening in real time when the RAM is being land-grabbed by other VMs when things are getting full based on the different configuration settings.
  • XO Packer template disk issues

    13
    2
    0 Votes
    13 Posts
    2k Views
    D
    The ddelnano/packer-plugin-xenserver release v0.5.1 has been released and includes @bagas's fix for this issue.
  • VM Hang - Can´t restart, can't power on.

    Solved
    7
    0 Votes
    7 Posts
    6k Views
    olivierlambertO
    Sounds like a XAPI bug, I think it's fixed in the next train of updates
  • netdata telemetry not opening?

    2
    0 Votes
    2 Posts
    229 Views
    olivierlambertO
    We are aware aobut it. This is a Debian package bug that will be directly fixed in the next XOA we'll generate (this year, with Debian 12)
  • Vmware OVA to XCP-NG

    4
    2
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Doesn't matter, the VMware script is available in there too. Just switch to the vmware release channel and follow instructions there: https://xcp-ng.org/forum/topic/6714/vmware-migration-tool-we-need-your-feedback/