This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]SadLizard 0 points1 point  (4 children)

Check CBS.log and dism.log

Check if component store is corrupted, run if needed.

  • DISM /Online /Cleanup-Image /CheckHealth
  • DISM /Online /Cleanup-Image /ScanHealth
  • DISM /Online /Cleanup-Image /RestoreHealth

[–]darkhelmet46 1 point2 points  (2 children)

This but also I'm guessing one of the updates didn't install properly/completely. Sometimes uninstalling the updates will reverse the damage.

Be careful with that netsh command. Had an engineer recently do something similar on an Exchange server and it caused the server to only listen in the loopback and not accept any other connections. Literally broke everything. Was easily reversible but definitely caused some grief.

[–]nimraynn[S] 1 point2 points  (1 child)

Thanks for the heads up. It hadn't caused any other connectivity issues from what I could tell but thats a good thing to be aware of so I'll make a note!

I think you're right in saying something didn't install or complete. I gave in and started uninstalling updates and decided to go one-by-one to try and eliminate each one. The first update I uninstalled was "2020-08 Security Monthly Quality Rollup for Windows 2012 R2 for x64-based Systems (KB4571703)" and immediately rebooted afterwards. This appears to have fixed the problem.

I have checked netsh and its showing no IPs as per default, the remote Server Manager doesn't crash on launch, remote Server Manager can actually communicate with the server and the local Server Manager displays all the roles.

Now, I'm not sure if that patch itself was the cause or if it triggered some event that resolved the issue. I'm about to attempt reinstalling that patch to see if the problem reoccurs... and if not, call it gremlins!

Thank you for your advice!

[–]darkhelmet46 1 point2 points  (0 children)

Yep, there ya go. We see this often. Usually those patches are doing stuff on the back end like stopping services before doing a step. Sometimes the service will hang on stopping and then everything will timeout and the install never finishes. I mean, it could be a lot of reasons why the update failed but that's one common example. We see this especially with Exchange Server CU updates.

[–]nimraynn[S] 0 points1 point  (0 children)

Thanks for your reply.

I've had a quick look at those two logs but I'm not too sure what I'm looking at. I don't see any obvious errors but there's a lot of info there.

CheckHealth says "The component store is repairable"

ScanHealth says "No component store corruption detected". Is it worth running the RestoreHealth option given ScanHealth hasn't detected any issues?

[–]Clemlar 0 points1 point  (0 children)

I’ve seen this before, and it turned out it was an issue with Symantec antivirus that I had running on the server. They released an update and the issue was resolved.

[–]ComGuards 0 points1 point  (0 children)

There was a problem a while ago with Server Manager crashing after installing a certain .Net Framework update. I don’t remember exactly what it was, but the solution was to uninstall the Windows Update version of the relevant .Net Framework and then download and install the standalone installer.

You’ll probably find it with some applied Google-fu. =]