Hello Tylprd,
Thank you for your question and for reaching out with your question today.
Based on the information provided, it appears that your Windows Server 2018 is experiencing unexpected shutdowns, accompanied by a Blue Screen of Death (BSOD) error with BCCode d1. The Event ID 7026 suggests a driver issue related to 'storflt' failing to load during system startup.
Here are a few steps you can take to troubleshoot this issue:
- Analyze the minidump file: The minidump file located at C:\Windows\Minidump\Mini070123-01.dmp contains information about the crash. You can analyze it using debugging tools like WinDbg to get more detailed information about the error and identify the driver or component responsible for the crash.
- Update drivers: Since the Event ID 7026 indicates a driver issue, it's worth updating the drivers on your server. Start by focusing on the 'storflt' driver. Visit the website of the manufacturer of the storage controller or disk driver and check for any available driver updates. Apply the updates and monitor the system for stability.
- Check for hardware issues: Perform a thorough hardware check on your server. Ensure that all hardware components are properly seated and connected. Check for any signs of physical damage or overheating. Run diagnostic tests, such as Windows Memory Diagnostic, to check for memory issues.
- Review system logs: Examine the Windows Event Viewer logs for any additional error messages or warnings that might provide insights into the cause of the crashes. Look for patterns or common events that occur before the unexpected shutdowns.
- Consider system-specific factors: If the issue occurs only during specific time windows (12 am - 7 am), investigate if any scheduled tasks, automated backups, power management settings, or third-party software are triggering the shutdowns. Disable or modify these settings temporarily to see if the issue persists.
Remember to perform backups of critical data before making any significant changes to the server's configuration or performing hardware checks.
I used AI provided by ChatGPT to formulate part of this response. I have verified that the information is accurate before sharing it with you.
If the reply was helpful, please don’t forget to upvote or accept as answer.