Asm Health Checker Found 1 New Failures Jun 2026

| ID | Requirement | |----|--------------| | FR1 | System must track the state of each ASM health check item across runs | | FR2 | Detect difference between current_failures and previous_failures | | FR3 | If new_failures_count > 0 , trigger a notification | | FR4 | Include in alert: failure name, timestamp, component, severity (if available) | | FR5 | Suppress duplicate alerts for same failure unless it re-occurs after being resolved |

If you are managing an Oracle Database environment using Automatic Storage Management (ASM), encountering the alert can be a jarring experience. This message is usually triggered by the Oracle Health Monitor (HM), a framework designed to detect and analyze components within the database and ASM instances. asm health checker found 1 new failures

An "ASM health checker found 1 new failures" message in Oracle (AHF/ORAchk) signals a logged incident in the Automatic Diagnostic Repository (ADR), often caused by disk connectivity issues, failed rebalances, or metadata corruption. Immediate investigation requires using ADRCI to identify the specific incident and checking V$ASM_DISK for failed or dropped disks. Detailed diagnostic procedures are available from Oracle Help Center at Oracle Help Center . | ID | Requirement | |----|--------------| | FR1