Subcategories

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

    457 Topics
    3k Posts
    C
    Tested this and it worked; [09:33 xcp-ng-01 ~]# ls /dev/ipmi* /dev/ipmi0 [09:33 xcp-ng-01 ~]# ipmitool sensor CPU Temp | 49.000 | degrees C | ok | na | 5.000 | na | na | 100.000 | na Inlet Temp | 24.000 | degrees C | ok | na | 5.000 | na | na | 50.000 | na System Temp | 27.000 | degrees C | ok | na | 5.000 | na | na | 85.000 | na Peripheral Temp | 35.000 | degrees C | ok | na | 5.000 | na | na | 85.000 | na CPU_VRM0 Temp | 41.000 | degrees C | ok | na | 5.000 | na | na | 100.000 | na CPU_VRM1 Temp | 32.000 | degrees C | ok | na | 5.000 | na | na | 100.000 | na SOC_VRM Temp | 38.000 | degrees C | ok | na | 5.000 | na | na | 100.000 | na VDDIO_VRM Temp | 31.000 | degrees C | ok | na | 5.000 | na | na | 100.000 | na DIMMA~F Temp | 37.000 | degrees C | ok | na | 5.000 | na | na | 85.000 | na DIMMG~L Temp | 38.000 | degrees C | ok | na | 5.000 | na | na | 85.000 | na MB 12V | 11.999 | Volts | ok | 10.151 | 10.319 | na | na | 13.259 | 13.427 MB 5VCC | 5.112 | Volts | ok | 4.482 | 4.482 | na | na | 5.490 | 5.490 MB 3.3VCC | 3.229 | Volts | ok | 2.952 | 2.952 | na
  • ACLs, Self-service, Cloud-init, Load balancing...

    101 Topics
    840 Posts
    olivierlambertO
    That's a very good question, let me ask internally. Ping @pdonias he might know the answer
  • All XO backup features: full and incremental, replication, mirrors...

    479 Topics
    5k Posts
    K
    @florent Hello, So I am not sure what changed but it looks like the continuous replication should be working as intending now. I did reconfigure the schedule a last time before I posted last and let it run. I can see where it was still doing the full backups and where I stopped it by restarting the XOA. It seems then after the reboot and saving the schedule again it appears to working. [image: 1774440255575-4d6b6de0-2b36-40db-b281-5db6f309224f-image.jpeg] It is now showing delta backups and the transfers are much smaller. [image: 1774440322912-e3ccd9ec-9b64-43cc-b82d-c996e3cca264-image.jpeg] I wish I had a better idea what would have caused it to work but I will continue to monitor it. I would say for now my issue is resolved.
  • Everything related to Xen Orchestra's REST API

    83 Topics
    624 Posts
    K
    @gduperrey Worked swell, thanks
  • Terraform, Packer or any tool to do IaC

    49 Topics
    463 Posts
    dalemD
    Version 1.4.0 is released: https://codeberg.org/NiXOA/system/releases/tag/v1.4.0 It includes significant changes and improvements, including: dedicated getting started section, migration to valkey, only needing to clone system, and helper scripts. the xen-orchestra-ce nixpkg now references the libvhdi nixpkg, and the core flake now references and pulls from the xen-orchestra-ce repo as an overlay. System (the user input flake) now uses the Core repo as an overlay, reducing the need to clone both locally AND allowing system to pull new updates and releases from core. XO, and libvhdi as needed. The next goal is: Make an xsconsole-like TUI Automate package updates for libvhdi and xen-orchestra-ce using CI/CD pipelines Submit libvhdi and xen-orchestra-ce as official nixpkgs
  • Python3 support?

    12
    0 Votes
    12 Posts
    3k Views
    DanpD
    @julien-f
  • Min static memory fixed?

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    In theory, static min is bundled in the template and you shouldn't use less than that. If you still want to do it, consider it as "advanced", and do it with xe
  • Disable network_usage alarm

    3
    1
    0 Votes
    3 Posts
    716 Views
    olivierlambertO
    pinging @nhanlon
  • VM space used in local storage and base copies

    8
    6
    0 Votes
    8 Posts
    3k Views
    N
    @olivierlambert Dont know why the screenshots were not loading, posting that again With no snapshots and coalesce completed, very very little space used. [image: 1606962162989-captura-de-pantalla-233.png]
  • Feature Request: Allow changing proxy from WebUI in XOA

    6
    0 Votes
    6 Posts
    5k Views
    ForzaF
    @julien-f That explains it. Thanks!
  • XO HUB Templates and Recipes Free vs Premium

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    @maxcerny You shouldn't have any diff, no.
  • Terraform

    4
    0 Votes
    4 Posts
    1k Views
    D
    @ruskofd is right. You should be able to use the cloud_network_config attribute to achieve this. The following code is untested but should launch a vm with a static IP. Please see the xenorchestra_vm resource docs and the cloud-init networking v1 docs for more details. resource "xenorchestra_vm" "static_ip_vm" { .... cloud_network_config = <<EOF network: version: 1 config: - type: physical name: eth0 subnets: - type: static address: STATIC_IP/24 gateway: GATEWAY_IP dns_nameservers: - 8.8.8.8 EOF } Let me know if you have any questions or issues using cloud_network_config, As for the blog post, the VM would have been assigned an ip address via dhcp (assuming the guest OS had cloud-init installed which was true for the VM template in the blog post).
  • Feature request: Highlight full backups

    feature in backlog
    6
    1
    0 Votes
    6 Posts
    758 Views
    julien-fJ
    I agree it makes sense. Ping @pdonias
  • Clarification on an Advanced setting

    5
    0 Votes
    5 Posts
    2k Views
    stormiS
    @jedimarcus said in Clarification on an Advanced setting: @eangulus With MaxCPU you can do the increase WITHOUT shutting down... I'll complete this with an example: create a VM with 4 vCPUs and Max vCPU = 8. you can now change the number of vCPUs from anything between 1 and 8 without shutting the VM down
  • S3 / Wasabi Backup

    47
    0 Votes
    47 Posts
    23k Views
    olivierlambertO
    It's also explained very clearly here: https://xen-orchestra.com/docs/community.html (in the first point) Always update to latest code available before reporting a problem
  • Full Backup Problem

    6
    1
    0 Votes
    6 Posts
    935 Views
    N
    @danp i couldnt get the log from command line, sorry But i was able to complete the backup to another remote, so i think the main problem is the remote im using
  • XOA from Source Limitation

    11
    0 Votes
    11 Posts
    3k Views
    J
    @harajukakei I dont use it but it does work for me (XO build from Source), although not from my android phone (the hosts don't move across to the Available list), so could it be browser related?
  • Cannot add ip or edit to existing network

    Solved
    4
    1
    0 Votes
    4 Posts
    787 Views
    M
    @andy you're welcome!
  • XO tree view

    8
    1 Votes
    8 Posts
    2k Views
    ForzaF
    @julien-f Thank you for explaining your plans. I am very eager to see the new XO 6! Perhaps a Christmas present for all of us? I just realised I have one more "peeve" with XOA. That is the console view which does not work well with Swedish keyboard layout. For example pressing Alt-Gr+2 to get at-sign '@' doesn't work. It also crashes the keyboard input so it doesn't release the alt-key. This always works correctly in XCP-ng center. The problem is in both Linux and Windows guests.
  • Switch to XOA free

    5
    0 Votes
    5 Posts
    6k Views
    olivierlambertO
    Have you checked our guide to install Windows drivers? Check https://xcp-ng.org/docs/guests.html#windows If you still have issues, with your current XOA account in trial, you can open support tickets already so we can take a look remotely (https://support.vates.fr)
  • Xen Motion Network

    3
    3
    0 Votes
    3 Posts
    1k Views
    brezlordB
    Feature request oped https://github.com/vatesfr/xen-orchestra/issues/5391 brezlord created this issue in vatesfr/xen-orchestra closed Set pool wide Xen Motion Network #5391
  • 1 Votes
    2 Posts
    512 Views
    BenjiReisB
    @naeemarsalan Good catch, It will be added to the cloudinit script creating the master and the nodes. This will save one reboot to everyone.
  • How to set ip for storage on each server?

    2
    1
    0 Votes
    2 Posts
    2k Views
    jedimarcusJ
    It's a little different, but if in Xen Orchestra you go: Home => Hosts => <host> => Network there I can see my storage IP addresses comparable to that "IP Address Configuration" part. Except that here, all the networks are listed in the same list. Can you see if that's what you are looking for?
  • Import VM from VirtualBox to XO

    4
    0 Votes
    4 Posts
    1k Views
    olivierlambertO
    Is there a way to access your OVA so we can try to reproduce?
  • XCP-ng high availability & xoSAN basic quesstions

    2
    0 Votes
    2 Posts
    2k Views
    olivierlambertO
    Existing HA level is at VM level. It means, if the VM is down (or the host on the VM is running is down), it will be booted on a working host in that pool. For hyperconvergence, it's far from being a miracle solution. It costs a lot of thinking, planning and maintenance (and careful usage of it). Like HA in the end. So before asking for advanced features, it's good to think about what you really need.