• Uninstall VMware Tools

    Solved
    2
    0 Votes
    2 Posts
    6k 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
    759 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
    447 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
    1k 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
    715 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
  • Questions about stretch cluster vsan and failover

    7
    0 Votes
    7 Posts
    2k Views
    J
    @giejo In addition Vates is willing to make fixes and/or additions to their virtualisation stack. Though for LTS releases its dedicated to stability and security after release, so major new features will only be added in LTS before a certain stage in its development. Though are regularly making fixes and additions to Xen Orchestra. That maintenance mode for SR in Xen Orchestra was result of my idea, from brainstorming what large deployments might require. Also didn't mention but Xen Orchestra also supports the use of Web hooks and Vates has a public API actively in development. If you find that the public API is missing feature(s) which would be of help to you and/or other users just let them know so it can be worked on for the next update.
  • Migrate xen to xcp-ng & new server

    Moved
    3
    0 Votes
    3 Posts
    236 Views
    R
    HI @olivierlambert Yes its production, but we will have timewindow when all vms can be offline. We dont have a subscription, but I'll discuss with colleagues. The SR metadata backup is important I also consider its important.
  • Migration to new host

    Moved
    3
    0 Votes
    3 Posts
    549 Views
    T
    @oivierlambert Perfect. Thanks.
  • XenServer to XCP-ng

    Solved
    8
    1 Votes
    8 Posts
    1k Views
    richiebyteR
    @jcampos Good morning! It's actually really easy, all I did was put the xcp-ng ISO onto a USB, rebooted the server and booted from the USB. From there, it's just a case of selecting the option to upgrade XenServer 7.2 to XCP-ng 8.2. It really is that simple, probably more simple than anybody would imagine. There is XCP-ng documentation on the process as well - https://xcp-ng.org/docs/upgrade.html#upgrade-from-xenserver. I would always recommend doing backups though before doing any upgrades etc. but in all honesty, from my experience, it was a very simple, quick and hassle free process. Cheers, Richie
  • linux physical to virtual

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    olivierlambertO
    Ahhh great news! Enjoy then
  • Hyper-V to XCP-ng

    Moved
    3
    0 Votes
    3 Posts
    4k Views
    planedropP
    Like @olivierlambert mentioned it would be best to go with ext instead of LVM, makes the migration process a lot easier. I've gone through a similar migration and it was super smooth using ext.