6

I have created long time back one ASM RAC setup and I created one diskgroup with some name say xyz. I think that instance is gone but the diskgroup was not dropped exclusively using command:

drop diskgroup xyz including contents;

Now that I have created a new setup and want to re utilize these disks, I am getting below error:

CREATE DISKGROUP XYZ EXTERNAL REDUNDANCY DISK ...
ORA-15003: diskgroup "xyz" already mounted in another lock name space

How can this diskgroup be removed? Any help is appreciated.

ypercubeTM
99.7k13 gold badges217 silver badges306 bronze badges
asked May 8, 2012 at 11:09
2
  • 1
    Are you still interested? Commented May 28, 2013 at 18:37
  • Why can't you drop it now? Commented Mar 21, 2014 at 14:52

1 Answer 1

1

Check the diskgroup status in both instances. If it is showing mounted in both instances then:

  1. dismount the diskgroup in all the instance except one. For instance, if you have a 3 node RAC setup, then dismount the diskgroup in nodes 2 and 3.
  2. Drop the diskgroup from the 1st node.
Hannah Vernon
71.1k22 gold badges178 silver badges324 bronze badges
answered Jul 8, 2014 at 10:31

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.