• 0 Votes
    5 Posts
    741 Views
    D
    Since you're changing all of the underlying hardware that the guest has, Microsoft is going to force you to reactive. You could look at setting up a licensing server to manage these systems and then feed them that information so they can validate and then license. This isn't an issue presented by XCP-ng (or literally any other hypervisor), its a Microsoft restriction to ensure you aren't stealing their software.
  • Slow Random R/W From VMWare Import

    12
    1
    0 Votes
    12 Posts
    517 Views
    olivierlambertO
    Thanks for the feedback, I'll discuss the improvement with @florent
  • 0 Votes
    7 Posts
    376 Views
    C
    @florent It is a very old host. In addition to moving to XCP to get away from VMware, we're upgrading to get off the oldest hosts onto a couple new hosts I just added. It's quite possible that the activity was overwhelming that rather weak old host.
  • How to install xo-upload-ova

    4
    0 Votes
    4 Posts
    293 Views
    olivierlambertO
    Pinging @florent since I do not remember the best approach in that case.
  • Synology Active Backup for business

    2
    0 Votes
    2 Posts
    1k Views
    D
    @Chr57 said in Synology Active Backup for business: Can the backed-up machines in Synology Active Backup for business be imported into XCP-ng and spined up as VMs? They can be started as VMs in Synology Virtual Machine Manager. https://www.synology.com/en-global/dsm/7.2/software_spec/abb "Synology active backup for business" doesn't have any integration with XCP-ng or Xen Orchestra. You could potentially use this to perform backups within a given VM to the Synology, but that isn't your question. You could use Xen Orchestra to backup to an NFS/SMB share on said Synology and then restore from that, but not the inverse.
  • Windows 2008 Guest tools

    16
    0 Votes
    16 Posts
    1k Views
    M
    @manilx Created a VM using this template on our business xcpng 8.2 and exported it. Attached disk from the last VM but doesn't work. Lots of drivers missing, scsi, vga etc. VM created with Other Install media works fine.
  • VM performance VMWare 8 vs XCP-NG 8.2.1

    8
    2
    0 Votes
    8 Posts
    2k Views
    olivierlambertO
    You can redo the bench with 4 virtual disks in RAID0 and try again, that will represent the more "real" value in the real world (when you have many VMs and disks)
  • OVA Import Hangs at 0%

    13
    0 Votes
    13 Posts
    1k Views
    S
    @austinw It stayed at zero forever. I'll see if I can find that post.
  • XCP-NG VMWare import starts but stays a 0%

    11
    0 Votes
    11 Posts
    543 Views
    DanpD
    @kopeck Sometimes it takes a few reboots for everything to settle down.
  • Warm migration not work

    4
    0 Votes
    4 Posts
    533 Views
    J
    @OskarNTT Here's another case of the same issue, from just one day ago. https://xcp-ng.org/forum/topic/8596/issues-with-warm-migration-from-esxi-8-0-2
  • Issues with warm migration from ESXi 8.0.2

    10
    0 Votes
    10 Posts
    1k Views
    olivierlambertO
    Adding @florent in the loop
  • From VMware to XCP-ng

    20
    0 Votes
    20 Posts
    4k Views
    D
    Sure @jasonnix
  • Import from VMware, thin provisioning

    vmware migration
    6
    1
    0 Votes
    6 Posts
    500 Views
    MathieuM
    Thanks for the info and the faster than light answer ️
  • Uninstall VMware Tools

    Solved
    2
    0 Votes
    2 Posts
    4k Views
    johandrJ
    Created a simple bash script to remove VMware Tools; sudo apt remove open-vm-tools sudo rm -r /etc/vmware-tools sudo rm /etc/systemd/system/open-vm-tools.service sudo rm /etc/systemd/system/vmtoolsd.service sudo rm -r /etc/systemd/system/open-vm-tools.service.requires sudo rm -r /etc/vmware-tools sudo apt autoremove
  • windows physical to virtual

    12
    0 Votes
    12 Posts
    2k Views
    D
    @elentescaro13 all set?
  • Importing from Redhat Virtualization

    Solved
    9
    0 Votes
    9 Posts
    611 Views
    florentF
    @stormi said in Importing from Redhat Virtualization: Is there material in this thread for improving the migration documentation? https://docs.xcp-ng.org/installation/migrate-to-xcp-ng/ the qemu-img convert should be the fallback : it needs a lot of space, around twice the disk size (it varies depending on base format efficiency) and a lot of manual action. On the other hand it works as long as qemu know the format : https://docs.openstack.org/image-guide/convert-images.html (for vmdk there is a like a dozen of completely different subformat)
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • Import VM from Xen with multiple files

    8
    0 Votes
    8 Posts
    274 Views
    olivierlambertO
    I'm not sure the XVA.py will work with raw files. But Xen Orchestra accepts to import raw drives. So you can create the VM and then import the drives later on (if it doesn't work with the Python script)
  • Migrate from XenServer 6.5 to XCP-ng 8.2

    9
    0 Votes
    9 Posts
    910 Views
    olivierlambertO
    haha yes, it feels like a hidden plug for those product (I'm not saying it's the case, but just feeling that way). Also, you can obviously backup your VMs with XO to restore them on a freshly installed (from scratch) XCP-ng 8.2
  • Migration of Ubunut Server 22 from VMware to XCP-NG - Issues with Network adapter

    Solved
    4
    0 Votes
    4 Posts
    642 Views
    N
    Can confirm successful Migration from VSphere 6.7 Had to remove all snapshots on VMWare before migrating. Then change the network adapter name in /etc/netplan/... and install recent drivers with mount /dev/cdrom /media cd /media ./install.sh