Subcategories

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

    405 Topics
    3k Posts
    E
    I'm trying to schedule a snapshot for 8:00 AM later this week. I've got the task created but when I go to the schedules I only get repeating cron results, I can't get it down to a single event. How can I make the equivalent of an at versus a cron. And another possibly dumb question, Cron syntax seems to use months 1 through 12 but the web GUI seems to generate 0-11
  • 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...

    412 Topics
    4k Posts
    olivierlambertO
    Question for @pierrebrunet I assume
  • Everything related to Xen Orchestra's REST API

    69 Topics
    545 Posts
    S
    I was curious if there had been any updates to mounting ISOs via the API? Thanks.
  • Terraform, Packer or any tool to do IaC

    39 Topics
    371 Posts
    C
    Update: I tried to create a vm using a basic terraform config and using another template. Still the same problem, vm created without a disk. tofu apply -var-file="carlo111.tfvars" OpenTofu used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create OpenTofu will perform the following actions: # module.vm.xenorchestra_vm.vm will be created + resource "xenorchestra_vm" "vm" { + auto_poweron = false + clone_type = "full" + core_os = false + cpu_cap = 0 + cpu_weight = 0 + cpus = 2 + destroy_cloud_config_vdi_after_boot = false + exp_nested_hvm = false + hvm_boot_firmware = "uefi" + id = (known after apply) + ipv4_addresses = (known after apply) + ipv6_addresses = (known after apply) + memory_max = 2126512128 + memory_min = (known after apply) + name_label = "carlo111" + power_state = "Running" + start_delay = 0 + template = "3dbf5448-0337-40e1-ebfc-f3f47e2cb0dd" + vga = "std" + videoram = 8 + disk { + name_label = "carlo111-osdisk" + position = (known after apply) + size = 32212254720 + sr_id = "589dad4d-2391-c2a9-589c-d34a9a7757ea" + vbd_id = (known after apply) + vdi_id = (known after apply) } + network { + device = (known after apply) + ipv4_addresses = (known after apply) + ipv6_addresses = (known after apply) + mac_address = (known after apply) + network_id = "d4ddcfb0-6d3e-d267-b200-d7d1fec1edc8" } } Plan: 1 to add, 0 to change, 0 to destroy. Do you want to perform these actions? OpenTofu will perform the actions described above. Only 'yes' will be accepted to approve. Enter a value: yes module.vm.xenorchestra_vm.vm: Creating... module.vm.xenorchestra_vm.vm: Still creating... [10s elapsed] module.vm.xenorchestra_vm.vm: Creation complete after 14s [id=95b3b0c6-ac8e-fe4b-2f55-ba0d8ff04005] [20:09 dacshyp002 ~]# xe vbd-list vm-uuid=95b3b0c6-ac8e-fe4b-2f55-ba0d8ff04005 [20:25 dacshyp002 ~]# main.tf resource "xenorchestra_vm" "vm" { name_label = var.vm_name template = var.template_uuid cpus = var.cpus memory_max = var.memory * 1024 * 1024 hvm_boot_firmware = "uefi" clone_type = "full" disk { sr_id = var.sr_uuid name_label = "${var.vm_name}-osdisk" size = var.disk_size * 1024 * 1024 * 1024 } network { network_id = var.network_id } } I don't know if it is related, I see the following errors during the creation of the vm: Oct 28 20:44:07 dacshyp002 xapi: [error||458 |xapi events D:20adbb444ff6|xenops] events_from_xapi: missing from the cache: [ 532cad38-f1ae-433b-b7ac-e0399613fe24 ] Oct 28 20:44:07 dacshyp002 xapi: [error||458 |xapi events D:20adbb444ff6|xenops] events_from_xapi: extra items in the cache: [ 1c210250-1f89-b0e3-c1e6-f7bee976e94c ] [20:44 dacshyp002 log]# xe vm-list uuid=532cad38-f1ae-433b-b7ac-e0399613fe24 uuid ( RO) : 532cad38-f1ae-433b-b7ac-e0399613fe24 name-label ( RW): Control domain on host: dacshyp002 power-state ( RO): running [20:45 dacshyp002 log]# xe vm-list uuid=1c210250-1f89-b0e3-c1e6-f7bee976e94c uuid ( RO) : 1c210250-1f89-b0e3-c1e6-f7bee976e94c name-label ( RW): carlo111 power-state ( RO): running Manually creating the vm using the same template is not a problem.
  • Proxy Backup speed

    7
    2
    0 Votes
    7 Posts
    940 Views
    julien-fJ
    @olivierlambert XO and XO Proxy are using the same code and the same backup workers to run backup jobs. If there are differences in perf, IMHO, they come from the appliances themselves and/or their networks. Keep in mind that data flows from the host, via XO or XO proxy, to the remote storage. Maybe the proxy is further from the host and/or the remote regarding the network?
  • XOSANv2 Trial in XOCE?

    5
    0 Votes
    5 Posts
    4k Views
    C
    Ok, I'll look into it some more. Right now, I'm just looking for XOCE to be hosted in the XOSTOR to avoid any issues with an NFS in my homelab going down. I have a spare M.2 NVME in each host that I can use, I'm pretty sure that my XOCE isn't very big.
  • Incremental backup - force full backup

    6
    3
    0 Votes
    6 Posts
    655 Views
    olivierlambertO
    That's correct. It's the new "reference" for the following delta, so we need to be able to read the full when we restore the backup (or a file) or when we coalesce (when reaching the retention). That's why compressing the full isn't trivial.
  • Backup report template

    6
    0 Votes
    6 Posts
    894 Views
    ronivayR
    Wouldn't that support something like doesn't match pattern? I got similar monitoring, although i have a custom script that does the check but essentially i just look for status being successand if not, then alert.
  • ENAMETOOLONG in orchestra.log during merge

    5
    0 Votes
    5 Posts
    811 Views
    julien-fJ
    @anonabhar You can safely delete these files
  • please add a paste option into the console in XOA

    2
    2 Votes
    2 Posts
    1k Views
    olivierlambertO
    It's probably broken in that version of noVNC sadly This will change in XO 6/XO Lite
  • "Alt Gr" key locked

    5
    0 Votes
    5 Posts
    5k Views
    A
    Same here with a German keyboard where backshlashes require using the AltGR key. With most other (especially when cascaded) remove viewers, hitting Ctr, Alt and AlgGr keys alone helps to get shift states back in order, but not here. BTW I also noted that hitting the RDP button, didn't lauch RDP, just lost the mouse but not they keyboard, which is also rather strange.
  • Alpine 3.14 not detected correctly

    4
    3
    0 Votes
    4 Posts
    800 Views
    ForzaF
    I created an issue on https://gitlab.alpinelinux.org/alpine/aports/-/issues/13506 to track this.
  • Restore backup to multiple target SR

    3
    0 Votes
    3 Posts
    516 Views
    marcungeschiktsM
    @olivierlambert and @lukas , indeed it is already in our backlog. We 'll do our best to deliver it in the first trimester. FYI: Github issues : #4016 #4605 and also in our private Wekan board #725 For each VDI, select target SR (or ignore) - Vates team use only
  • Functionality of the RDP button in XOA?

    2
    0 Votes
    2 Posts
    1k Views
    olivierlambertO
    It's an RDP URL available in your browser. You need to have configured your browser with a working app to link the rdp:// URL to your remote desktop application.
  • xoa node/npm version warning

    Solved
    3
    0 Votes
    3 Posts
    687 Views
    julien-fJ
    @olivierlambert Indeed, expect a patch release of this package very soon Done.
  • Unable to start newly created VM; cd drive not completely installed warning message

    Solved
    2
    1 Votes
    2 Posts
    1k Views
    M
    @wlp94114 I had the same error. My ISO repository is on an SMB share, but the files were not readable by the ID I had mounted the share with in Xen. I corrected the permission on the file, and could get the VM to start.
  • Health issue following backup failure

    5
    3
    0 Votes
    5 Posts
    644 Views
    F
    @danp Thank you for your help. All sorted now
  • File restores from Windows guest backups

    4
    1
    0 Votes
    4 Posts
    780 Views
    BrantleyHobbsB
    @thenorthernlight I doubt it's necessary. My XO is built entirely from source. It's probably just missing a dependency in the image I downloaded. (From here, in case anyone is curious: https://github.com/ronivay/XenOrchestraInstallerUpdater) Thanks!
  • Startup VM Order

    1
    8 Votes
    1 Posts
    731 Views
    No one has replied
  • list backup times in .... time format?

    3
    1
    1 Votes
    3 Posts
    471 Views
    TheNorthernLightT
    @ronivay You make a good Point. What I didn't know, that I do now, I wasn't "naming" my schedules. Once you do that, it replaces the Cron time. So I called my things like "Daily @ 4:30 - Diff" but obviously naming schemes are broad.
  • Initial Backup only creates Delta Restore

    6
    2
    0 Votes
    6 Posts
    798 Views
    olivierlambertO
    Very likely. With an UX designer, we'll be sure to avoid those problems
  • S3 Backup Restore File Issue

    Solved
    4
    1
    0 Votes
    4 Posts
    522 Views
    S
    Thank you greatly appreciate your assistance as always!
  • Try to shutdown host results in NO_HOSTS_AVAILABLE

    9
    0 Votes
    9 Posts
    2k Views
    olivierlambertO
    Plain shutdown should trigger the same consequence because there's a systemd unit that will do actions (like halting the VMs before the reboot)
  • Continuous Replication Delete First Problem

    2
    0 Votes
    2 Posts
    228 Views
    olivierlambertO
    That's a question for @julien-f