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!

How to define ASM failure groups!

871977Apr 17 2012 — edited Apr 18 2012
Hi all,

I have 4 disk on both disk controller

SATA controller
ASMDISKO1
ASMDISKP1

SCSI controller
ASMDISKR1
ASMDISKS1

I created diskgroup test as below:

CREATE DISKGROUP TEST EXTERNAL REDUNDANCY
FAILGROUP controller1 DISK 'ORCL:ASMDISKO1', 'ORCL:ASMDISKP1',
FAILGROUP controller2 DISK 'ORCL:ASMDISKR1', 'ORCL:ASMDISKS1';

but i got this error:

*
ERROR at line 2:
ORA-15106: missing or invalid operating system disk locator string

Please help!

Thank you!
This post has been answered by kuljeet singh - on Apr 18 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2012
Added on Apr 17 2012
8 comments
4,718 views