offline-memory-fault-diagnosis

Correlate iBMC SEL, InfoCollect, and OS logs to diagnose Linux memory faults.

1|1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/linfordWu/owls --skill offline-memory-fault-diagnosis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: offline-memory-fault-diagnosis
Source: https://github.com/linfordWu/owls/tree/main/skills/offline-memory-fault-diagnosis
Command: npx skills add https://github.com/linfordWu/owls --skill offline-memory-fault-diagnosis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

通过分析服务器离线日志(iBMC、OS Messages、InfoCollect)诊断 Linux 内存硬件故障、内存访问异常、内存负载/泄漏问题,并定位物理或逻辑级根因。

Core Features & Use Cases

  • 离线日志整合分析:结合 iBMC SEL、InfoCollect 与 OS 日志,给出明确的故障定位。
  • 多维证据链构建:从硬件、内核到系统层,形成可溯源的故障传导路径。
  • 场景覆盖:覆盖 MEMORY_ECC_ERROR、MEMORY_OOM_KILLER、MEMORY_LEAK 等常见内存问题的诊断场景。
  • 输出与复现:提供可复现的诊断证据和明确的修复建议路径。

Quick Start

输入离线日志目录,运行相应诊断脚本以生成结构化分析报告。

Frequently Asked Questions about offline-memory-fault-diagnosis

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose memory faults from offline Linux server logs?

Diagnosing offline memory faults requires correlating iBMC SEL, InfoCollect, and OS logs to trace fault chains across hardware and software layers, yielding precise DIMM locations and remediation paths.

What causes ECC errors and OOM kills on Linux servers, and how can I trace them?

Tracing ECC errors and OOM kills involves correlating iBMC SEL and OS logs to construct a multi-dimensional evidence chain from hardware to kernel level, identifying physical or logical root causes.

Can I identify a specific faulty DIMM location using iBMC and OS messages?

Yes, identifying a specific faulty DIMM location is possible by correlating iBMC SEL hardware events with OS message logs, which provides precise physical localization and a traceable fault propagation path.

What is the best way to find the root cause of a memory leak or corruption offline?

Finding the root cause of memory leaks or corruption offline involves integrating iBMC SEL, InfoCollect, and OS logs to construct a traceable fault chain from system to hardware layers.

Does offline memory fault diagnosis require live server access or specific log formats?

Offline memory fault diagnosis does not require live server access, but it does require specific log formats including iBMC SEL, InfoCollect data, and OS messages to perform the structured analysis.

How do I generate a structured memory diagnostic report from offline logs?

Generating a structured memory diagnostic report involves inputting the offline log directory and running diagnostic scripts to produce an analysis containing fault chains, DIMM locations, and recommended remediation.