Subcategories

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

    382 Topics
    3k Posts
    olivierlambertO
    It might record the max static RAM (IDK)
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    793 Posts
    MK.ultraM
    Alright I finally got it to work. I think the trick was to put "Ethernet 2" in quotations. I also perfected the YAML spacing and bracketed the two nameserver addresses. Thanks for the help gentlemen. Final working network config: #network: version: 2 ethernets: "Ethernet 2": dhcp4: false addresses: - 192.168.1.30/24 gateway4: 192.168.1.1 nameservers: addresses: [192.168.1.5, 8.8.8.8]
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    A
    @utopianfish Mikrotik CRS304-4XG-IN or CRS312-4C+8XG-RM https://mikrotik.com/products/group/switches
  • Everything related to Xen Orchestra's REST API

    68 Topics
    531 Posts
    lsouai-vatesL
    @Kptainflintt Hey! XO team dev is doing a fix on it: https://github.com/vatesfr/xen-orchestra/pull/8979 FYI @pdonias pdonias opened this pull request in vatesfr/xen-orchestra open fix(xo-server/resource-sets): only edit limits if `limits` is passed #8979
  • 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.
  • New proxy giving unauthorized error

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • XO logs to external syslog

    19
    0 Votes
    19 Posts
    3k Views
    P
    @Forza I didn't try, as my default Graylog Input was UDP and worked with the hosts... But guys, that was it. In TCP mode, it's working. Rapidly set up a TCP input, and voila. [image: 1758137911306-42411fc9-af86-4838-a870-ca9ca6307234-image.png]
  • DUPLICATE_MAC_SEED

    8
    0 Votes
    8 Posts
    446 Views
    I
    @KPS Unfortunate, no. I just replicate and avoid moving live VM on the same host, target for replication.
  • What Are You All Doing for Disaster Recovery of XOA Itself?

    7
    0 Votes
    7 Posts
    289 Views
    planedropP
    @DustinB Yeah I thought about doing something like this, but then we are getting into overkill costs lol. My main point behind this post was to get info on what other people are doing, I presumed most are just relying on config backups and will restore it at the other site if needed, which is fine. I was just also debating about whether or not I wanted the subnets to match between these 2 sites, since that can create some routing headaches, but should still be doable and would make recovery even faster. @olivierlambert yeah I do use that feature, so that's very helpful! Should make this all doable.
  • XOA deploy from XO lite

    Solved
    8
    3
    0 Votes
    8 Posts
    490 Views
    olivierlambertO
    Excellent news!
  • 0 Votes
    17 Posts
    460 Views
    M
    @Andrw0830 I am using paid version of ESXi / vSphere. The free version of ESXi has so many limitations that I consider it pretty much unusable / only usable for very limited basic tests. It would not suprise me if your issue is due to the license limitations within ESXi.
  • XOA suddenly "empty" during rolling update

    5
    3
    0 Votes
    5 Posts
    347 Views
    H
    @Andrew said in XOA suddenly "empty" during rolling update: @halvor Yes, kind of... The pool master must be updated and rebooted first. If you move the master to a different host then you are no longer rebooting the pool master first. XOA is just a very smart client and needs the pool master to provide all of the pool information. Secondary machines will just redirect to the master, so if you try to connect XOA to one as a backup it won't work. You just need to wait for the master to reboot and return to a functioning state and wait for XOA to automatically reconnect. The everything will start happening again. If your master host is destroyed (ie. software corruption, hardware failure) then an existing host can be forced to take over the pool as master, but this is not a good thing to do unless the actual pool master is unrecoverable. Ok, great, thank you for clearing this up!
  • XOA 5.110 Disconnecting From Hosts

    4
    0 Votes
    4 Posts
    341 Views
    DanpD
    @planedrop While you are connected to the XOA VM, be sure to verify that the required changes have been performed on /etc/systemd/system/xo-server.service when the VM memory was increased. Details can be found in this troubleshooting KB article -- https://help.vates.tech/kb/en-us/31/48
  • Custom Tags not showing

    6
    2
    1 Votes
    6 Posts
    502 Views
    olivierlambertO
    I have no idea what this flag is doing, so my gut feeling is: no, it's not on XO side but a "problem "on the reverse proxy itself.
  • vm grub recovery boots garbled display

    4
    0 Votes
    4 Posts
    600 Views
    S
    I just had this problem with a ubuntu VM. With recovery mode selected press e to edit. Remove nomodeset. Here is an example. From: linux /vmlinuz-5.4.0-65-generic root=/dev/mapper/ubuntu--vg-ubuntu--lv ro recovery nomodeset dis_ucode_ldr To: linux /vmlinuz-5.4.0-65-generic root=/dev/mapper/ubuntu--vg-ubuntu--lv ro recovery dis_ucode_ldr The link below helped me solve this issue. https://portal.nutanix.com/page/documents/kbs/details?targetId=kA07V000000LWLrSAO
  • XO Console switch Keyboard Layout on ALTGR

    12
    1
    0 Votes
    12 Posts
    2k Views
    E
    @olivierlambert Thanks a lot. Will definitely try once I get this customer properly licensed.
  • The emulator required to run this VM failed to start..?

    12
    0 Votes
    12 Posts
    10k Views
    D
    @Danp said in The emulator required to run this VM failed to start..?: Restart the toolstack on each server. This worked for me too.
  • cleanVm: incorrect backup size in metadata

    14
    1
    0 Votes
    14 Posts
    2k Views
    N
    @bufanda I'm sure all my backup since this bug was appear in my system is Full backup, I don't know if the two issues are related but they appeared at the same time.
  • Xen Orchestra from Sources unreachable after applying XCPng Patch updates

    24
    0 Votes
    24 Posts
    2k Views
    JamfoFLJ
    @CodeMercenary Glad it worked! I just noticed that in the couple weeks since this happened, a new set of Pool Patches was available, so I ran through the usual process to update those and had no issues at all. This time, everything went smoothly, just as it has for the entire time I've had this lab up and running. So, chalk this up to one of those weird glitches you're bound to see when you use any technology long enough. As far as I'm concerned, the issue has been resolved. Please feel free to close out the issue.
  • Xen Orchestra v6 - From Sources

    4
    2
    0 Votes
    4 Posts
    736 Views
    lsouai-vatesL
    @acebmxer good news! XO Team is totally aware of these "loading in progress" issues, and it will be fixed in the next release which will be released very soon. Don't hesitate to inform us if you see another UI issues. Have a good day!
  • Kubernetes Recipe VM failed to start - Raise Network Interfaces

    10
    1
    0 Votes
    10 Posts
    891 Views
    D
    @Cyrille It would be nice if (assuming integration with the ccm) there was a way to integrate the horizontal scaling tooling that exists to automatically scale up&down (setting minimum/maximum VM counts), but that is 100% out of scope for the CCM as is Im sure. If you are asking for a dream wishlist tho, Id love if I could See what recipes Ive deployed & their current settings & general sum-stats have ability to adjust variables such as the ssh key, the current worker count or upgrade to a HA cluster (that is, increase master count to 3. (I understand that some of those are harder than others) Be able to upgrade the recipes as necessary (IE from 1.33-> 1.34).
  • XOA v6 create (dynamic) groups to organize vms - Feature request

    4
    1
    0 Votes
    4 Posts
    518 Views
    Vincent GV
    @lsouai-vates
  • Expanded VM View Display Issue for Debian based VMs

    4
    1
    0 Votes
    4 Posts
    529 Views
    olivierlambertO
    It's not a branch question, you need to build XO 6: yarn run turbo run build --filter @xen-orchestra/web
  • 0 Votes
    18 Posts
    1k Views
    D
    @HH said in XO Commuity Edition Xen Orchestra, commit fee7b geht nicht auf Master, commit e5702: I didn't mean that I want to go to 6.0 now, but when 6.0 becomes "Stable LTS", get that automatically with your script ? Assuming there aren't any major changes to the upgrading processing using the existing script should work, but that has to be determined once a general release is created.
  • Trial period extension for on-going tests

    3
    0 Votes
    3 Posts
    507 Views
    Y
    @olivierlambert Thank you Olivier