Subcategories

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

    380 Topics
    3k Posts
    olivierlambertO
    It's indeed pretty long. I would maybe use a local SR as suspend SR to check if it's very different, that could help to pinpoint the issue.
  • 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
    nikadeN
    @utopianfish I see, that explains a lot.
  • 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.
  • Can't start Docker container from XOA

    Unsolved
    1
    1
    0 Votes
    1 Posts
    599 Views
    No one has replied
  • moving backups to new remote

    2
    0 Votes
    2 Posts
    468 Views
    olivierlambertO
    Change the remote in your job config. If you want to keep the previous backup there, just move or copy everything to the new remote.
  • Stable channel update date

    3
    0 Votes
    3 Posts
    528 Views
    B
    Thanks, I will act accordingl in the future.
  • Creating local ISO SR failed -> Feature request

    20
    1
    0 Votes
    20 Posts
    5k Views
    olivierlambertO
    No it's not how it works in XAPI. You need a dedicated ISO SR using only *.iso file name/extension.
  • inport vhd - vdi contenet import stuck

    5
    1
    0 Votes
    5 Posts
    917 Views
    akurzawaA
    in smelog nothing unusual, no warnings ect.
  • XO from source and plugins installation [ SOLVED ]

    7
    0 Votes
    7 Posts
    4k Views
    M
    Ok thank you very much, it works! I think I forget to install package but no .... Have a good day !
  • how to extend disk size in XO/A ?

    Solved
    3
    0 Votes
    3 Posts
    3k Views
    akurzawaA
    Ohhh..key . Thanks.
  • Can't restore individual files

    38
    1
    0 Votes
    38 Posts
    14k Views
    olivierlambertO
    There's no "community" version of XOA, there's only Xen Orchestra Are you sure you are on master? Have you tried with XOA?
  • Imported VM fails to start with VDI_MISSING

    7
    0 Votes
    7 Posts
    2k Views
    olivierlambertO
    You can reattach the drive (in XO web UI or with xe by recreating the VBD: vbd-create vm-uuid=4aef7b34-2e7e-53c5-62e3-331be8151287 vdi-uuid=193f9105-e23c-4fe7-a8ae-40bed37ede4e device=0). Then try to boot the VM.
  • XO on a own HW server

    3
    0 Votes
    3 Posts
    350 Views
    A
    Hello Olivier Thx 4 the Infos. So i will seperated in two parts the Web Interface and the managment network. Had only to do with safty ..
  • Continuous Replication date/time stamp question

    Solved
    4
    1
    0 Votes
    4 Posts
    336 Views
    M
    Ok, I got confused. It looks to be using UTC time. Thanks a lot!
  • Clearing restore log

    Solved
    6
    1
    0 Votes
    6 Posts
    1k Views
    A
    @pdonias Works perfectly! Thank you!
  • HTTP to HTTPS redirection

    6
    0 Votes
    6 Posts
    3k Views
    nikadeN
    @kevdog said in HTTP to HTTPS redirection: @nikade Hey thanks for for the link. I ended up just using a LetsEncrypt cert rather than self signed. I think had to add a DNS host override on my router to associate the Local LAN address of the xo server with the domain name of the server contained in the certificate -- Like 10.0.1.50 ---> xo.example.com. Thanks for pointing me in the right direction on this one. Yeah that is a good solution as well, I hope this helps others in the future who wants to secure their XO with https
  • xo-cli VM logs

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    B
    Thanks, that's exactly what I was looking for.
  • Delta backup first full backup failed after 24h

    7
    0 Votes
    7 Posts
    725 Views
    olivierlambertO
    Keep us posted!
  • XO in HA mode

    12
    0 Votes
    12 Posts
    2k Views
    akurzawaA
    @eangulus You can always create a CLUSTER with shares storage. Problem solved. It is even possible to create cluster using two nodes - using HA-Lizard.
  • 0 Votes
    12 Posts
    5k Views
    olivierlambertO
    I think we fixed the display issue in latest XOA
  • XOA Delta Backup rename files?

    5
    0 Votes
    5 Posts
    600 Views
    D
    @olivierlambert One question to the additional added resource. I have added my cloudbackup server via VPN and NFS share to XOA. This works well, but I see that the local backup on the NAS is throttled down to the speed of the VPN upload tunneln. Is this behaviour correct? You know from the other Post, that I have struggels with the "cloudbackup" server. So if the transfer to the VPN-NFS share is interrupted also the transfer to the local NAS fails. Is it possible to add two daily (or every second day alternating) delta backup-jobs for a single vm? One saves the backup to local NAS and the other one to the vpn nfs share? Will the chains be consistent? Thank you for your advice, dmartini1337
  • XO from sources

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    fohdeeshaF
    +1 for avoiding 3rd party install scripts, the official install doc is like, 10 commands? I think it takes maybe 10 minutes or less the last time I did it on a fresh debian system, and you know it's always the correct instructions (which is NOT the case with 3rd party scripts, as you'll see in this forum when even the slightest architectural change is made to the XO sources). You also get to learn at least a little bit about the architecture of what you're installing and running instead of pressing go on a script you grabbed from some guy's github and hoping the XO web interface appears. I thought the whole point of "homelab" (for which sources are intended and primarily used) was learning and developing skills in the first place? No disrespect intended to the people that create and maintain said scripts, it just seems to me like it bypasses the point of sources a little bit
  • SelfService issues creating new VM

    7
    0 Votes
    7 Posts
    1k Views
    olivierlambertO
    Indeed, this was an issue only hitting master (and XOA latest branch). This is now solved (see https://github.com/vatesfr/xen-orchestra/issues/4565 ). Note those are kind of features are usually utilized in corporate environment. What's your use case out of curiosity? shayanoh created this issue in vatesfr/xen-orchestra closed A normal user cannot select templates when creating new VMs on resource sets #4565