why cannot I remove a disk from ASM even when the disk is deleted from the disk group?
Hi,
I am using oracle 10.2.0.5 on solaris with RAC and ASM
I deleted a few disks from the disk group and now they are in status closed and the ASM shows them as belong to group 0
when I tried to remove one of them from the servers the ASM hung and come back to work only after I return the disk
why did that happened?
select group_number,mount_status,header_status,MODE_STATUS,state,redundancy ,total_mb,free_mb,path
from v$asm_disk
where group_number is NULL or group_number =0
;
GROUP_NUMBER MOUNT_S HEADER_STATU MODE_ST STATE REDUNDA TOTAL_MB FREE_MB PATH
I am using oracle 10.2.0.5 on solaris with RAC and ASM
I deleted a few disks from the disk group and now they are in status closed and the ASM shows them as belong to group 0
when I tried to remove one of them from the servers the ASM hung and come back to work only after I return the disk
why did that happened?
select group_number,mount_status,header_status,MODE_STATUS,state,redundancy ,total_mb,free_mb,path
from v$asm_disk
where group_number is NULL or group_number =0
;
GROUP_NUMBER MOUNT_S HEADER_STATU MODE_ST STATE REDUNDA TOTAL_MB FREE_MB PATH
0