What problem does it solve?
When a server stops responding, you cannot tell whether the host itself is dead or only the network path to it is broken. This Skill uses out-of-band Redfish BMC access to distinguish a powered-off machine from a network failure, and to triage hardware faults, thermal issues, and firmware problems without touching the host OS.
Core Features & Use Cases
- Power State Verification: Query the BMC to determine whether a host is powered off, powered on, or simply unreachable via the BMC path, with an explicit verdict on every response.
- Hardware Fault Triage: Inspect component health rollups, thermal and power readings against critical thresholds, PSU status, and SEL event logs by severity.
- Firmware Inventory: Review firmware versions across components and the BMC itself to identify known-bad levels.
- Use Case: A production server stops responding to SSH. Use this Skill to check the BMC: if it reports PowerState Off, you have a confirmed fact; if the BMC itself is unreachable, you know only that the BMC path failed and must not claim the host is down.
Quick Start
Ask the agent to check whether the server at the configured Redfish BMC address is powered off or just unreachable, and report the verdict.