An Azure backup service that provides built-in management at scale.
Vijay Lonkar hey and thx for stay with us at Q&A,
if server stops rebooting after removing MARS its 100 percent agent related, not random OS issue. What usually happens MARS (Azure Backup agent) installs
filter drivers
VSS integration
sched + services
if something conflicts u get crashes Windows just reboots, most common causes i have seen, bad VSS state MARS hooks into VSS hard. if VSS writers are broken > backup job triggers > boom reboot
run
vssadmin list writers
if anything not stable thats ur trigger. Outdated MARS version older builds had bugs with Server 2019
just reinstall latest agent, not upgrade. Conflict with AV / security tools seen this a lot tbh MARS + endpoint protection = random restarts.
try exclude C:\Program Files\Microsoft Azure Recovery Services Agent\ processes like cbengine.exe
corrupted install since u said its 3rd time smells like dirty reinstall, dont just uninstall/reinstall wipe it properly
uninstall MARS
check event viewer before reboot look at System log, BugCheck / Kernel-Power, u will likely see crash tied to MARS driver or VSS.
:)))))))))))))) MARS itself not stable on that box or conflicting with something most likely VSS or AV.
again if u want quick fix so.... reinstall latest + check VSS + disable AV temporarily and test
rgds,
Alex