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
    P
    @olivierlambert Has the problem been confirmed ? I can try to pinpoint where the always-full replications were introduced, but more time efficient to do it on a machine that is fast do replicate, not the one that now takes 2.5 hours (a few minutes for the diff before it borked starting at the backup made 6 Sept)
  • 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.
  • Warm migration - abort and monitor

    8
    0 Votes
    8 Posts
    627 Views
    olivierlambertO
    It's really hard to answer precisely in your case what's your bottleneck without spending more time doing a closer investigation on your setup
  • Attempting open source proxy (Resolved)

    6
    0 Votes
    6 Posts
    971 Views
    S
    @Andrew I got it working, thank you for your help. I just like to learn and test stuff out for fun, frequently unnecessarily, heh.
  • XO Lite (and XCP-NG 8.3 alpha)

    2
    0 Votes
    2 Posts
    545 Views
    olivierlambertO
    No telemetry, but if you have an issue with this alpha, please report it on the dedicated thread There's new graph and VM actions coming this month (if everything goes according to the plan)
  • This topic is deleted!

    2
    0 Votes
    2 Posts
    3 Views
  • Change default filter in VMs list from current "power_state:running"

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    lawrencesystemsL
    @bullerwins It's a wonderful feature, you can have customized filters for VM, storage, Templates, and Pools. Combine that with using lots of tags and it makes larger deployments very manageable.
  • Error in the log at xo-cli –register

    6
    2
    0 Votes
    6 Posts
    314 Views
    olivierlambertO
    @denh I supposed you were reading this before posting: https://xen-orchestra.com/docs/community.html If you didn't, please do so Especially this section: https://xen-orchestra.com/docs/community.html#report-a-bug
  • XO License Costs

    3
    0 Votes
    3 Posts
    375 Views
    B
    @olivierlambert , Thank you. Someone from our team will reach out to you.
  • Backup VM - unused VHD

    16
    1
    0 Votes
    16 Posts
    2k Views
    olivierlambertO
    I think @florent did various modifications recently to handle those cases automatically.
  • Network pool + Cloud Init

    7
    0 Votes
    7 Posts
    665 Views
    B
    Cloud configs allow {{name}}% substitutions. From my perspective (as a user), for how {{name}} is used in my cloud configs something like {{address}} would be identical. What is the intended use case for the IPAM functionality in XOA if it can't be used like this? Real question, not trolling
  • Any updated tutorial on how to create new cloud images?

    22
    1 Votes
    22 Posts
    11k Views
    fohdeeshaF
    Also note the text at the top of your screenshot: to continue you need to select a boot device. There might be a way in that menu (or partition creation submenu) to mark that created partition as bootable, or maybe you just need to highlight/select the partition under "used devices" before hitting "done"
  • "an error has occurred" in disks tab for normal users

    Solved
    4
    3
    0 Votes
    4 Posts
    360 Views
    olivierlambertO
    You are welcome
  • Self service systems - how to build templates?

    9
    0 Votes
    9 Posts
    8k Views
    antoniolfdacruzA
    I would like some examples too. My latest (first) try gives me: alfcruz-adm@local.hcpa.ufrgs.br@volt-ampere:~/packer-plugin-xenserver$ packer build ./ubuntu-2004.pkr.hcl xenserver-iso.ubuntu-2004: output will be in this color. Build 'xenserver-iso.ubuntu-2004' errored after 8 seconds 155 milliseconds: API Error: SESSION_AUTHENTICATION_FAILED root Authentication failure ==> Wait completed after 8 seconds 155 milliseconds ==> Some builds didn't complete successfully and had errors: --> xenserver-iso.ubuntu-2004: API Error: SESSION_AUTHENTICATION_FAILED root Authentication failure ==> Builds finished but no artifacts were created. alfcruz-adm@local.hcpa.ufrgs.br@volt-ampere:~/packer-plugin-xenserver$ Using root user. This user/pass works over SSH.
  • can we use official ubuntu cloud images

    7
    0 Votes
    7 Posts
    1k Views
    R
    @encryptblockr hope to try the same with their even smaller "CORE" images. There is not an .OVA download but .xz downloads that when expanded have .img . https://cdimage.ubuntu.com/ubuntu-core/22/stable/current/ubuntu-core-22-amd64.img.xz and https://cdimage.ubuntu.com/ubuntu-core/22/stable/current/ubuntu-core-22-amd64+intel-iot.img.xz cloud-init seems to require experimentation and these small images boot quickly for me. Are you then following Fohdeesha's instructions?
  • Remote XCP-NG Connection Doesn't Show Console in XO

    Solved
    11
    0 Votes
    11 Posts
    5k Views
    bullerwinsB
    @olivierlambert I just saw Tom post about that. Already investigating about it. Thanks! https://infosec.exchange/@tomlawrence/109404324178466606
  • Migrate from Virtualbox to xcp-ng

    5
    2
    0 Votes
    5 Posts
    3k Views
    AlexanderKA
    @lawrencesystems thank you tom! really appreciate this! [image: 1669484980809-a5ccebe1-49cb-4d23-9279-a2fda336c80f-image.png] seems that it is running without issues!
  • Need help creating single disk partition for Ubuntu 22.04 cloud image

    12
    1
    0 Votes
    12 Posts
    1k Views
    E
    nice, thanks!
  • System Load: How to read colour coding

    2
    0 Votes
    2 Posts
    242 Views
    olivierlambertO
    It is just relative no value per se
  • Terraform with cloud-init

    25
    1
    0 Votes
    25 Posts
    10k Views
    D
    @antoniolfdacruz glad to hear you were able to figure it out
  • File Restore Fails

    13
    1
    0 Votes
    13 Posts
    1k Views
    N
    @NeilGrevitt Whilst migrating my other backups to NFS, I noticed that one of the VM backups is able to perform file restores successfully. The successful VM is Ubuntu 22.04.1 LTS, but has been upgraded multiple times and was originally a flavour of 18.x LTS somewhere along it's life. The unsuccessful VM is Ubuntu 20.04.5 LTS that I believe was installed at this version. The only difference I can see is the output of lvscan, which does point to an issue with LVM! Successful VM: :~$ sudo lvscan :~$ Unsuccesful VM: :~$ sudo lvscan ACTIVE '/dev/ubuntu-vg/ubuntu-lv' [<19.00 GiB] inherit Not sure where to go now but thought it worth reporting!
  • XCP / XO and Truenas Scale or Core

    14
    0 Votes
    14 Posts
    7k Views
    lawrencesystemsL
    @mauzilla Just an FYI, I have not tested the latest Scale 22.12 RC1 for performance but the previous versions of scale under some conditions was quite a bit slower. I have a video covering this topic here with the benchmarks and methodology used for testing. https://youtu.be/BoiHHnBDg0E