Asm Health Checker Found 1 New Failures Updated [upd]

SQL> SELECT run_id, name, check_name, start_time, end_time, status FROM V$HM_RUN ORDER BY start_time DESC;

Here is a deep dive into what this error means, why it happens, and how to resolve it. What is the ASM Health Checker? asm health checker found 1 new failures updated

Drop the damaged disk from the ASM diskgroup to allow ASM to rebalance data to surviving disks. Command: ALTER DISKGROUP DROP DISK ; 4. Preventing Future Failures To minimize "1 New Failure" alerts: Monitor Disk IO: Regularly query v$asm_disk_iostat . why it happens

You can locate the ASM alert log in the following directory: ALTER DISKGROUP &lt

SQL> ALTER DISKGROUP <disk_group_name> DROP DISK 'disk_name'; SQL> ALTER DISKGROUP <disk_group_name> ADD DISK '/dev/oracleasm/disks/disk_path';

|