disk-health-diagnosis

Analyze SMART, RAID, iBMC, and OS logs to predict disk failures.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

服务器磁盘健康全栈诊断与故障预测技能。面向存储运维/SRE/硬件故障预测团队,系统性阐述并执行"在磁盘尚未发生故障时,如何通过多层检测手段提前识别风险"的完整方法论。覆盖 L1~L6 六层检测体系,基于现状、趋势、背景三视角进行故障预测。支持三类日志来源:①iBMC 带外日志(华为/浪潮/H3C)②OS infocollect 包③系统日志。输出风险评分、P0~P3风险等级(四类归因)及分级处置建议。

Core Features & Use Cases

  • 预测磁盘故障:基于 L1-L6 的分层检测,输出明确的风险等级与处置建议。
  • 融合多源日志:将 SMART、RAID、OS 日志和带外日志整合,提供全局健康视图。
  • 生产级输出:生成可操作的故障定位、排查坐标和后续行动计划。

Quick Start

Run a full disk-health diagnostic on the latest log bundle to generate a risk report.

Frequently Asked Questions about disk-health-diagnosis

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

FAQPage Schema
How do I predict disk failures using SMART attributes and RAID controller logs?

Multi-layer disk health diagnostics works by analyzing SMART attributes, RAID status, OS logs, and out-of-band logs across L1-L6 layers, evaluating current status, trends, and context to predict failures before they occur.

Can I use iBMC and Infocollect logs for HDD and SSD predictive maintenance?

Yes, you can use iBMC out-of-band logs and OS Infocollect packages for HDD and SSD predictive maintenance, integrating these multi-source logs to provide a comprehensive global health view.

What is the best way to generate a disk health risk report for proactive storage ops?

The best way to generate a disk health risk report is by running a full diagnostic on your log bundle, which outputs a risk score, P0-P3 risk levels with four attribution categories, and tiered remediation suggestions.

Does disk health diagnosis support analyzing hardware from different vendors?

Disk health diagnosis supports analyzing hardware from different vendors by parsing out-of-band iBMC logs from Huawei, Inspur, and H3C servers, alongside standard OS logs and SMART attributes.

How do I troubleshoot disk health when RAID status and OS logs show no errors?

To troubleshoot disk health when RAID status and OS logs show no errors, perform multi-layer diagnostics across L1-L6 to identify subtle SMART attribute trends and background context risks that standard monitoring misses.

What are the limitations of relying solely on SMART attributes for disk failure prediction?

Relying solely on SMART attributes limits visibility, so disk health diagnosis integrates RAID status, iBMC out-of-band logs, and OS logs across L1-L6 layers to overcome single-source blind spots and improve prediction accuracy.