April 25, 2024
070118 2044 VEEAMTROUBL4 - Fix VEEAM Backup Job failed to create change tracking time stamp for virtual disk file
We can use Veeam PowerShell cmdlet to clears and resets change tracking data for a VM or specific virtual disk (VHD)

Today, I received some warning notification emails from Veeam Backup Jobs, they are showing warning as follow:

“Failed to create change tracking time stamp for virtual disk file C:\ClusterStorage\Volume1\PRODVMS\SQL2\SQL2\disk-0_EB28E537-B0D9-4F9B-80CC-065D6A5E142C.avhdx

Failed to create change tracking time stamp for virtual disk file C:\ClusterStorage\Volume1\PRODVMS\SQL2\SQL2\disk-1_4291495F-31FD-48D8-8621-64516CB1CE6D.avhdx”

070118 2044 VEEAMTROUBL1 - Fix VEEAM Backup Job failed to create change tracking time stamp for virtual disk file

I think I can try to clone the old backup jobs and recreate a new backup job and it should fix the issues, unfortunately, the issues still happened. After did some research, we can use Veeam PowerShell cmdlet to clears and resets change tracking data for a VM or specific virtual disk (VHD), the detail steps as follow:

  1. Login to your Veeam management server.
  2. Open PowerShell command promote as administrator.
  3. Veeam Backup & Replication PowerShell is available as a snap-in, not as a module, so we need to install it locally, run follow cmdlet to get start with Veeam PowerShell Snap-in.
    asnp VeeamPssnapin
    

    070118 2044 VEEAMTROUBL2 - Fix VEEAM Backup Job failed to create change tracking time stamp for virtual disk file

  4. Run follow PowerShell cmdlet to reset change tracking data for a VM or specific virtual disk (VHDX).

    Reset-HvVmChangeTracking [-Server] <CHost> [-VMName <String>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

    -OR-

    Reset-HvVmChangeTracking [-Server] <CHost> [-VhdPath <String>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

  5. In my case, I run PowerShell cmdlet as follow:
    Reset-HvVmChangeTracking -Server GS-N2-ADM -VhdPath " C:\ClusterStorage\Volume1\PRODVMS\SQL2\SQL2\disk-0_EB28E537-B0D9-4F9B-80CC-065D6A5E142C.avhdx "
    
    Reset-HvVmChangeTracking -Server GS-N2-ADM -VhdPath " C:\ClusterStorage\Volume1\PRODVMS\SQL2\SQL2\disk-1_4291495F-31FD-48D8-8621-64516CB1CE6D.avhdx "
    

    070118 2044 VEEAMTROUBL3 - Fix VEEAM Backup Job failed to create change tracking time stamp for virtual disk file

  6. Re-start backup job again and you will see the issues are gone.

    070118 2044 VEEAMTROUBL4 - Fix VEEAM Backup Job failed to create change tracking time stamp for virtual disk file

    Happy Canada Day! Hope you enjoy this post.

    Cary Sun

    Twitter: @SifuSun

ca16fbd3199de5f66b829b87082fb970?s=80&d=retro&r=g - Fix VEEAM Backup Job failed to create change tracking time stamp for virtual disk file

Author: Cary Sun

Cary Sun has a wealth of knowledge and expertise in data center and deployment solutions. As a Principal Consultant, he likely works closely with clients to help them design, implement, and manage their data center infrastructure and deployment strategies.
With his background in data center solutions, Cary Sun may have experience in server and storage virtualization, network design and optimization, backup and disaster recovery planning, and security and compliance management. He holds CISCO CERTIFIED INTERNETWORK EXPERT (CCIE No.4531) from 1999. Cary is also a Microsoft Most Valuable Professional (MVP), Microsoft Azure MVP, Veeam Vanguard and Cisco Champion. He is a published author with several titles, including blogs on Checkyourlogs.net, and the author of many books.
Cary is a very active blogger at checkyourlogs.net and is permanently available online for questions from the community. His passion for technology is contagious, improving everyone around him at what they do.

Blog site: https://www.checkyourlogs.net
Web site: https://carysun.com
Blog site: https://gooddealmart.com
Twitter: @SifuSun
in: https://www.linkedin.com/in/sifusun/
Amazon Author: https://Amazon.com/author/carysun