Subcategories

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

    433 Topics
    3k Posts
    florentF
    @wmazren said in VDI not showing in XO 5 from Source.: is-a-snapshot ( RO): false snapshot-of ( RO): d31f2db0-be21-4794-b858-1bea357869c8 this disk is now recognized as a snapshot by xo is it a disk from a restored VM ?
  • ACLs, Self-service, Cloud-init, Load balancing...

    97 Topics
    818 Posts
    olivierlambertO
    October release fixed it
  • All XO backup features: full and incremental, replication, mirrors...

    445 Topics
    4k Posts
    anivardA
    Hello, After a crash server, only disk system. I reinstalled XCP-NG. To restore my VM, I have to install XO, done. But after that, I can't restore a VM through XO. I need to restore my Firewall to have the correct setting of my network but I have WRITE EPIPE. My server and my backup NAS are on the same subnet with the correct access right. I would like also restore my old XOA because of settings are on it but IMPORT_INCOMPATIBLE_VERSION() PS: I backup the XOA configuration via the backup process in XO. I attached the log because I don't understand why after a complete reinstall of an hypervisor, it's difficult to restart from backup. firewall.txt xoa.txt
  • Everything related to Xen Orchestra's REST API

    75 Topics
    571 Posts
    F
    @MathieuRA Thank you, perfect Br,
  • Terraform, Packer or any tool to do IaC

    46 Topics
    428 Posts
    dalemD
    I have created two Nix flakes for running Xen Orchestra inside a NixOS virtual machine on XCP-ng. I am a strong supporter of Nix and NixOS, and I was interested in the idea of building Xen Orchestra from source in a fully declarative way. Requirements Before you begin, you need: • A virtual machine running NixOS • Flakes enabled (either in your system configuration or in your current shell) • The git package installed Flake Overview There are two flakes: NiXOA-VM This is the main flake of the project. It includes: A Xen Orchestra package built from source A libvhdi Nix module Update and maintenance modules System and user configuration modules Xen guest tools (via xen-guest-agent) Support for a separate user-config flake This flake is where the Xen Orchestra service and core functions are defined. It is not intended to be user editable when using it. User-config This flake contains your machine-specific settings. Editing configuration.nix is used for basic system settings such as: Hostname Username Time zone SSH keys hardware-configuration.nix You must copy this file from /etc/nixos/hardware-configuration.nix into the root of the user-config directory. While you're at it, go ahead and update hardware-configuration.nix to have a swap file (you can ignore this if you set a swap file in the NixOS installer) by adding the following lines to the config: swapDevices = [ { device = "/swapfile"; size = 4096; # in MB (4GB) } ]; Making Customizations There are helper scripts to simplify setup. In the future, these may be replaced with a text-based user interface (TUI). In most cases, you will only need to edit: configuration.nix – system-level settings home.nix (optional) – if you want more control using Home Manager config.nixoa.toml – only if you have custom Xen Orchestra server settings You usually do not need to edit config.nixoa.toml. If you do, avoid changing the Redis, sudo, or HTTPS mount settings unless you know exactly what you are doing, as this can break the system. Building the System After you finish editing your configuration: Go to the user-config directory Update inputs from nixoa-vm: nix flake update Add all changed files (including hardware-configuration.nix): git add * Commit your changes: git commit -m "Initial configuration" Rebuild the system: sudo nixos-rebuild switch --flake .#nixoa (Replace nixoa if you changed the hostname.) Installer The documentation mentions an installer that automates most of these steps. It exists, but it still needs more testing and should be considered experimental. Optional Shell Enhancements If you change the shell for the xoa user from bash to zsh in configuration.nix, the system will automatically install several quality-of-life tools, including: oh-my-posh fzf zoxide eza bat and other terminal enhancements This is a personal passion project that I built on my own. If you are interested, please take a look and share any feedback or suggestions: https://codeberg.org/NiXOA
  • Error: SR_BACKEND_FAILURE_109(, The snapshot chain is too long, )

    6
    0 Votes
    6 Posts
    2k Views
    olivierlambertO
    In theory, Xen Orchestra got a protection against this issue (see https://xen-orchestra.com/docs/backup_troubleshooting.html#vdi-chain-protection ) So you have to find what's causing a long chain outside XO. You can check in XO, in the Advanced tab of the SR view, if there's VDI to coalesce. Or maybe very long chain for other reasons, there's a tool we made called xapi-explore-sr.
  • Backups/VM Migrations Slow

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Use CR instead of DR then, it will send only the diff to the other host, so it will be faster.
  • Cannot migrate VM from 7.5/7.6 to 8.2 INTERNAL_ERROR

    4
    0 Votes
    4 Posts
    562 Views
    M
    I can migrate this VM from another host (7.6) to the 8.2 host just fine: [image: 1612363337871-29412a19-7047-4feb-a82e-1b3d3ce61a94-image.png] Im not sure what the agent actually is, thats why im guessing this might be related [image: 1612363441628-eb67e1dd-0979-4b17-94a8-b3d4f72397a5-image.png] VM that fails: [image: 1612363482511-153e71d2-3779-4894-b990-3b4f6b02e032-image.png]
  • Crashed XOA. Can't boot a clean XOA and use RESTORE because of REGISTRATION

    10
    -1 Votes
    10 Posts
    1k Views
    olivierlambertO
    It's not that easy to block some screens. But that's an interesting suggestion, I'll pass that to @pdonias
  • Multiple VM exports fails with unknown error

    7
    0 Votes
    7 Posts
    2k Views
    DanpD
    @nodesocket Depends on your setup. For mine, I use sudo systemctl restart xo-server.service. You could also just restart the VM.
  • ova problems

    Solved community
    20
    0 Votes
    20 Posts
    4k Views
    olivierlambertO
    @s-pam said in ova problems: @crazytoo Best way to be sure it to boot the VM using a live-cd, for example systemrescue-cd or ubuntu live-dvd. Then you can use tools like gparted to inspect your disk image from inside the booted vm. That's exactly what I advised to do earlier, but it seems it was missed the first time I think that's the best approach to understand what's going on in the VM disk.
  • xoa update "your appliance is too old, please deploy a new one"

    2
    0 Votes
    2 Posts
    632 Views
    olivierlambertO
    Mainly a more recent version of Debian.
  • Duplicate entries in backup restore?

    3
    1
    0 Votes
    3 Posts
    276 Views
    ForzaF
    @jedimarcus No. But I think the problem could be an issue where I merged two remote backup trees.
  • Deleted Backup Jobs

    Solved
    7
    7
    0 Votes
    7 Posts
    1k Views
    A
    Complete solution is delete delete all jobs with type "call" then delete this job ids from job_ids table. After this delete all schedule's with this job ids. And then delete this schedule ids from schedule_ids table.
  • when i use the eve-ng it crashs

    2
    0 Votes
    2 Posts
    1k Views
    olivierlambertO
    Hi, I think the issue was already reported on EVE-ng forums. It's a problem with their image and Xen, if I remember correctly.
  • Roadmap vote

    2
    1
    0 Votes
    2 Posts
    424 Views
    olivierlambertO
    Hi, We never had the time to formalize that. But we do something "close": feature requests via paid support ticket are given a top priority. For the community feedback, it's pretty easy to see what's the most required via github repo or here.
  • Unable to start newly created VM

    Solved
    4
    0 Votes
    4 Posts
    696 Views
    olivierlambertO
    Thanks for the feedback. If you couldn't find this in our troubleshooting section of our doc, feel free to contribute, that will be helpful to others too
  • New install of XCP-ng, can't complete Quick Deploy

    Solved
    12
    0 Votes
    12 Posts
    7k Views
    DanpD
    @mstollenwerk Took care of that for you
  • Complete uninstall of XOSANv1?

    2
    0 Votes
    2 Posts
    318 Views
    olivierlambertO
    Hi, Please open a support ticket so we can take a look remotely. In theory, just removing the SR should be enough.
  • XOA backups missing after changing IP on the remote

    3
    0 Votes
    3 Posts
    365 Views
    ForzaF
    @danp said in XOA backups missing after changing IP on the remote: Hi @s-pam, I assume you tried disabling and then reenabling the remote, correct? Dan Yes indeed. Thanks for the suggestion. I did file a support ticket so hopefully I can get some support to solve this.
  • Fixed IP and domain name for XOA

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    ForzaF
    Thanks! I did look in the XOA docs at first, but didn't think that network configuration was under the "Support" headline.
  • Negative values for CPU usage (graph)

    9
    2
    0 Votes
    9 Posts
    2k Views
    T
    @badraz Thank you for your time, I think I finally fixed it. This is how: First time I've installed XO from this guide: https://github.com/ronivay/XenOrchestraInstallerUpdater I used Appliance version - prebuilt VM with XO installed. And there was a problem with negative values. Now I've tried this guide: https://github.com/Jarli01/xenorchestra_updater And instead of using prebuilt VM version, I ran Installation script on previously created Debian 10 VM. After script finish installing XO and all necessary libraries/dependencies, I've all telemetry working properly.
  • Task list enhancement

    4
    1 Votes
    4 Posts
    1k Views
    J
    @julien-f said in Task list enhancement: We don't to do special cases for some operations in XO 5, we'll revisit this in XO 6 which will bring the notion of XO tasks in addition to XAPI tasks. But we'll probably display the elapsed and estimated duration of the task though Regarding previous tasks, why do you need to hide some of them? How do you use these previous tasks? Hello Julien, Well, it's not really that I use them. It's just that being so filled with information not useful most of the times, it's quite unusable (with all due respect for your great job). Example of what for? To see how much it lasted an already finished VM moving/copy operation. Displaying elapsed (and estimated, and I know this won't be always 100% accurante, but will be under normal circumstandes tho) would be great. After all, knowing the size of the object that it's being copied/moved, you can always extrapolate how much is remaining knowing how much it's lasting at any given moment. Thanks!
  • 0 Votes
    3 Posts
    2k Views
    olivierlambertO
    Ah that makes sense now Thanks for the feedback, sorry for the lack of answer, I didn't spot the problem myself after a first read!
  • Create VM - Network names too large

    5
    1
    0 Votes
    5 Posts
    1k Views
    rajaa-bR
    @bashninja Hi, we won't add a tooltip but we will display it on two lines.