An Azure backup service that provides built-in management at scale.
Hello Malabar Hill Club! It sounds like your Windows Server 2019 is hitting a blue screen and rebooting every time an Azure Backup job kicks off. A crash that only happens during backup usually points to one of these culprits:
• A buggy or mismatched storage/VSS driver (NTFS, ReFS, stornvme.sys)
• A firmware issue on your disks or network adapters
• Corrupted system files or low free space for the Volume Shadow Copy service
• A problem with the MARS agent or Azure Backup Server components
Here’s a set of steps you can follow to narrow it down and fix it:
- Gather Crash Data – Check C:\Windows\Minidump and C:\Windows\MEMORY.DMP for dump files. – If the server won’t stay up, attach its OS disk to another Windows box to copy off the dumps. – Open the dump in WinDbg (or use the Bugcheck Analysis in Event Viewer) to get the stop code and culprit driver/module.
- Review Event Logs – In Event Viewer, look under Windows Logs → System around the crash time for Event ID 1001 (BugCheck) and any VSS- or storage-related errors. – Note any “Volume Shadow Copy Service” or “Unexpected shutdown” messages.
- Update or Roll Back Drivers & Firmware – Make sure your storage controller, NVMe, network (e.g., Mellanox mlx5), and chipset drivers are on a version supported for Windows Server 2019. – If you recently updated a driver and the crashes started, try rolling back. – Update your server’s firmware/BIOS to the latest vendor-recommended revision.
- Check Volume Shadow Copy & File System – Run vssadmin list providers and vssadmin list writers to confirm all VSS providers and writers are healthy. – If you’re using ReFS, ensure you have the latest hotfixes or temporarily disable ReFS-specific features like deduplication during testing. – Verify that there’s at least 10 % free on the volume hosting your scratch folder for MARS (or Azure Backup Server).
- Update or Reinstall the MARS Agent/Azure Backup Server – Download and install the latest MARS agent: https://docs.microsoft.com/azure/backup/install-mars-agent – If you’re using System Center Data Protection Manager or Azure Backup Server, follow the troubleshooting steps: https://docs.microsoft.com/azure/backup/backup-azure-mabs-troubleshoot
- Test an Offline or Alternative Backup Method – To rule out VSS snapshot issues, try an offline backup seeding with Azure Data Box: https://docs.microsoft.com/azure/backup/offline-backup-azure-data-box-dpm-mabs – Or spin up a short-lived test VM and backup it with the same settings to see if the BSOD repros.
If you still see the crash after those checks, it’ll help a lot if you can share:
- The exact bugcheck code and any driver name from the dump (e.g., 0x50 PAGE_FAULT_IN_NONPAGED_AREA in stornvme.sys)
- Whether this is an on-prem server or an Azure VM
- The type of backup you’re running (MARS file-folder, VM image, DPM, etc.)
- Any recent changes to drivers, firmware, Windows updates, or Backup-related software
Hope this points you in the right direction! Feel free to post the dump details or any findings from Event Viewer and we can dig deeper.
Reference list
- Troubleshoot blue screen, crash, or reboot issues https://docs.microsoft.com/troubleshoot/system-center/dpm/troubleshoot-data-protection-manager-console-crash
- Step-by-step install MARS agent https://docs.microsoft.com/azure/backup/install-mars-agent
- Troubleshoot Azure Backup Server (MABS) https://docs.microsoft.com/azure/backup/backup-azure-mabs-troubleshoot
- Recover data from Azure Backup Server https://docs.microsoft.com/azure/backup/backup-azure-alternate-dpm-server
- Troubleshoot common Azure VM blue screen errors https://docs.microsoft.com/troubleshoot/azure/virtual-machines/windows/troubleshoot-common-blue-screen-error
- Offline seeding using Azure Data Box for DPM and MABS https://docs.microsoft.com/azure/backup/offline-backup-azure-data-box-dpm-mabs