Subcategories

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

    413 Topics
    3k Posts
    A
    Think I figured it out. first i was using the wrong key. A lot of going back and forth trying new keys forgot to swap back to original... new config... #cloud-config hostname: {name} users: - name: newusername gecos: New User sudo: ALL=(ALL) NOPASSWD:ALL groups: users, admin shell: /bin/bash ssh_authorized_keys: - ssh-ed25519 AAAAC3....18ZbA Any suggestions should I not use something in the above config if the server was in production?
  • ACLs, Self-service, Cloud-init, Load balancing...

    96 Topics
    811 Posts
    olivierlambertO
    Indeed, and it's clearly stated at https://docs.xen-orchestra.com/community
  • All XO backup features: full and incremental, replication, mirrors...

    424 Topics
    4k Posts
    P
    @joeymorin try to check the merge backup synchronously to avoid other jobs messing with this one ?
  • Everything related to Xen Orchestra's REST API

    72 Topics
    556 Posts
    F
    @Pilow that probably would have been a good idea hey! [image: xoa_homeassistant-tile-example.png?raw=true] That's the example tile from dashboard-card-example.yaml. But it's Home Assistant. You make it look however you want right? Having the entities available to use is most of the challenge.
  • Terraform, Packer or any tool to do IaC

    44 Topics
    412 Posts
    S
    @bvitnik Thank you for the great response. I have had great success with Terraform - great work. I'm not touching ocaml myself. And yes, Citrix... they are still above VMware/Broadcom on my list. But SMH. I keep promoting XCP-ng hoping some large companies take advantage of it. It's much more valuable to me than nautobot, for example.
  • Complete uninstall of XOSANv1?

    2
    0 Votes
    2 Posts
    301 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
    345 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
    954 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
    933 Views
    rajaa-bR
    @bashninja Hi, we won't add a tooltip but we will display it on two lines.
  • How Backup Destinations Work

    2
    1
    0 Votes
    2 Posts
    395 Views
    olivierlambertO
    Hi, There's no known mount issue at the moment. You can use SMB or NFS. XAPI is not able to push files, when you backup, an HTTP handle is created in the dom0, so it has to be fetched by something (XO in this case, or a proxy).
  • Error when taking a snapshot in XO

    2
    0 Votes
    2 Posts
    220 Views
    DanpD
    @nicolai-comar said in Error when taking a snapshot in XO: xo-server 5.12.1 and xo-web 5.12.0 Those are really out-of-date. Please update to the latest available versions and try again.
  • Navigate Away from Import VM?

    3
    0 Votes
    3 Posts
    625 Views
    julien-fJ
    @busthead If you are importing a VM from your browser, you should not navigate away from XO as it will interrupt the upload. You can navigate to another page of XO though.
  • Device Position in VM

    2
    1
    0 Votes
    2 Posts
    361 Views
    olivierlambertO
    Just forget the device, readd in the order you like (first comes at 0 and so on)
  • XO from source and CentOS 7

    9
    0 Votes
    9 Posts
    2k Views
    B
    I concentrated here, after upgrading my second server: Error: /lib64/libstdc++.so.6: version `CXXABI_1.3.8' not found (required by /root/xen-orchestra/node_modules/argon2/lib/binding/napi-v3/argon2.node) I've found circumstantial evidence that this depends on libraries found in newer gcc than is in the Cent OS 7 repo at this time. strings /usr/lib64/libstdc++.so.6 | grep CXXABI CXXABI_1.3 CXXABI_1.3.1 CXXABI_1.3.2 CXXABI_1.3.3 CXXABI_1.3.4 CXXABI_1.3.5 CXXABI_1.3.6 CXXABI_1.3.7 CXXABI_TM_1 so argon2.node requires something newer than centos7 can provide?! and upgrading gcc does the trick? I may have to try when I have more time. https://stackoverflow.com/questions/63374392/node-module-argon2-usr-lib-x86-64-linux-gnu-libstdc-so-6-version-cxxabi-1 Indeed here is Centos 8. $ strings /usr/lib64/libstdc++.so.6 | grep CXXABI CXXABI_1.3 CXXABI_1.3.1 CXXABI_1.3.2 CXXABI_1.3.3 CXXABI_1.3.4 CXXABI_1.3.5 CXXABI_1.3.6 CXXABI_1.3.7 CXXABI_1.3.8 CXXABI_1.3.9 CXXABI_1.3.10 CXXABI_1.3.11 CXXABI_TM_1 CXXABI_FLOAT128 and yes, I understand that XO doesn't target CentOS, but its our 'standard' right now.
  • DR backup - Error: IMPORT_ERROR_PREMATURE_EOF()

    11
    2
    0 Votes
    11 Posts
    2k Views
    S
    @bsodmike Increase memory to node.js as described in the docs under memory management. Adding mem to VM is insufficient in isolation, so my post above may have been misleading (sorry!).
  • Cant access xoa on mobile or ipad

    9
    1
    0 Votes
    9 Posts
    2k Views
    olivierlambertO
    Then change the bundled self signed cert with something else
  • XO Backup Quiesce, VSS - confused

    Solved
    4
    0 Votes
    4 Posts
    860 Views
    olivierlambertO
    You are welcome!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    4 Views
    No one has replied
  • Bulk VM migration

    3
    0 Votes
    3 Posts
    665 Views
    brezlordB
    @olivierlambert I think that the default behavior should be VMs stay on the SR that they are on. If you are taking a host down and moving the VMs to another host why would you move the VM storage location, that defeats one of the reasons you use shared storage.
  • Virtual keybord doesn't show

    2
    0 Votes
    2 Posts
    579 Views
    olivierlambertO
    Hi, See https://github.com/vatesfr/xen-orchestra/issues/1426 fufroma created this issue in vatesfr/xen-orchestra open Virtual keyboard for console #1426
  • OVA import does not import VHD

    15
    0 Votes
    15 Posts
    3k Views
    capeschoolsC
    @capeschools Just as an FYI to complete the thread - VT is enabled by default on the HPE server.
  • XO won't reconnect to rebooted hosts?

    7
    0 Votes
    7 Posts
    1k Views
    olivierlambertO
    Yes, that's the plan: involving community for feedback. But keep in mind we don't want to make a clone of XenCenter It's a web application, so it comes with some perks but also drawbacks from a heavy client (you are running in a browser with XO, and we don't want to change all web behavior without necessity to do it). Thanks for the feedback (so feature wise I think we are at parity level, UI it's another story I agree)