Command to Rebalance ASM Disks:

 To rebalance ASM (Automatic Storage Management) disks in Oracle, you can use the ALTER DISKGROUP command in SQL*Plus or Oracle SQL Developer. Rebalancing typically occurs after disk additions, removals, or other changes to the ASM disk group.


ALTER DISKGROUP <diskgroup_name> REBALANCE;

Where <diskgroup_name> is the name of the ASM disk group that you want to rebalance.

Example:


ALTER DISKGROUP DATA REBALANCE;

This will trigger the rebalancing process for the DATA disk group.


To Monitor the progress of ASM rebalancing , query v$asm_operation table

Click Here for More Details on ASM rebalancing

5 thoughts on “Command to Rebalance ASM Disks:”

  1. 350fairfax nordvpn promotion
    Hello, I think your blog may be having internet browser compatibility issues.
    Whenever I look at your web site in Safari, it looks fine
    however, when opening in Internet Explorer, it has some overlapping issues.

    I just wanted to provide you with a quick heads up!

    Aside from that, fantastic website!

Leave a Reply

Your email address will not be published. Required fields are marked *