New Failures Updated: Asm Health Checker Found 1
SQL> ALTER DISKGROUP <disk_group_name> CHECK ALL REPAIR;
Then the health checker will flag this as a new failure. asm health checker found 1 new failures updated
SELECT * FROM v$asm_operation;
When managing Oracle Automatic Storage Management (ASM), receiving an alert stating can be alarming. This message usually appears in the ASM alert log or Oracle Enterprise Manager (OEM) and indicates that the background health check process has detected a potential issue with the disk group structural integrity or a device, which requires immediate attention to avoid downtime. Look for the FAILURE_TYPE and FAILURE_STATUS columns
Look for the FAILURE_TYPE and FAILURE_STATUS columns. This will tell you if the issue is a disk offline, a corruption block, or a network issue (in the case of ASM on Exadata or Extended Distance clusters). If you share the actual failure text or
Always ensure that your storage array (SAN) is not showing errors, as ASM simply reports what the operating system tells it.
If you share the actual failure text or log snippet, I can help interpret it and recommend next steps.