USER_MODE_HEALTH_MONITOR 错误检查的值为 0x0000009E。
此错误检查表明一个或者多个关键用户模式组件未能满足运行状况检查。
另请参阅
使用 Windows 错误报告
故障转移群集系统日志事件对故障转移群集进行故障排除
错误检查 0x1C9 USER_MODE_HEALTH_MONITOR_LIVEDUMP
USER_MODE_HEALTH_MONITOR 参数
参数 | 描述 |
---|---|
1 | 在配置的超时时间内未能满足健康检查的进程 |
2 | 健康监控超时,以秒为单位 |
3 | 看门狗源。结合进程地址有助于识别创建此看门狗的子组件。下面列出的值。 |
4 | 保留 |
https://onitroad.com 更多教程
原因
硬件机制,例如看门狗定时器,可以检测到基本内核服务没有执行。
但是,资源匮乏问题(包括内存泄漏、锁争用和调度优先级错误配置)可能会阻塞关键的用户模式组件,而不会阻塞延迟过程调用 (DPC) 或者耗尽非分页池。
内核组件可以通过定期监视关键应用程序将看门狗定时器功能扩展到用户模式。
此错误检查表明用户模式运行状况检查以阻止正常关闭的方式失败。
此错误检查通过重新启动或者启用应用程序故障转移到其他服务器来恢复关键服务。
像所有错误检查一样,使用系统事件日志及时查找在停止代码之前的事件。
应检查日志中立即进行错误检查的事件以获取有关可能原因的信息。
VALUES
0 : WatchdogSourceDefault Source was not specified 1 : WatchdogSourceRhsCleanup Monitors that RHS (Resource Hosting Subsystem) process goes away when terminating on graceful exit 2 : WatchdogSourceRhsResourceDeadlockBugcheckNow RHS was asked to immediately bugcheck machine on resource deadlock 3 : WatchdogSourceRhsExceptionFromResource Resource has leaked unhandled exception from an entry point, RHS is terminating and this watchdog monitors that process will go away 4 : WatchdogSourceRhsUnhandledException Unhandled exception in RHS. RHS is terminating and this watchdog monitors that process will go away 5 : WatchdogSourceRhsResourceDeadlock Monitors that RHS process goes away when terminating on resource deadlock 6 : WatchdogSourceRhsResourceTypeDeadlock Monitors that RHS process goes away when terminating on resource type deadlock 7 : WatchdogSourceClussvcUnhandledException Unhandled exception in clussvc. clussvc is terminating and this watchdog monitors that process will go away 8 : WatchdogSourceClussvcBugcheckMessageRecieved Another cluster node has sent message asking to bugcheck this node. 9 : WatchdogSourceClussvcWatchdogBugcheck User mode watchdog has expired and created netft watchdog to bugchecked the node. 0xA : WatchdogSourceClussvcIsAlive Cluster service sends heartbeat to netft every 500 millseconds. By default, netft expects at least 1 heartbeat per second. If this watchdog was triggered that means clussvc is not getting CPU to send heartbeats. 0x65 : WatchdogSourceRhsResourceDeadlockPhysicalDisk A subclass of WatchdogSourceRhsResourceDeadlock. 0x66 : WatchdogSourceRhsResourceDeadlockStoragePool A subclass of WatchdogSourceRhsResourceDeadlock. 0x67 : WatchdogSourceRhsResourceDeadlockFileServer A subclass of WatchdogSourceRhsResourceDeadlock. 0x68 : WatchdogSourceRhsResourceDeadlockSODAFileServer A subclass of WatchdogSourceRhsResourceDeadlock. 0x69 : WatchdogSourceRhsResourceDeadlockStorageReplica A subclass of WatchdogSourceRhsResourceDeadlock. 0x6A : WatchdogSourceRhsResourceDeadlockStorageQOS A subclass of WatchdogSourceRhsResourceDeadlock. 0x6B : WatchdogSourceRhsResourceDeadlockStorageNFSV2 A subclass of WatchdogSourceRhsResourceDeadlock. 0xC9 : WatchdogSourceRhsResourceTypeDeadlockPhysicalDisk A subclass of WatchdogSourceRhsResourceTypeDeadlock. 0xCA : WatchdogSourceRhsResourceTypeDeadlockStoragePool A subclass of WatchdogSourceRhsResourceTypeDeadlock. 0xCB : WatchdogSourceRhsResourceTypeDeadlockFileServer A subclass of WatchdogSourceRhsResourceTypeDeadlock. 0xCC : WatchdogSourceRhsResourceTypeDeadlockSODAFileServer A subclass of WatchdogSourceRhsResourceTypeDeadlock. 0xCD : WatchdogSourceRhsResourceTypeDeadlockStorageReplica A subclass of WatchdogSourceRhsResourceTypeDeadlock. 0xCE : WatchdogSourceRhsResourceTypeDeadlockStorageQOS A subclass of WatchdogSourceRhsResourceTypeDeadlock. 0xCF : WatchdogSourceRhsResourceTypeDeadlockStorageNFSV2 A subclass of WatchdogSourceRhsResourceTypeDeadlock.
日期:2020-09-17 00:16:06 来源:oir作者:oir