whatsapp

Asm Health Checker Found 1 New Failures Apr 2026

WARNING: ASM Health Checker found 1 new failure Details: Disk group DATA, disk DATA_0000 is offline Connect to ASM instance:

But —they often lead to DG dismounts. 7. Sample Diagnostic Script Save as asm_health_check.sql : asm health checker found 1 new failures

The message “found 1 new failure” means the checker detected a new problem since its last run—this could be a missing disk, offline path, corrupt metadata, or accessibility issue. a. Check the ASM Alert Log # As grid user cd $ORACLE_BASE/diag/asm/+asm/+ASM1/trace tail -100 alert_+ASM1.log | grep -i "health\|failure\|error" Look for entries like: WARNING: ASM Health Checker found 1 new failure

-- Purge old health records DELETE FROM SYS.ASM_HEALTH_CHECKER_HISTORY WHERE CHECK_TIME < SYSDATE - 7; COMMIT; -- Force a fresh check EXEC DBMS_SCHEDULER.RUN_JOB('SYS.ASM_HEALTH_CHECKER_JOB', false); SYSDATE - 7