ASM best practice to add disk

Here are ASM best practices to add disks which should be always used to manipulate the ASM disks (1) First check the newly added disk is visible in ASM disks select header_status,path from v$asm_disk where path= ‘<path>’; It should show the candidate (2) Create a new temporary diskgroup using those disks CREATE DISKGROUP TEST_DISK EXTERNAL REDUNDANCY …

ASM best practice to add disk Read More »