Disk Group requires rebalance because at least one disk is low on space.
I am getting alert over OEM Grid as below.
Message=Disk Group DSKGRP_UAT_01 requires rebalance because at least one disk is low on space.
Metric=Disk Minimum Free (%) without Rebalance
I tried query with;
select GROUP_NUMBER, DISK_NUMBER ,TOTAL_MB,FREE_MB ,(FREE_MB/TOTAL_MB)*100 from v$asm_disk order by 5 desc;
to find the disk group breached the threshold.
Let me know how can i query and find each file size on ASM Disk.
Edited by: Sivaprasad S on Jun 3, 2011 3:25 AM