offline-GPU-fault-diagnosis

Analyze offline GPU fault logs from iBMC, OS messages, and InfoCollect to identify root causes.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

通过分析服务器离线日志(iBMC、OS Messages、InfoCollect)诊断离线 GPU 硬件故障、驱动异常、显存 ECC 错误及 PCIe 链路问题。当用户提供日志并询问 GPU 掉卡(Fallen off the bus)、XID 错误、显存不可纠正错误(Uncorrectable ECC)、GPU 维度过温或性能下降需要进行根因溯源时,调用本技能。

Core Features & Use Cases

  • 能够跨 iBMC/系统日志/InfoCollect 的多源日志聚合分析,定位根因并给出可验证的推断。
  • 支持对 GPU 掉卡、XID、ECC、超温/功耗等场景的根因推断与证据链构建,并给出修复建议。
  • 提供可复现的病例级示例和逐步排查路径,帮助运维在离线诊断时快速落地。

Quick Start

Provide a logs directory with ibmc_logs, messages, and infocollect_logs, and run the diagnosis to obtain a structured root-cause report.

Frequently Asked Questions about offline-GPU-fault-diagnosis

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

FAQPage Schema
How do I diagnose a GPU fallen off the bus error from server logs?

To diagnose offline GPU faults, aggregate iBMC logs, OS messages, and InfoCollect logs to identify root causes of hardware failures. It reconstructs precise hardware localization and links events across multi-source logs to output a validated root-cause report with remediation steps.

What is the root cause of XID and ECC errors in my GPU hardware?

XID and ECC errors indicate hardware faults or uncorrectable memory issues that require cross-source log analysis to determine the exact root cause. By examining iBMC and OS messages, you can construct an actionable fault timeline linking these errors to thermal, power, or PCIe anomalies.

How do I troubleshoot GPU thermal and power anomalies using offline logs?

You can troubleshoot GPU thermal and power anomalies by analyzing offline logs from iBMC and InfoCollect to trace symptoms back to their origin. This process links thermal and power events across multi-source logs to build a validated evidence chain for the hardware fault.

Can I use offline logs to locate a faulty GPU across different servers?

Yes, you can use offline logs to locate a faulty GPU by providing a directory containing ibmc_logs, messages, and infocollect_logs for analysis. The diagnostic process extracts precise hardware localization including the slot and BDF, validating the root cause across different server environments.

What logs do I need to prepare for offline GPU fault diagnosis?

You need to prepare a logs directory containing ibmc_logs, OS messages, and infocollect_logs to perform offline GPU fault diagnosis. Providing these specific multi-source log files allows the analysis to construct an actionable fault timeline and output recommended remediation steps.