Health Checker Found 1 New Failures !!top!!: Asm

Verify if CPU or Memory spikes are causing the health monitor to time out. 📋 Common Root Causes

: SELECT name, path, mount_status, header_status, state FROM v$asm_disk; asm health checker found 1 new failures

Look for disks with a state of FAILED , FORCING , or HUNG . An unhealthy disk is a common cause of the alert. Verify if CPU or Memory spikes are causing

For Oracle ASM, the path typically leads to querying the v$hm_run view and running an ALTER DISKGROUP ... REPAIR command. For cPanel, it means checking the Service Status, Security Advisor, and running internal repair scripts. In either case, the key is to act on the alert, not ignore it. The health of your systems—and the data they hold—depends on it. state FROM v$asm_disk

ALTER DISKGROUP <disk_group_name> CHECK;

Shares