offline-disk-fault-diagnosis

Correlate iBMC, InfoCollect, and OS logs to diagnose offline disk faults.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

通过分析服务器离线日志(iBMC、OS Messages、InfoCollect)诊断离线磁盘硬件、RAID 控制器及存储链路故障并定位物理级根因。当用户提供日志并询问磁盘坏道(Bad Sector)、RAID 掉盘/降级、I/O 超时、磁盘巡检错误、SAS/SATA/NVMe 链路不稳定,以及当文件系统因底层存储故障自动切换为只读需要进行底层根因溯源时,调用本技能。

Core Features & Use Cases

  • 支持多源日志:iBMC(SEL/驱动状态)、InfoCollect(SMART/RAID/存储日志)和OS系日志,按 Step 0–4 的流程整合证据。
  • 时序对齐与传导链重建:从最早可观测事件出发,构建物理级根因定位所需的时间轴与传导路径。
  • 物理定位与数据流拓扑:输出具体槽位/磁盘标识及其对业务挂载点的映射,便于现场更换与修复。
  • 证据驱动的根因校验:结合多源证据,进行 E1/E2/E3 的严格校验,避免单源误诊。

Quick Start

直接运行离线磁盘故障诊断技能以汇聚证据并产出可追溯的根因分析。

Frequently Asked Questions about offline-disk-fault-diagnosis

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

FAQPage Schema
How do I diagnose offline disk faults using iBMC and OS logs?

Diagnose offline disk faults by correlating iBMC, InfoCollect, and OS logs to pinpoint root causes. The process enforces strict stepwise evidence gathering and cross-checks to deliver auditable, concrete root-cause conclusions for hardware and RAID issues.

What is the best way to locate the physical root cause of a RAID degradation event?

Locate RAID degradation root causes by reconstructing the timeline and transmission path from multi-source logs. This approach identifies specific slot numbers and disk identifiers, mapping physical failures to business mount points for replacement.

Can I trace file system read-only switches back to underlying storage failures?

Trace file system read-only switches to underlying storage failures by analyzing OS messages and InfoCollect logs. It correlates I/O timeouts and SAS/SATA/NVMe link instability to pinpoint the physical hardware root cause.

Does disk fault diagnosis work with bad sectors and SMART errors from InfoCollect?

Disk fault diagnosis works with InfoCollect SMART and RAID logs to identify bad sectors and patrol errors. It applies strict evidence validation to prevent single-source misdiagnosis when evaluating hardware health.

Why does cross-checking multi-source logs prevent misdiagnosis in offline disk analysis?

Cross-checking multi-source logs prevents misdiagnosis by enforcing evidence validation across iBMC, OS, and InfoCollect data. This strict stepwise correlation ensures physical root cause conclusions are auditable and not based on isolated errors.