Subcategories

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

    377 Topics
    3k Posts
    H
    I have configured OIDC-Plugin to integrate PING Federate which will connect to AD for user and group mapping. AD authentication and PINGID Token working as expected but getting Internal server error at last with below cli logs in XO Expected values to be strictly equal: actual - expected 'undefined' 'string'
  • 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.
  • One of the backups fail with no error

    29
    2
    0 Votes
    29 Posts
    6k Views
    olivierlambertO
    Okay so that's fine on this side.
  • Delta Backups deleting .vhd files during merge operation

    10
    1
    0 Votes
    10 Posts
    1k Views
    N
    Thanks all for your comments. I've managed to overcome the NFS errors listed, by using the new "multiple data blocks" setting! So for me, looks like backing up to .vhd won't work on either SMB or NFS.
  • more time for info

    13
    1
    0 Votes
    13 Posts
    748 Views
    olivierlambertO
    This is probably something for XO 6 then, let me ask @julien-f in the conversation
  • 0 Votes
    7 Posts
    2k Views
    DanpD
    @Andi79 Have you tried using xapi-explore-sr to examine how this VDI may be related to other disks?
  • ECONNRESET when new host added

    7
    0 Votes
    7 Posts
    2k Views
    olivierlambertO
    That's why we put that in bold in our documentation: Please always use latest Node LTS.
  • Continuous Replication Doesn't Finish

    6
    1
    0 Votes
    6 Posts
    807 Views
    GheppyG
    You can "reset" delta on an CR on two methods ( I use the firs one ) : Set number of full backup interval, under Advanced settings (left down). And can be predicted as fallow Reset = full backup interval / number of delta per day. So for 4 deltas per day Reset = 21/4 = 5 rest 1, reset will be on day 6 on first backup. [image: 1668752674017-e6f37d80-9c7d-4d16-bdea-903612fc251e-image.png] [image: 1668752712035-9eb6c381-a130-4d27-9e10-cd441338c666-image.png] Or on schedule on Replication retention [image: 1668753256557-6ac7be5a-b462-4e57-89cf-f58f20e4a4b4-image.png] Force full backup is to force full backup on next run
  • Automatic Xen-Orchestra CE installation

    2
    1 Votes
    2 Posts
    5k Views
    A
    @Momi_V Thanks for providing details. New documented setups are helpful to others. I'm using this installer script on a Debian 11. (Thanks to @ronivay!). Not exactly a quick hands off deployment but it works well for me.
  • Troubleshooting backups never finishing

    2
    1
    1 Votes
    2 Posts
    298 Views
    AtaxyaNetworkA
    @elementalwindx Hi ! From what I see in the screenshot, your backup is currently running. Do you have some error in Setting -> Logs ?
  • cpu cores reported mismatched

    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Indeed, that's not "usual" if you comes from a purely Linux/KVM world, where the host is the entire machine.
  • How to Install XCP-ng Guest Tools to VM?

    14
    0 Votes
    14 Posts
    19k Views
    JamfoFLJ
    @MichaelCropper That's awesome! I'm glad the usual computer pixie dust fairies dropped by and fixed the issue for you. Poor Windows though... you initially laid the blame at their feet, but it seems more like this was a Google Chrome issue. I've noted a LOT of peculiarities with Google Chrome as of late and have started to migrate away for that reason. Reading a lot of forums on Reddit and other IT sources, this seems to be something that is pretty wide-spread. In any case, it's working for you now... until Google changes something again. LOL I hope you have a great weekend!
  • 0 Votes
    2 Posts
    655 Views
    olivierlambertO
    Hi, I think it's used for file level restore on S3 enabled backup. It's not crucial as long as you don't need to restore individual files on S3, obviously. @julien-f is there a way to avoid this dep manually in order to build the rest of XO?
  • Question regarding copying of VMs within storage pool

    Solved
    9
    0 Votes
    9 Posts
    1k Views
    K
    @olivierlambert Well damn -- you're right. Well VM now up and running. Just have to figure out how networking works in this new copied VM. Thanks for help.
  • "Remove" TOTP on a user account

    in backlog
    5
    0 Votes
    5 Posts
    723 Views
    AtaxyaNetworkA
    @julien-f Hello ! Ok, not problem, I hope it will arrive soon in the UI Thank you for the command, I don't think I saw this command in the docs, maybe I can add it ^^ I will look, and I will make a PR if I found in which section I can add the command
  • XO logs to external syslog

    15
    0 Votes
    15 Posts
    3k Views
    olivierlambertO
    It is released! Kudos to the XO team (and @Danp for spotting another quirk)
  • Health Check

    Unsolved
    21
    2
    0 Votes
    21 Posts
    5k Views
    olivierlambertO
    I was about to post here but you were even faster
  • Private Connection Grey Out On XOA

    10
    1
    0 Votes
    10 Posts
    2k Views
    slamj1S
    Hi @BenjiReis, the certificate procedure I posted yesterday isn't quite right and although the plugin will enable, TLS will not negotiate. My openssl.conf defaults to adding x509v3 attributes that breaks the TLS negotiation process. Here's the correct procedure on Rocky Linux 9. Should work for most other recent Linux flavors. Create a temporary directory to work in, and copy your OS's openssl.cnf file into it. Edit the [ v3_ca ] section so it only has the following 2 entries: subjectKeyIdentifier=hash authorityKeyIdentifier=keyid:always,issuer Now create the CA (run all commands in your tmp directory). I am also now using 4096 bit strength: openssl genrsa 4096 > ca-key.pem openssl req -new -x509 -config ./openssl.cnf -nodes -days 365000 -key ca-key.pem -out ca-cert.pem ** The server certificate step in the previous post is not necessary so just skip it. Now create a file called client_attr.cnf and put the following entries in it: subjectKeyIdentifier=hash authorityKeyIdentifier=keyid,issuer Now Create the client certificate: openssl req -newkey rsa:4096 -nodes -keyout client-key.pem -out client-req.pem openssl x509 -req -days 365000 -set_serial 01 -in client-req.pem -out client-cert.pem -CA ca-cert.pem -CAkey ca-key.pem -extfile ./client_attr.cnf The ca-cert.pem and client_cert.pem should now conform to the correct x509 format that will work with XOA and hence cross-server private networking. Sorry for the incorrect procedure, it was a late night Cheers.
  • XO from source - Pool support not available for source users?

    5
    1
    1 Votes
    5 Posts
    1k Views
    olivierlambertO
    Should be merged soon: https://github.com/vatesfr/xen-orchestra/pull/6517/files Thanks @MathieuRA MathieuRA opened this pull request in vatesfr/xen-orchestra closed fix(xo-web): "Pro Support" instead of "pool support" in XCP-ng support tooltips #6517
  • 0 Votes
    5 Posts
    1k Views
    olivierlambertO
    Please print the output of xl info and xl dmesg
  • Backup through XO fails (VHD check error etc.)

    16
    0 Votes
    16 Posts
    2k Views
    T
    @florent I reverted back to: xo-server 5.100.0 xo-web 5.101.0 commit 26e7e and I'm facing the same issues. If you can tell me, which logs you need, I can surely provide them. Thanks!
  • Backup fails - how to investigate

    7
    0 Votes
    7 Posts
    481 Views
    P
    @olivierlambert Without any change in the configuration, the backup now reports to be successful. Next step is to check whether the backups will restore correctly. The mystery still stands - what was wrong previously.