Merge Hyper-V Checkpoints or Snapshots | Windows Server 2019 [HYPER V TUTORIAL 04]

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 27

  • @TechAreaNetwork
    @TechAreaNetwork  3 ปีที่แล้ว

    *If you found this video helpful, you can donate us any amount you want*
    PayPal Link: paypal.me/techareanetwork

  • @zomgoose
    @zomgoose 2 ปีที่แล้ว +1

    Very clear and concise demonstration. Great job and thank you!

  • @allaboutpcs5739
    @allaboutpcs5739 ปีที่แล้ว +2

    Not sure why you did this through disk option. Can you please elaborate on why you have taken longer and confusing path than simple path of merging the checkpoints. Just delete the snapshot and it will merge with the parent disk.

  • @RRMSASESphere
    @RRMSASESphere 2 ปีที่แล้ว

    Excellent video, the best out of the 3 I watched about this topic. You covered everything the others left out. Thanks for being thorough.

  • @SA-zx8zj
    @SA-zx8zj ปีที่แล้ว

    Excellent tutorials (set of 5)

  • @SafSopNorLai
    @SafSopNorLai 4 ปีที่แล้ว +3

    nice video but couple issues that the video doesn't explain:
    1. Why merge?
    2. why don't we just delete the all the checkpoints up until the last one and then merge it to the "Mother" .vhdx file?

    • @TechAreaNetwork
      @TechAreaNetwork  4 ปีที่แล้ว +2

      1) Snapshot file (.avhdx) is a differencing disk that is associated with the parent virtual hard disk (.vhdx). When a differencing disk is created, a parent VHD becomes read-only and all writes are sent to the differencing disk. More differencing disks that are present there, longer the process can take. The performance of a Virtual Machine's HDD will become poor. This is where Hyper-V virtual disk merge comes in. To improve read performance, it is good to remove unnecessary differencing disks.
      2) To respond to your 2nd question let me be very frank. I never try it out to delete the checkpoints before the merger process. Well, I think if I did so, I could not find the .avhdx files from the Hyper V Management console where I mandatorily need the .avhdx files to be merged with each other.
      Thanks for your queries. Stay tuned..

    • @marvinlear5848
      @marvinlear5848 3 ปีที่แล้ว +2

      This is info from a newbie to this, but I find that deleting checkpoints from the same branch effectively merges them into the 'Now' checkpoint ('Now' is the current/most recent state of your VM). It seems that 'Now' is 'incremental' in that it relies on parent checkpoints to save some data (so it doesn't have to re-save data that is identical between them), so deleting a checkpoint that is parent to 'Now' will force Hyper-V to decide what data in that checkpoint will be needed by 'Now', and then merge it into 'Now' so that the checkpoint can be safely deleted.
      Keep in mind that checkpoints that are outside of the 'Now' branch, or are at a later point in time than 'Now' (due to previously reverting to a checkpoint maybe? ...this bit of info I read on a Microsoft help site) will be deleted outright with no merging occurring (as you would expect and want).

    • @SA-zx8zj
      @SA-zx8zj ปีที่แล้ว

      That is probably why checkpoint disk is larger than the parent dis in some cases - new data gets added to checkpoint, not the parent-disk@@TechAreaNetwork

  • @2root2
    @2root2 ปีที่แล้ว

    Excellent tutorial thank you

  • @LyncSoftConsulting
    @LyncSoftConsulting 5 ปีที่แล้ว +1

    Very nice tutorial thanks for sharing

  • @Andrea_Bassi
    @Andrea_Bassi 4 ปีที่แล้ว +2

    Thanks for the useful videos. I have a question: If you have a Hyper-V cluster (with a cluster shared volume), you can manage checkpoints the same way or you have to manage it differently?

    • @TechAreaNetwork
      @TechAreaNetwork  4 ปีที่แล้ว +2

      Thanks for your nice query.
      No matter where your Virtual HDD files are residing. The method will always be same in case of merging Checkpoints or Snapshots.

    • @Andrea_Bassi
      @Andrea_Bassi 4 ปีที่แล้ว +1

      @@TechAreaNetwork Thank you!

  • @nelaking1059
    @nelaking1059 10 หลายเดือนก่อน

    in my case .... i have no check point trees .. but AVHDX files is there like 3 of them. so if i merge them i'll start from the latest file down to the oldest file?....

  • @gabrielmojica
    @gabrielmojica 3 หลายเดือนก่อน

    Hello! The VM have to be off for this process?

  • @arunmishra6151
    @arunmishra6151 2 ปีที่แล้ว

    Sir, I have a question if we want to rename one vhdx and we have multiple avhdx file then do we need to rename all child avhdx, or only parent vhdx🙏🙏🙏🙏

  • @alvinkane23
    @alvinkane23 5 ปีที่แล้ว +2

    Question sir.. it is okie if I can just simply add action "SAVE" to my Hyper V, then delete the checkpoint subtree! u think it will automatically merge the avhdx to the VHDX?

    • @TechAreaNetwork
      @TechAreaNetwork  5 ปีที่แล้ว +4

      Hi !! Thanks for your query. Here is some information for you:
      The Merger process takes place like below:
      1) Power Off the VM
      2) Delete the snapshot
      3) Wait patiently for the AVHDX to merge with the VHDX. This might take a long time, depending on the snapshot file size.
      4) Finally power On the VM.
      Info:
      1) After completing the merger process, the AVHDX will be deleted by the system itself.
      2) The VM must be powered off before starting the merge process of the AVHDX to VHDX.
      3) Forcefully stopping this process can corrupt your VHD or VHDX

    • @alvinkane23
      @alvinkane23 5 ปีที่แล้ว +1

      @@TechAreaNetwork thanks a lot for this answer it really helps me

  • @jmpt19
    @jmpt19 4 ปีที่แล้ว +1

    Hello Sir, can I ask, does merging and deleting the subtrees erase all the changes I made? Let us say that in snapshot 1 I created a file but in snapshot 2 I deleted it. When merging does it maintain deleted?

    • @TechAreaNetwork
      @TechAreaNetwork  4 ปีที่แล้ว

      *Hi !! Thanks for your query and sorry for the late reply too.* See, merging snapshots always maintains the latest state of a VM. As per your given example, the latest state is not containing the file. So, after merging you will certainly not be able to get that file.
      *Thanks for showing your interest toward our Hyper-V series. Stay tuned for more such videos.*

  • @SBGSinfoLifestyle
    @SBGSinfoLifestyle 5 ปีที่แล้ว +1

    so nice lovely work

  • @christophelecornu5309
    @christophelecornu5309 9 หลายเดือนก่อน

    Excellent tutorial thank you