XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. katapaltes
    K
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Groups 0

    katapaltes

    @katapaltes

    1
    Reputation
    1
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    katapaltes Unfollow Follow

    Best posts made by katapaltes

    • RE: VMware migration tool: we need your feedback!

      @florent Hi there, and thank you for your reply. I did a file compare of the .VMX and .VMSD files and found only one difference between when the VM was configured for Native Snapshots and not configured for Native Snapshots. Note that snapshot.alwaysAllowNative = "FALSE" is the default afaik, so a .VMX file without this line in it has Native Snapshots disabled.

      C:\Downloads>fc stem2p19_files-snap-false\stem2p19.vmx stem2p19_files-snap-true\stem2p19.vmx
      Comparing files STEM2P19_FILES-SNAP-FALSE\stem2p19.vmx and STEM2P19_FILES-SNAP-TRUE\STEM2P19.VMX
      ***** STEM2P19_FILES-SNAP-FALSE\stem2p19.vmx
      usb_xhci:4.parent = "-1"
      snapshot.alwaysAllowNative = "FALSE"
      ***** STEM2P19_FILES-SNAP-TRUE\STEM2P19.VMX
      usb_xhci:4.parent = "-1"
      snapshot.alwaysAllowNative = "TRUE"


      C:\Downloads>fc stem2p19_files-snap-false\stem2p19.vmsd stem2p19_files-snap-true\stem2p19.vmsd
      Comparing files STEM2P19_FILES-SNAP-FALSE\stem2p19.vmsd and STEM2P19_FILES-SNAP-TRUE\STEM2P19.VMSD
      FC: no differences encountered

      I tested several scenarios for fun:

      Windows VM with Native Snapshots enabled:
      With VM powered down and no snapshot taken, can I still import it successfully?
      Yes.
      What about powered down and with a (native) snapshot taken?
      Yes, with or without "Stop the Source VM" enabled.
      What about with VM powered on, snapshot taken, and Stop the Source VM enabled, can I import VM successfully?
      No, at the end of the import, both imported disks and the imported VM disappear.
      What about with VM powered on, native snapshot enabled, no snapshot taken, and Stop the Source VM enabled, can I import VM successfully?
      Yes.

      Windows VM with Native Snapshots not enabled (just one single test scenario):
      What about with VM powered on, snapshot taken, and Stop the Source VM enabled, can I import VM successfully?
      Yes

      So the problem seems to be when the VM is powered on and there's a native snapshot present.

      The warm migration capability is very cool. I likely won't use it because a reboot would be required to remove VMware Tools anyway. Also, my VMs are not huge and should migrate fast.

      I see what you mean by Fast Clone. That is very fast.. I'll try to get that to work with Citrix MCS. I think it may only be useful for our single-sessions hosts, not our RDSH-type hosts, but that would still be helpful.

      One last thing: NetApp offers a very good ONTAP simulator for free. Now that ESXi is also free once again (LOL), you may be able to test the above scenario on your end if you like. 🙂

      Please let me know if you have any questions. Cheers!

      posted in Migrate to XCP-ng
      K
      katapaltes

    Latest posts made by katapaltes

    • RE: 8.3 Cannot boot from CD Rom

      @escape222 Secure Boot became enabled on every single UEFI VM I migrated from VMware using Xen Orchestra's Import function - well, except for the BIOS-configured VMs. I too had to disable Secure Boot after the import to get them to boot. None of my VMs ever had Secure Boot enabled while they were on VMware, so I'm unsure where this came from unless it's a default somehow. 🙂

      posted in XCP-ng
      K
      katapaltes
    • RE: VMware migration tool: we need your feedback!

      @florent Hi there, and thank you for your reply. I did a file compare of the .VMX and .VMSD files and found only one difference between when the VM was configured for Native Snapshots and not configured for Native Snapshots. Note that snapshot.alwaysAllowNative = "FALSE" is the default afaik, so a .VMX file without this line in it has Native Snapshots disabled.

      C:\Downloads>fc stem2p19_files-snap-false\stem2p19.vmx stem2p19_files-snap-true\stem2p19.vmx
      Comparing files STEM2P19_FILES-SNAP-FALSE\stem2p19.vmx and STEM2P19_FILES-SNAP-TRUE\STEM2P19.VMX
      ***** STEM2P19_FILES-SNAP-FALSE\stem2p19.vmx
      usb_xhci:4.parent = "-1"
      snapshot.alwaysAllowNative = "FALSE"
      ***** STEM2P19_FILES-SNAP-TRUE\STEM2P19.VMX
      usb_xhci:4.parent = "-1"
      snapshot.alwaysAllowNative = "TRUE"


      C:\Downloads>fc stem2p19_files-snap-false\stem2p19.vmsd stem2p19_files-snap-true\stem2p19.vmsd
      Comparing files STEM2P19_FILES-SNAP-FALSE\stem2p19.vmsd and STEM2P19_FILES-SNAP-TRUE\STEM2P19.VMSD
      FC: no differences encountered

      I tested several scenarios for fun:

      Windows VM with Native Snapshots enabled:
      With VM powered down and no snapshot taken, can I still import it successfully?
      Yes.
      What about powered down and with a (native) snapshot taken?
      Yes, with or without "Stop the Source VM" enabled.
      What about with VM powered on, snapshot taken, and Stop the Source VM enabled, can I import VM successfully?
      No, at the end of the import, both imported disks and the imported VM disappear.
      What about with VM powered on, native snapshot enabled, no snapshot taken, and Stop the Source VM enabled, can I import VM successfully?
      Yes.

      Windows VM with Native Snapshots not enabled (just one single test scenario):
      What about with VM powered on, snapshot taken, and Stop the Source VM enabled, can I import VM successfully?
      Yes

      So the problem seems to be when the VM is powered on and there's a native snapshot present.

      The warm migration capability is very cool. I likely won't use it because a reboot would be required to remove VMware Tools anyway. Also, my VMs are not huge and should migrate fast.

      I see what you mean by Fast Clone. That is very fast.. I'll try to get that to work with Citrix MCS. I think it may only be useful for our single-sessions hosts, not our RDSH-type hosts, but that would still be helpful.

      One last thing: NetApp offers a very good ONTAP simulator for free. Now that ESXi is also free once again (LOL), you may be able to test the above scenario on your end if you like. 🙂

      Please let me know if you have any questions. Cheers!

      posted in Migrate to XCP-ng
      K
      katapaltes
    • RE: VMware migration tool: we need your feedback!

      Greetings. Don't know if Vates is still monitoring this thread, but I've noticed an interesting edge case with the Migration tool where imports fail: When "Native Snapshots" are enabled. (Forgive me if this has been discussed above.)

      We are investigating moving our Citrix servers from vSphere 8.0/ESXi 7.0 to XO/XCP-NG 8.3, and both products work very well with Citrix. In our current VMware environment, we take advantage of the VMware VAAI API which provides instant clones and "Native NetApp Snapshots," both of which are pretty awesome. (That is one thing I'll truly miss in any transition from VMware to XCP-NG.) I noticed that when Native Snapshots are enabled on a VM (by installing a NetApp-supplied .VIB on the ESXi hosts, setting some variables on the NetApp, and setting snapshot.alwaysAllowNative=TRUE on the VMs) the import from VMware to XCP-NG fails. When I disable Native Snapshots, the import succeeds.

      Note: By "succeeds," I mean that the entire import process runs and the VM appears in XO/XCP-NG Center. By "fail," I mean that the process runs and no VM appears in XO/XCP-NG and the disk images that were being created in the target Storage Repository simply disappear. We're running XO d7e64 at the moment.

      posted in Migrate to XCP-ng
      K
      katapaltes