How to define ASM failure groups!
871977Apr 17 2012 — edited Apr 18 2012Hi 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!