• Trying to enable v2v and difficulty adding nbdinfo on xo 6

    15
    0 Votes
    15 Posts
    443 Views
    C
    Hi, everyone Thank you for your help. I had a flux that was blocked by our firewall. The button worked after that. But it doesn't explain why I lost this configuration and had to reinstall it. Thanks again.
  • "Guest tools status"

    6
    0 Votes
    6 Posts
    349 Views
    kruessK
    Maybe, the view from hypervisor level would be interesting, too: xenstore-ls -f | grep -i driver Will list the drivers for each domain. list_domains Gives the VM UUID for each domain id.
  • VMWARE to XCP-ng migration of 2TB disk

    4
    0 Votes
    4 Posts
    389 Views
    poddingueP
    Following up since the situation changed: QCOW2 went GA in XO 6.5 (released 2026-05-28), so the old ~2TB VHD ceiling is gone. A disk at exactly 2TB, and well beyond it, is fine now without shrinking to 1.99TB first. When acebmxer and john.c replied, it was still a release candidate; it's the stable story now. I haven't migrated a disk quite that size myself, so I won't promise it's totally painless, but the format limit that was blocking you isn't there anymore. The release blog has the details if you want to read up before the migration: https://xen-orchestra.com/blog/xen-orchestra-6-5/
  • Questions About ESXi to XCP-ng Migration Methods (VDDK vs Non-VDDK)

    Solved
    4
    0 Votes
    4 Posts
    212 Views
    M
    @julienXOvates Thanks for the quick reply, that’s very helpful!
  • V2V Migration | Mixed Volumes VHD and QCOW

    5
    1
    0 Votes
    5 Posts
    206 Views
    florentF
    @tsukraw I am taking the ticket and will keep you informed as soon as possible
  • XenServer 7.1.2 to XCP-ng 8.3: INTERNAL_ERROR(Not_found)

    6
    0 Votes
    6 Posts
    451 Views
    kruessK
    Good moaning... The solution was pretty simple: a toolstack restart on the master (xcp83) did get all back on track and it now allows me to move the systems with a simple shutdown/start.
  • VMware to XCP-ng Migrate Only Specific Disks

    6
    0 Votes
    6 Posts
    409 Views
    planedropP
    @MajorP93 This was also my thought, the disconnection method you mentioned, I was just wanting some feedback about that. I do have to be a bit careful because the migration must happen and then the VM on VMware must go back online while I work with the vendor to migrate all the rest of the data. As for the bigger than 2TB issue, that won't be an issue for me. This VM is HUGE but it's because it's thick provisioned and no longer needs to be, the new VM will have like 8 disks but none of them will be over 2TB (most will be less than 100GB). So I am thinking using V2V and just powering off the VM on VMware, disconnect the unneeded VDIs, then migrate, then reconnect those VDIs and power the VM back on.
  • ESXi 8.0.3 → XCP-ng 8.3 imports boot time slow

    7
    0 Votes
    7 Posts
    385 Views
    F
    This was related to a very large number of snapshots attached to the VMs. This was cause by a bug with backup not cleaning up snapshots if an iso was attached. I was told this was fixed with the latest update.
  • 0 Votes
    2 Posts
    246 Views
    florentF
    @ItzJay in your journalctl -i xo-server log you should have something like nbdkit logs of ${diskPath} are in ${tmpDir} where tmpDir is something like /tmp/xo-serverXXXX/stderr can you post the file ? alternatively, you can open a support ticket
  • Problems import vm Vmware to Xcp-ng from import Vmware and OVA

    15
    0 Votes
    15 Posts
    3k Views
    olivlucaO
    @florent root@xo-server:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 12 (bookworm) Release: 12 Codename: bookworm root@xo-server:~# dpkg -l | grep gnutls ii libcurl3-gnutls:amd64 7.88.1-10+deb12u12 amd64 easy-to-use client-side URL transfer library (GnuTLS flavour) ii libgnutls30:amd64 3.7.9-2 amd64 GNU TLS library - main runtime library ii libsrt1.5-gnutls:amd64 1.5.1-1 amd64 Secure Reliable Transport UDP streaming library (GnuTLS flavour)
  • 0 Votes
    6 Posts
    510 Views
    D
    @rniesen Do you mean occasional hangs? Yes, Server 2025 is known to hang if these options are not present.
  • 0 Votes
    13 Posts
    2k Views
    florentF
    @benapetr said in Import from VMware err: name: AssertionError: Expected "actual" to be strictly unequal to: undefined: Hello, since this never had a clear resolution, here is explanation of the bug and why it happens: There is a bug in disk iteration in that XO vmware plugin (somewhere in that esxi.mjs I don't remember exact location) - it basically expects that all disks of VM exist in same datastore and if they don't it crashes as the next disk in unexpectedly missing (undefined) Workaround is rather simple - select the VM in vmware, migrate -> storage, disable DRS (important) and then select any DS that no disks current exist on. If you select and DS that is already used by same VM it will sometimes not get fixed! It also may happen even if VM is "apparently" looking like it's on single DS, even if it reports as such, still try to migrate it to another DS, and disable DRS so that really all files, even meta files are in same directory. Then run XO import again, it will magically work. thanks you for the input we were under the assumption that all the disk of a VM are in the same datastore the fix should be too hard now that you did the hard work edit: card created in our backlog, I will take a look after the release to see how hard it is to implement
  • vmware vm migration error cause ?

    4
    0 Votes
    4 Posts
    323 Views
    florentF
    @yeopil21 you can target vsphere it should work The issue here is that XO fail to link one of your datastore to the datacenter is it XO from source or a XOA ? you should have in your server logs something like can't find datacenter for datastore with the datacenters and the datastore name as detected by XO are you using an admin account on vsphere or is it a limited one ?
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    3 Views
    No one has replied
  • vmware vm migration

    5
    1
    0 Votes
    5 Posts
    788 Views
    acebmxerA
    @florent said in vmware vm migration: @acebmxer yes after the first migration, XO knwo that the migration is incomplete and that you may want to finish it later. But if you start this VM direvtly , it will write some data, thus it won't be in sync anymore with the Vmware snapshot. Then XO won't be able to resume You can start a copy of the VM ( XO will handle it for you ) and delete the copy when you're done My advice is to migrate this VM to the right SR and then do the resume. But keep in mind that the V2V tool is intended to target only one SR, so migrate all they disk to the same SR, and select the right one when resuming the V2V. You can change the network after My previous migration was successful with no issues. Previously test vm was fresh install so no vmtools installed. But I did shut the vm down myself prior to starting the migration. VM boots no issues no prompts. This time I decided to follow the steps listed in the documentation as i have been following the changes and updates for the v2v migration. Following the steps as mention XO presented me with that prompt which was not mention in the documentation. As i was typing the post to gather my information it was then i noticed i did not select the proper destination SR and the appropriate nic/vlan for networking. So I noted that in the post. With the assumption i could correct that on the final migration. With that said the I guess the documentation should state - Start vm to test if boots, etc.. When prompted choose "Start a copy". When done shutdown vm and remove.
  • Migrate from XenServer GuestTools to XCP-ng GuestTools

    8
    0 Votes
    8 Posts
    669 Views
    C
    @dinhngtu That's great, thank you. I think I'll wait a bit before switching tools. Everything's working perfectly at the moment. If you need me to test anything, just let me know. I'd be happy to test it when I have time.
  • V2V - Stops at 99%

    34
    0 Votes
    34 Posts
    4k Views
    nikadeN
    @florent I'll send you a link in DM, hope it helps with something. If not, it wasn't too much of an effort, thanks for your time so far
  • What is the status/roadmap of V2V (Migrating from VMware to XCPng/XO) ?

    29
    0 Votes
    29 Posts
    5k Views
    olivierlambertO
    @snk33 Excellent news!
  • Migrate windows VM from Xenserver 8.4 to XCP-ng 8.3.0 (GPLv2)

    Solved
    5
    1
    0 Votes
    5 Posts
    508 Views
    A
    Thanks @olivierlambert , really appreciate quick help. VM migrated successfully.
  • XCP-ng 7.5 -> 8.3: Best VM Migration Path?

    Solved
    5
    0 Votes
    5 Posts
    760 Views
    olivierlambertO
    Ah indeed, labels are honored even in the case of a warm migration. We used it ourselves when we migrated from Intel to AMD CPUs, it was really the best compromise betweeen live and cold (especially when you change the CPU vendor). Glad to see it's helping many people and companies now