Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Disk Group requires rebalance because at least one disk is low on space.

Siva OraJun 3 2011 — edited Jun 3 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 1 2011
Added on Jun 3 2011
2 comments
3,181 views