Asm Health Checker Found 1 New Failures Updated
The Automatic Diagnostic Repository Command Interface (ADRCI) can be scripted to scan the alert log for health checker messages and send notifications:
SQL> ALTER DISKGROUP <disk_group_name> CHECK ALL; asm health checker found 1 new failures updated
SQL> select name, header_status, mode_status from v$asm_disk; ALTER DISKGROUP <
If you're an Oracle DBA, the first time you encounter the message in your alert logs can be concerning. This article provides a comprehensive guide to understanding this alert, diagnosing the underlying issues, and implementing the correct resolution steps to restore your ASM infrastructure to full health. SQL> select name
SELECT group_number, name, state, type, total_mb, free_mb FROM v$asm_diskgroup; Use code with caution.
To resolve the issue, follow these steps: