Windows server 2019 got shutdown abruptly

Anonymous
2023-09-18T07:22:27+00:00

My Windows server 2019 which is hosted on a virtualization platform got shut down abruptly. I had to turn it on manually. The only information available on the Event viewer is, "The previous system shutdown at 7:02:08 PM on 9/14/2023 was unexpected".

The virtualization platform also shows an internal shutdown.

This server was running a critical HIMS application which was affected our patients had to suffer.

Therefore, you are requested to help us troubleshoot this issue

Windows Server Performance and maintenance

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-09-18T08:26:58+00:00

    Hello

    I’m sorry to hear about the unexpected shutdown of your Windows Server 2019. This can indeed be disruptive, especially when running critical applications. Here are some steps you can take to troubleshoot the issue:

    Check for Scheduled Tasks: Ensure there are no scheduled tasks that might be causing the shutdown.

    Power Configuration: You can use the powercfg command to check for any power configuration issues that might be causing the shutdown. Here are some commands you can run in PowerShell:

    powercfg /requests

    powercfg /lastwake

    powercfg /sleepstudy

    powercfg /systemsleepdiagnostics

    powercfg /systempowerreport

    Check Licensing Status: Ensure that your Windows Server 2019 is properly licensed. You can check the current license status by running slmgr -dlv in PowerShell.

    System File Check: Run a system file check by executing sfc /scannow in PowerShell. This will check for any corrupt system files and repair them.

    Event Viewer: Look for any other events in the Event Viewer that might provide clues to why the shutdown occurred.

    Advanced Startup Options: You can also use advanced startup options to troubleshoot the issue. Here’s how:

    Go to Settings > Update & security > Recovery.

    Under Advanced startup, select Restart now.

    After your PC restarts to the Choose an option screen, select Troubleshoot > Advanced options > Startup Settings > Restart.

    After the computer restarts, you’ll see a list of options.

    Remember, it’s important to keep your system updated with the latest patches and updates.

    Best Regards,

    Wesley Li

    1 person found this answer helpful.
    0 comments No comments