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
  • Restore from backup "iterable is not iterable"

    4
    0 Votes
    4 Posts
    573 Views
    olivierlambertO
    What do you mean by running an update? Did you git pull and rebuild?
  • Migrate button enhancements

    Solved
    3
    0 Votes
    3 Posts
    343 Views
    ForzaF
    @olivierlambert said in Migrate button enhancements: Hi! I think we fixed the migration issue in XOA latest. What version are you using? I'm running XOA 5.56.0 / latest channel. You are right. It is indeed fixed when doing migration from the VM list view: [image: 1615357002887-54ba8d18-bfe1-401d-983a-88f852edabac-image.png] But not from within the VM view: [image: 1615357051953-895c414d-1709-4a43-be95-316b038b05cd-image.png]
  • Password less connection to Host

    4
    0 Votes
    4 Posts
    580 Views
    olivierlambertO
    Our documentation can be modified by anyone via a pull request (see the link on the bottom of each page). If you want to write a guide on that, we'd be happy to accept your input!
  • Cache problem

    1
    0 Votes
    1 Posts
    348 Views
    No one has replied
  • Cannot find module bluebird

    5
    0 Votes
    5 Posts
    1k Views
    J
    @olivierlambert No problem, to be honest I'd forgotten that the script I was using was not the official script...
  • Can't add NFS Remote

    Solved
    6
    1
    0 Votes
    6 Posts
    3k Views
    R
    @olivierlambert Thanks! I did that and now it is just works. Thanks for the help!
  • 0 Votes
    5 Posts
    2k Views
    A
    I am using a Thinclient for my XCP Servers. Real small and cheap (if it is used) HP T620 with a 64G M2 SSD and 4 GRam Quadcore AMD CPU. To backup some VM i use a external USB3 HDD. It is running very nice and smoth. Power is between 5Watt an 20Watt excluding the USB Harddrive. My coutumer had mostly two Servers and a Thin client. my own Thinclient is used as a server for FHEM Homeautmatisation
  • Metadata Backup to Backblaze S3 compatible will not work

    5
    0 Votes
    5 Posts
    1k Views
    I
    Having the same issue here with metadata backups, tried Backblaze bucket and Amazon. Also the vm backups to S3 are failing usually with VDI_IO_ERROR(Device I/O errors) or "Error calling AWS.S3.upload: socket hang up" (but working to NAS). Is there somebody who made backups to S3 to work somehow?
  • Location of Backups?

    3
    0 Votes
    3 Posts
    749 Views
    capeschoolsC
    @olivierlambert Thanks!
  • 0 Votes
    5 Posts
    841 Views
    capeschoolsC
    @olivierlambert Okay no problem!
  • Move VM to a host containing a CR vm

    6
    0 Votes
    6 Posts
    1k Views
    DanpD
    @shorian No worries. I just figured the full error log would be beneficial to @olivierlambert and team if they review this thread. Edit: This thread seems related
  • Kuberenets cluster recipe not happy

    49
    0 Votes
    49 Posts
    25k Views
    olivierlambertO
    Thanks for the feedback @mathiashedberg !
  • New install some people can't login

    1
    0 Votes
    1 Posts
    470 Views
    No one has replied
  • New install can't add remote NFS

    Solved
    3
    0 Votes
    3 Posts
    822 Views
    M
    That was it you're awesome. You can mark it as solved.
  • XOCE Yarn Start Error code 1

    Solved
    13
    0 Votes
    13 Posts
    2k Views
    M
    Again thanks everyone. you can mark this as solved. The step I was missing was the config step. $ cd packages/xo-server $ mkdir -p ~/.config/xo-server $ cp sample.config.toml ~/.config/xo-server/config.toml
  • XO Installation on an offline system

    17
    0 Votes
    17 Posts
    5k Views
    L
    @olivierlambert Thanks
  • 0 Votes
    5 Posts
    716 Views
    pdoniasP
    @duxepu Ok, this is weird, I'm not able to reproduce that and I don't see how it's possible. Could you check a few things? from an admin point of view, at the bottom of the VM's advanced tab, please check that the user has Admin ACLs on the VM from the user's point of view, when you're on the snapshots tab, open the browser console (press F12 > Console tab) and check if there are any errors do you have this issue with all the users of all your Self Service groups or is it more specific? Thanks!
  • Bizarre Error during backup process (from the sources, 20.04)

    12
    0 Votes
    12 Posts
    2k Views
    DanpD
    Yesterday I updated to the latest sources and my backup ran successfully, so it appears that this issue is resolved. @carlosfrederico You'll need to switch back to the master branch before your normal update routine will work.
  • Debian cloud template for XenServer Default Password

    6
    0 Votes
    6 Posts
    4k Views
    olivierlambertO
    There's no root password. Use sudo -s
  • Server can no longer connect after crash

    Solved pool server
    5
    0 Votes
    5 Posts
    1k Views
    grapesmcG
    @olivierlambert FYI turned out to be a networking issue that had nothing to do with the server itself. I'm still getting to the bottom of what exactly the cause was, and will update here once I do just in case someone else runs into this. Thanks again. And thanks for the awesome software. ! -Rob