: CRS (Cluster Ready Services) resources moving to an INTERMEDIATE or OFFLINE state due to storage latency or connectivity issues. Immediate Diagnostic Actions
SELECT check_name, failure_pri, status, repair_script FROM v$asm_healthcheck_status WHERE status = 'FAILED'; Use code with caution. asm health checker found 1 new failures
If you are managing an Oracle database environment and receive the alert it’s time to pay attention. While Oracle Automatic Storage Management (ASM) is robust, this specific notification indicates that the internal diagnostic framework has detected an issue that could potentially impact disk group availability or performance. : CRS (Cluster Ready Services) resources moving to
The ASM Health Checker is part of the Oracle Check Framework. It runs periodic checks on the ASM instance, disk groups, and metadata to ensure everything is operating within healthy parameters. While Oracle Automatic Storage Management (ASM) is robust,
ALTER DISKGROUP DATA ONLINE DISK 'DATA_0001' POWER 3; -- wait for rebalance to complete SELECT * FROM v$asm_operation;