Newly added ASM disk issue
Hi All,
Oracle Version: 12.1.0.2 (Standalone Grid Infra with DB)
OS: IBM AIX 7.1
Storage: IBM V7000
Hi all,
Recently, I added 4 disks to an existing diskgroup, to increase space for performance and load testing in a tech refresh project, using the following statement:
ALTER DISKGROUP DATA ADD DISK '/dev/rhdisk*' size 256G;
Once this was done, I also manually initiated a rebalance using the following statement:
ALTER DISKGROUP DATA REBALANCE POWER 11 WAIT;
This too completed successfully. But my query from v$asm_disk shows the following:
SQL> select group_number,name,path,header_status,mount_status,state from v$asm_disk;