Server 2012 R2 unexpected crash DRIVER_IRQL_NOT_LESS_OR_EQUALHow to use kdump/crash to investigate an OOM issue?Debian Server Unexpected CrashDiagnose a server crash, possibly CPU tempIs there a way to disable the friendly error message when installing Windows Server 2012 R2?Windows Server 2008R2 crash every hourCRITICAL STRUCTURE CORRUPTION on Windows Server 2012 R2CentOS Development Server Crashing FrequentlyWindows 2012 R2 server, crash, no dump fileNo Network Access with Static IPDebian Server unexpected stopped
Solenoid fastest possible release - for how long should reversed polarity be applied?
What would a Dragon have to exhale to cause rain?
When did Britain learn about American independence?
How to handle professionally if colleagues has referred his relative and asking to take easy while taking interview
301 Redirects what does ([a-z]+)-(.*) and ([0-9]+)-(.*) mean
How to continually and organically let my readers know what time it is in my story?
Thread.sleep inside infinite while loop doesn't throw exception - why?
Do we see some Unsullied doing this in S08E05?
History of the Frobenius Endomorphism?
Why didn't Daenerys' advisers suggest assassinating Cersei?
Failing students when it might cause them economic ruin
Why doesn't Iron Man's action affect this person in Endgame?
Would life always name the light from their sun "white"
Why would company (decision makers) wait for someone to retire, rather than lay them off, when their role is no longer needed?
Why are there five extra turns in tournament Magic?
Polynomial division: Is this trick obvious?
Do high-wing aircraft represent more difficult engineering challenges than low-wing aircraft?
How does Heat Metal interact with a follow-up Frostbite?
When the match time is called, does the current turn end immediately?
How do Ctrl+C and Ctrl+V work?
Why is Drogon so much better in battle than Rhaegal and Viserion?
Why do academics prefer Mac/Linux?
FIFO data structure in pure C
Why is the marginal distribution/marginal probability described as "marginal"?
Server 2012 R2 unexpected crash DRIVER_IRQL_NOT_LESS_OR_EQUAL
How to use kdump/crash to investigate an OOM issue?Debian Server Unexpected CrashDiagnose a server crash, possibly CPU tempIs there a way to disable the friendly error message when installing Windows Server 2012 R2?Windows Server 2008R2 crash every hourCRITICAL STRUCTURE CORRUPTION on Windows Server 2012 R2CentOS Development Server Crashing FrequentlyWindows 2012 R2 server, crash, no dump fileNo Network Access with Static IPDebian Server unexpected stopped
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I've a Windows Server 2012 R2 server which acts as Hyper-V host for multiplice Windows/Linux VMs. Since yesterday the server is offline from one second to another, and will reboot automatically. I found out that this is caused by a bluescreen:

Yesterday this happens three times:
20:57:26
20:15:29
19:57:17
I did a research and find out that this can maybe an issue with an driver, especially the network adapter, and the Large send offload setting. I had it activated, so I disabled it. After that the server runns stable up to now (near 24 hours). Just now the server crashed again.
So it seems like an software issue, but I can't find out what's causing the problem. I haven't install new software or driver in this month, which may be responsible for those problems. Only Windows Updates a few days ago.
All crashes seems the same issue because the bug check string, code and first parameter are the same. Also the driver is equal.
What can I do to find and fix the issue?
windows-server-2012-r2 server-crashes unexpected-shutdown
add a comment |
I've a Windows Server 2012 R2 server which acts as Hyper-V host for multiplice Windows/Linux VMs. Since yesterday the server is offline from one second to another, and will reboot automatically. I found out that this is caused by a bluescreen:

Yesterday this happens three times:
20:57:26
20:15:29
19:57:17
I did a research and find out that this can maybe an issue with an driver, especially the network adapter, and the Large send offload setting. I had it activated, so I disabled it. After that the server runns stable up to now (near 24 hours). Just now the server crashed again.
So it seems like an software issue, but I can't find out what's causing the problem. I haven't install new software or driver in this month, which may be responsible for those problems. Only Windows Updates a few days ago.
All crashes seems the same issue because the bug check string, code and first parameter are the same. Also the driver is equal.
What can I do to find and fix the issue?
windows-server-2012-r2 server-crashes unexpected-shutdown
1
Tt seems that this error come from a hardware error on the ram answers.microsoft.com/en-us/windows/forum/all/… you should try a soft to check your RAM integrity
– Froggiz
Nov 15 '15 at 20:51
1
I wouldn't trust in the driver output of "BlueScreenView" which is used here. Here is my experience with those tools: superuser.com/questions/862361/… After that loading the dump file in the windows debugger gives the best results.
– marsh-wiggle
Nov 2 '18 at 14:30
add a comment |
I've a Windows Server 2012 R2 server which acts as Hyper-V host for multiplice Windows/Linux VMs. Since yesterday the server is offline from one second to another, and will reboot automatically. I found out that this is caused by a bluescreen:

Yesterday this happens three times:
20:57:26
20:15:29
19:57:17
I did a research and find out that this can maybe an issue with an driver, especially the network adapter, and the Large send offload setting. I had it activated, so I disabled it. After that the server runns stable up to now (near 24 hours). Just now the server crashed again.
So it seems like an software issue, but I can't find out what's causing the problem. I haven't install new software or driver in this month, which may be responsible for those problems. Only Windows Updates a few days ago.
All crashes seems the same issue because the bug check string, code and first parameter are the same. Also the driver is equal.
What can I do to find and fix the issue?
windows-server-2012-r2 server-crashes unexpected-shutdown
I've a Windows Server 2012 R2 server which acts as Hyper-V host for multiplice Windows/Linux VMs. Since yesterday the server is offline from one second to another, and will reboot automatically. I found out that this is caused by a bluescreen:

Yesterday this happens three times:
20:57:26
20:15:29
19:57:17
I did a research and find out that this can maybe an issue with an driver, especially the network adapter, and the Large send offload setting. I had it activated, so I disabled it. After that the server runns stable up to now (near 24 hours). Just now the server crashed again.
So it seems like an software issue, but I can't find out what's causing the problem. I haven't install new software or driver in this month, which may be responsible for those problems. Only Windows Updates a few days ago.
All crashes seems the same issue because the bug check string, code and first parameter are the same. Also the driver is equal.
What can I do to find and fix the issue?
windows-server-2012-r2 server-crashes unexpected-shutdown
windows-server-2012-r2 server-crashes unexpected-shutdown
asked Nov 15 '15 at 20:12
LionLion
206413
206413
1
Tt seems that this error come from a hardware error on the ram answers.microsoft.com/en-us/windows/forum/all/… you should try a soft to check your RAM integrity
– Froggiz
Nov 15 '15 at 20:51
1
I wouldn't trust in the driver output of "BlueScreenView" which is used here. Here is my experience with those tools: superuser.com/questions/862361/… After that loading the dump file in the windows debugger gives the best results.
– marsh-wiggle
Nov 2 '18 at 14:30
add a comment |
1
Tt seems that this error come from a hardware error on the ram answers.microsoft.com/en-us/windows/forum/all/… you should try a soft to check your RAM integrity
– Froggiz
Nov 15 '15 at 20:51
1
I wouldn't trust in the driver output of "BlueScreenView" which is used here. Here is my experience with those tools: superuser.com/questions/862361/… After that loading the dump file in the windows debugger gives the best results.
– marsh-wiggle
Nov 2 '18 at 14:30
1
1
Tt seems that this error come from a hardware error on the ram answers.microsoft.com/en-us/windows/forum/all/… you should try a soft to check your RAM integrity
– Froggiz
Nov 15 '15 at 20:51
Tt seems that this error come from a hardware error on the ram answers.microsoft.com/en-us/windows/forum/all/… you should try a soft to check your RAM integrity
– Froggiz
Nov 15 '15 at 20:51
1
1
I wouldn't trust in the driver output of "BlueScreenView" which is used here. Here is my experience with those tools: superuser.com/questions/862361/… After that loading the dump file in the windows debugger gives the best results.
– marsh-wiggle
Nov 2 '18 at 14:30
I wouldn't trust in the driver output of "BlueScreenView" which is used here. Here is my experience with those tools: superuser.com/questions/862361/… After that loading the dump file in the windows debugger gives the best results.
– marsh-wiggle
Nov 2 '18 at 14:30
add a comment |
1 Answer
1
active
oldest
votes
When everything is working great and then suddenly you obtain driver exceptions it is either 1) a driver update caused a problem, which is unlikely, or 2) you might consider that the hardware is failing. If a component is dying then drivers will start throwing exceptions. Do you have another server you can move the drives into? Alternatively, start switching out components, if possible.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f736568%2fserver-2012-r2-unexpected-crash-driver-irql-not-less-or-equal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
When everything is working great and then suddenly you obtain driver exceptions it is either 1) a driver update caused a problem, which is unlikely, or 2) you might consider that the hardware is failing. If a component is dying then drivers will start throwing exceptions. Do you have another server you can move the drives into? Alternatively, start switching out components, if possible.
add a comment |
When everything is working great and then suddenly you obtain driver exceptions it is either 1) a driver update caused a problem, which is unlikely, or 2) you might consider that the hardware is failing. If a component is dying then drivers will start throwing exceptions. Do you have another server you can move the drives into? Alternatively, start switching out components, if possible.
add a comment |
When everything is working great and then suddenly you obtain driver exceptions it is either 1) a driver update caused a problem, which is unlikely, or 2) you might consider that the hardware is failing. If a component is dying then drivers will start throwing exceptions. Do you have another server you can move the drives into? Alternatively, start switching out components, if possible.
When everything is working great and then suddenly you obtain driver exceptions it is either 1) a driver update caused a problem, which is unlikely, or 2) you might consider that the hardware is failing. If a component is dying then drivers will start throwing exceptions. Do you have another server you can move the drives into? Alternatively, start switching out components, if possible.
answered Nov 15 '15 at 23:41
user594643user594643
262
262
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f736568%2fserver-2012-r2-unexpected-crash-driver-irql-not-less-or-equal%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Tt seems that this error come from a hardware error on the ram answers.microsoft.com/en-us/windows/forum/all/… you should try a soft to check your RAM integrity
– Froggiz
Nov 15 '15 at 20:51
1
I wouldn't trust in the driver output of "BlueScreenView" which is used here. Here is my experience with those tools: superuser.com/questions/862361/… After that loading the dump file in the windows debugger gives the best results.
– marsh-wiggle
Nov 2 '18 at 14:30