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!

Diskgroup dismounted - how to drop disk from?

markogMay 5 2007 — edited May 10 2008
first - it's not a real trouble - it's my exercise :)


I've lost one of my disk (e.g /dev/raw/raw1

How to drop this disk from diskgroup when group state is dismounted

SQL> select name, state from v$asm_diskgrou
2 ;

NAME STATE
------------------------------ -----------
DATA DISMOUNTED
FRA MOUNTED


When I'm trying command

alter diskgroup DATA drop disk 0; (of course 0 is /dev/raw/raw1)
i see ORA-15001 error (probably group is not mounted) wow!

I wouldn't like to bind other disk to /dev/raw/raw1.
I'd like to drop /dev/raw/raw1 from diskgroup next add other (e.g. /dev/raw/raw8) and mount diskgroup. How can I do this?

Thanks for advice
Marek Gregor
Poland

Message was edited by:
user572892

Message was edited by:
user572892
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2008
Added on May 5 2007
8 comments
12,003 views