Asm Health Checker Found 1 New Failures May 2026
Check which home is reporting the error (usually the ASM home):
Regularly monitor your v$asm_operation view. If you see long-running "REBAL" (rebalance) operations following a failure, ensure your ASM_POWER_LIMIT is set high enough to complete the recovery quickly without impacting database I/O.
Sometimes the failure is not about the disks themselves, but about the ASM instance’s ability to manage them—such as running out of processes or memory in the SGA. 4. How to Resolve the Failure asm health checker found 1 new failures
When a "new failure" is reported, Oracle has logged a diagnostic entry into its . The alert doesn't tell you the problem directly; it tells you that a report is waiting for your review. 2. Immediate Diagnostic Steps
If Oracle provides a repair script, you can run: repair failure; Use code with caution. Check which home is reporting the error (usually
To fix the failure, you first have to identify it. You can do this via the Command Line Interface (CLI) using ADRCI . Step A: Access ADRCI Log in to your grid infrastructure server and run: adrci Use code with caution. Step B: Set the Home Path
When this alert surfaces in your alert log or monitoring dashboard (like Enterprise Manager), it means ASM has identified a specific issue that could potentially impact the availability or performance of your storage layer. you can run: repair failure
Run the following command to see the specific failure identified: list failure Use code with caution.