Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Re-using LUNs which were part of another DG

York35Mar 13 2012 — edited Mar 13 2012
CRS version : 11.2
os : AIX 6.1
We have some LUNs allocated to our DB server. These LUNs used to be MEMBER of another disk group. Later these LUNs got dropped from that disk group. Now, V$ASM_DISK.HEADER_STATUS = FORMER for these LUNs.

select name, path, state, mount_status, header_status from v$asm_disk where upper(path) like '%ORCL%';

NAME                 PATH                       STATE    MOUNT_STATUS         HEADER_STATUS          TOTAL_MB    FREE_MB
-------------------- -------------------------- -------- -------------------- -------------------- ---------- ----------
                     /dev/raw_orcl_data01        NORMAL   CLOSED               FORMER                    0          0
Now we need to use these 'FORMER' LUNs to create another diskgroup.
Any intervention is required from AIX team to use LUN/Slice with FORMER status to use in another DG ?
I am worried because we usually add LUNs to a Disk group only if V$ASM_DISK.HEADER_STATUS = CANDIDATE for that LUN.

Edited by: GarryB on Mar 13, 2012 5:21 AM
Added version info
This post has been answered by 912595 on Mar 13 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2012
Added on Mar 13 2012
2 comments
151 views