Subcategories

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

    376 Topics
    3k Posts
    olivierlambertO
    Yes! That's a good guide for what you want to achieve
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    782 Posts
    T
    @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
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    olivierlambertO
    That's a feedback for @lsouai-vates
  • 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.
  • Netbox Plugin: Error: ipaddr: the address has neither IPv6 nor IPv4 format

    Solved bugs blocked
    33
    0 Votes
    33 Posts
    12k Views
    pdoniasP
    @vilhelm That's fixed: https://github.com/vatesfr/xen-orchestra/pull/6328. Thanks again for the report pdonias opened this pull request in vatesfr/xen-orchestra closed fix(xo-server/xapi-object-to-xo): handle guest metrics reporting empty IP field #6328
  • Unable to add a host to a pool

    9
    0 Votes
    9 Posts
    1k Views
    olivierlambertO
    Sadly, it's hard to know what happened without getting the errors you had (eg when you tell: "VM will not start" is very vague).
  • How can I see active (not cached/buffered) RAM usage?

    7
    0 Votes
    7 Posts
    744 Views
    tjkreidlT
    @jivanpal Right; I simply meant you could start using these to track from this point onward. Also other options, like Cacti, MRTG, etc.
  • Managing different locations from one XO?

    5
    0 Votes
    5 Posts
    761 Views
    P
    @olivierlambert said in Managing different locations from one XO?: The code is open source but you need to install it and configure it yourself (if you are using XO from Github) OK, that makes sense.
  • Backup fails but works (Expected values to be strictly equal)

    6
    0 Votes
    6 Posts
    476 Views
    florentF
    @Andrew it seems that the merge fails but the watcher still report progress ( which doesn't move) Can you see if there is an error before ?
  • Restore missing network to host

    1
    0 Votes
    1 Posts
    370 Views
    No one has replied
  • Making changes to running backup selection

    3
    0 Votes
    3 Posts
    227 Views
    julien-fJ
    @mauzilla The change will only apply at the next run, it will not impact any current run.
  • XCP-ng - mount.nfs: access denied by server while mounting

    Solved
    4
    0 Votes
    4 Posts
    2k Views
    olivierlambertO
    Thanks a lot!
  • NFS ISO: Cannot read property 'Export' of undefined

    Solved
    8
    0 Votes
    8 Posts
    1k Views
    N
    @olivierlambert said in NFS ISO: Cannot read property 'Export' of undefined: Let's consider this thread fixed by adding the correct NFS configuration on the server side and create a new one describing your issue.
  • Manually Mount A HD When Needed From XCP-ng?

    docking station mount hd
    3
    0 Votes
    3 Posts
    379 Views
    N
    @ravenet said in Manually Mount A HD When Needed From XCP-ng?: You can script mount and umount commands as part of jobs or as part of backup jobs.
  • balance-alb on XOA

    4
    0 Votes
    4 Posts
    378 Views
    olivierlambertO
    Yes
  • Risks of running a shared pool?

    8
    0 Votes
    8 Posts
    2k Views
    olivierlambertO
    You can't add a host into another pool until it's "blank". It's hard to "merge" two pools together. So first, migrate VMs to the destination, clean the host and THEN add it to the pool.
  • Technical requirements for XOA for backup.

    6
    0 Votes
    6 Posts
    834 Views
    olivierlambertO
    No need to update XCP-ng, we don't want to introduce a dedicated agent. It will rely on another mechanism. We'll publish about it before the end of this summer
  • XOA incorrect size in metadata

    3
    1
    1 Votes
    3 Posts
    475 Views
    gcooperG
    First off, thank you very much Vates for this fantastic project. I appreciate it greatly. This is happening to us too after the last (CE) update. Buggin' me bad... G
  • XO 5.72 Storage Maintenance

    6
    0 Votes
    6 Posts
    1k Views
    J
    @geoffbland Hi, thanks for the reply... That's what I wound up doing, installing XO from source on a Raspberry PI that I had. I used it to restore my XO image from backup, once I did that I had to restore all of my guests (12 of them total). I could never figure out how to get my SR out of maintenance mode, so I wound up creating a new SR and restored each backup to the new SR. All back to normal after restoring the backup. Thank god XO backup works so well! I learned the hard way that I need to move my XO disks to local storage before I enter maintenance mode for my iSCSI SR... Oh well, lesson learned!
  • Delta backup schedule randomly performing full backups

    4
    3
    0 Votes
    4 Posts
    319 Views
    S
    Hi @olivierlambert we have just come across the same issue again today after the latest update. Please see below the log file for the delta backup schedule that performed full backups instead. I can't seem to find anything in the logs to help. 2022-07-12T16_00_00.013Z-backupNG.txt
  • XOA multiple networks

    5
    0 Votes
    5 Posts
    1k Views
    D
    @olivierlambert ahh perfect thanks!
  • Netbox Plugin Enhancements

    8
    0 Votes
    8 Posts
    2k Views
    peterbaumertP
    @pdonias said in Netbox Plugin Enhancements: Why do you have those interfaces? Could you explain your use case and why they're not visible in XO? Sorry, you're right, hosts are not synced for a simple reason: there is no such thing as host types in Netbox (or did we miss something?). So we only group VMs by pools (clusters) and that's it. Those interfaces are for example wireguard interfaces or any other virtual interfaces. Obv they are not in xo because they are virtual, but in netbox they are needed because I deploy all my wireguard stuff with them. The host thing already was answered, there are devices which you then can link to Pools. KR Peter
  • Opening the BIOS in a vmguest

    9
    0 Votes
    9 Posts
    4k Views
    A
    @olivierlambert Thank you for sharing that information, that is an additional knowledge for me.
  • XO from source Centos7 GLIBC_2.25 missing error

    11
    0 Votes
    11 Posts
    2k Views
    A
    @olivierlambert Thanks. My other instance is on Ubuntu. It updated without problems. But it seems new version have problems with session timeout. Now It logging out few times a day)