Unexpected reboot causing major outage.

Metev, Bogdan 26 Reputation points
2020-11-05T08:58:31.503+00:00

Hello,

Last night one of our Azure servers had an unexpected reboot which caused an outage of our SAP Archive solution. I'd like to find out more information about why a restart occurred (without notification) and how we can be informed about the cause in the future.

The process C:\windows\system32\svchost.exe (E2R2S49IAPP0001) has initiated the shutdown of computer server_name on behalf of user NT AUTHORITY\SYSTEM for the following reason: Other (Planned)
Reason Code: 0x80000000
Shutdown Type: shutdown
Comment: Calling CleanShutdown by wvchelper
Reason for shutdown: Stop call

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,044 questions
{count} votes

Accepted answer
  1. prmanhas-MSFT 17,946 Reputation points Microsoft Employee Moderator
    2020-11-05T11:08:46.55+00:00

    @Metev, Bogdan Thank you for your query!!!

    As per the error code it refers that the shutdown was planned. The system generates a System State Data (SSD) file. This file contains system state information such as the processes, threads, memory usage, and configuration.
    If this flag is not present, the shutdown was unplanned. Notification and reporting options are controlled by a set of policies. For example, after logging in, the system displays a dialog box reporting the unplanned shutdown if the policy has been enabled. An SSD file is created only if the SSD policy is enabled on the system. The administrator can use Windows Error Reporting to send the SSD data to a central location, or to Microsoft.

    Same has been documented here.

    Error is usually associated with an operation coming from platform ( when you have svchost with an error of 80000000 and the user is NT AUTHORITY/SYSTEN)

    Event ID 1074 for Portal/PowerShell/API restarts and shutdowns look exactly the same - same Reason Code, same Shutdown Type of shutdown - this is because Hyper-V doesn't have a graceful restart VM operation. The Reset option for a VM in Hyper-V Manager is a hard reset that results in Event ID 41 "rebooted without cleanly shutting down" error in the VM. The Restart-VM Hyper-V cmdlet does the same thing - hard reset resulting in Event 41 in the guest. That is why portal restarts show up as Shutdown Type shutdown, because Hyper-V doesn't have a restart, only (hard) reset, so a graceful restart is achieved by sending graceful Shutdown + Start.

    As this issues need more investigation and live troubleshooting for quicker resolution I would recommend you to contact azure support. If you have a support plan, requesting you to file a support ticket, else please do let us know, we will try and help you get a one-time free technical support.

    Hope it helps!!!

    Please 'Accept as answer' if it helped, so that it can help others in the community looking for help on similar topics

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.