Subcategories

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

    380 Topics
    3k Posts
    florentF
    do you have a default backup network set on the advanced tab of the pool view ? the rrd go through this
  • ACLs, Self-service, Cloud-init, Load balancing...

    93 Topics
    784 Posts
    P
    @tmk hi ! Many thanks, your modified python file did the trick, my static IP address is now working as intented. I can confirm this is working on Windows 2025 Server as well.
  • All XO backup features: full and incremental, replication, mirrors...

    389 Topics
    4k Posts
    olivierlambertO
    If you want to test, you can switch to the relevant branch, which is fix_replication https://github.com/vatesfr/xen-orchestra/pull/8971 fbeauchamp opened this pull request in vatesfr/xen-orchestra open fix(backups): replication doiing always a full #8971
  • Everything related to Xen Orchestra's REST API

    68 Topics
    529 Posts
    olivierlambertO
    @lsouai-vates we should try to reproduce and if we can, to fix it ASAP. Thanks!
  • Terraform, Packer or any tool to do IaC

    35 Topics
    350 Posts
    J
    @manilx I have proposed to the IaC team of Vates, a MCP Server for Vates VMS. Which can be used by GitHub Copilot or similar, if used when doing IaC etc.
  • Deleting 25 vms - stuck, nothing happening

    4
    1
    0 Votes
    4 Posts
    539 Views
    akurzawaA
    OK the tasks (it been 8 hours since I've checked) are gone, but the VHDs localted on backup server's localstorage remains. QUESTION: How to delete VHDs that are not realted to any vm? I think it will not be deleted automatically. EG. For example - I've deleted "Atlas" VM, but big atlas VHD remains on BackupHost's local storage: [image: 1581667660068-666ed028-c8e0-4ae7-86f3-1a307f7eee76-image.png]
  • XO Backup Retention and Replication Retention

    4
    0 Votes
    4 Posts
    1k Views
    badrAZB
    Hi, It's possible to do it using the UI, simply create a schedule with 7 as Backup retention and 2 as Replication retention. [image: 1581581696403-fd938a54-8730-4bcf-85c3-7caf2018ac52-image.png]
  • Xen Orchestra Backup Stuck

    Solved
    13
    2
    0 Votes
    13 Posts
    2k Views
    olivierlambertO
    Because there's a ton of dependencies, and we try to decouple things, this work takes time. We should be able to run on a more recent version of Node soon, and when it will be the case, our doc will be updated accordingly. That's exactly why we can't support 3rd party installers. Our doc might change and during the interval, if the 3rd party installer isn't following, then it will break.
  • This topic is deleted!

    95
    0 Votes
    95 Posts
    11k Views
  • How do you create a new vm from an imported disk

    Solved
    15
    0 Votes
    15 Posts
    10k Views
    P
    OK, seems I wasn't trying hard enough. I was trying to mount the tools under the iso list, but when I look further down the list to xc-ng Tools it turns out I can mount the tools from there as long as I do it manually (mount /dev/sr0 /media/blahblah). Installed now, all good.
  • Merging XO forum here

    5
    7 Votes
    5 Posts
    2k Views
    olivierlambertO
    There's no tool to "merge" old forum or fetch old message. So for few months we'll still have old XO forum then it will be automatically redirected to the XO category here.
  • XOA build number

    13
    1 Votes
    13 Posts
    2k Views
    olivierlambertO
    It's just a missing info in a config file of the appliance. Not a big deal, just surprising to see that now, despite the fact it was there before.
  • 0 Votes
    1 Posts
    262 Views
    No one has replied
  • XO Delta Backup Fails to Local Storage Mounted via NFS

    4
    2
    0 Votes
    4 Posts
    430 Views
    S
    Hi, So I tried using the NFS target remotes but the speed of transfer was very poor even though the connection from XO to the NFS server is over 10Gbe. XO is on the same XCP-ng host as the VMs being backed up. This XCP-ng server is connected to the NFS mount over 10Gbe network: [image: 1581002643082-56cc5a0a-e633-443b-9a50-6575ef5cddaf-image.png] Here is the NFS Remotes setting in XO to the backup server (FreeNAS) at IP 10.10.2.3:[image: 1581002745614-046fcdaa-8788-4d69-aa00-c1620a0afb46-image.png] The backup logs show extremely low transfer speed: [image: 1581001993532-b51d304d-2fb6-472f-8eb9-0dbec967d49c-image.png]
  • How to select network for migration in XOA

    3
    0 Votes
    3 Posts
    1k Views
    G
    Okay perfect I'll have a look Thanks!
  • VSS Backup/Application Consistent

    5
    0 Votes
    5 Posts
    502 Views
    stormiS
    Also note that Citrix guest tools version 9 removed VSS support already.
  • VM backup to local storage

    6
    0 Votes
    6 Posts
    1k Views
    D
    @olivierlambert Thanks again for the reply. I’m looking into it more. I think I need to add the storage directly to the VM running XO. I was trying to use a drive connected to a drive on my local network. Though it says it can talk to the drive, it does not reach it. I’m trying now to add an NFS to the XO server.
  • Back up only the OS disk

    2
    1 Votes
    2 Posts
    1k Views
    olivierlambertO
    You can avoid transferring some disk data with the [NOBAK] title in the VM disk. However, a VM snapshot isn't capable of ignoring a disk. This would require a change either in the way we do backup in XO (not using VM.snapshot, but VDI.snapshot instead) or modify XCP-ng API to support VM.snapshot with excluded disk. The first option will make quiesce snapshots impossible. The other one is a bit more complicated to realize, but not impossible. The issue already exists in our bug tracker: https://github.com/vatesfr/xen-orchestra/issues/2560 julien-f created this issue in vatesfr/xen-orchestra closed [Full backups] Supports `[NOBAK]` #2560
  • XOA guest tools error

    18
    0 Votes
    18 Posts
    4k Views
    stormiS
    This may be related to https://github.com/xcp-ng/xcp/issues/282 My guess is that the tools ISO was mounted into the XO VM, then updates were applied to the host that contained an update of the tools ISO, which led to the XO VM having an non-existing tools ISO still mounted. I have made a change in 8.1 to avoid that (eject all tools ISOs after updating the ISO, not just from shutdown VMs), and testing will tell us whether that's a good solution. To solve the situation, you usually just need to eject the ISO with xe vm-cd-eject, not xe vm-cd-remove, as @tuxen said. If you had a snapshot of the VM before removing the CD drive, I think restoring it should bring the CD drive back and then you can eject the CD with xe vm-cd-eject... Unless restoring the snapshot also fails. Else as tuxen said you need to recreate a CD/DVD device and attach it to the VM. iw0der created this issue in xcp-ng/xcp closed This operation cannot be performed because the specified virtual disk could not be found #282
  • Backup and Replication from HP 3Par (iSCSI) to HP MSA (iSCSI)?

    8
    0 Votes
    8 Posts
    881 Views
    olivierlambertO
    It's pretty simple: just replace "xva" in the image by VHD and that's it. Otherwise it's explained https://xen-orchestra.com/docs/delta_backups.html If you still have questions, let me know
  • How to improve backup performance, where's my bottleneck

    19
    1 Votes
    19 Posts
    5k Views
    S
    server has 10G DAC to dedicated 10G SW, Disk its writing to is a NAS iSCSI Target with a single 10GBe NIC. Network Traffic is low under 30Mb/s ![alt text]([image: 1580537059039-screenshot-from-2020-02-01-16-26-10.png] image url) png) [image: 1580537959635-pdd.png] first peek is memory read.
  • SSH keys in XO

    4
    0 Votes
    4 Posts
    2k Views
    A
    @olivierlambert Re: SSH keys in XO Great, thanks for your explanation!
  • Template list refresh

    3
    0 Votes
    3 Posts
    1k Views
    stormiS
    There's a bug report about it: https://github.com/vatesfr/xen-orchestra/issues/4610 pdonias created this issue in vatesfr/xen-orchestra open Duplicate VM templates #4610
  • 0 Votes
    4 Posts
    2k Views
    H
    ok, could remove the vm by using the command xe vm-reset-powerstate uuid=******* --force, then I could remove the host
  • Re: [Ubuntu 18.04 desktop graphics console not working.]

    5
    0 Votes
    5 Posts
    896 Views
    stormiS
    See also: https://xcp-ng.org/forum/post/21792