Hello,
In the ASM alert log, I only see its name as in v$asm_disk NAME column. I have to tell Linux guys which disk is broken. Could you please guide me in this regard?
DB=11.2.0.3 on RHL5
WARNING: PST-initiated drop of 1 disk(s) in group 1(.261677061))
SQL> alter diskgroup DATA01 drop disk F1DATA02 force /* ASM SERVER */
Also, the following statement returns no rows selected: Although I am getting asm disk mirroring/rebalance alarms..
select INST_ID, OPERATION, STATE, POWER, SOFAR, EST_WORK, EST_RATE, EST_MINUTES from GV$ASM_OPERATION;
asm_power_limit is 1.
How can I manually do disk rebalance quickly? instead of increasing the asm_power_limit
Thanks a lot.
Best Regards.