Home » Server Options » RAC & Failsafe » ORA-15106 in ASM (10.2.0.1 + Red Hat Linux 4 AS)
ORA-15106 in ASM [message #394122] Wed, 25 March 2009 14:54 Go to next message
babuknb
Messages: 1736
Registered: December 2005
Location: NJ
Senior Member

 
SQL> startup force nomount
ASM instance started

Total System Global Area   83886080 bytes
Fixed Size                  1217836 bytes
Variable Size              57502420 bytes
ASM Cache                  25165824 bytes
SQL> create diskgroup dgroup1 normal redundancy
  2  failgroup cont1 disk
  3  '/dev/oracleasm/disks/VOL1',
  4  '/dev/oracleasm/disks/VOL2',
  5  failgroup cont2 disk
  6  '/dev/oracleasm/disks/VOL3';
failgroup cont2 disk
*
ERROR at line 5:
ORA-15106: missing or invalid operating system disk locator string

SQL>
SQL> ! oerr ora 15106
15106, 00000, "missing or invalid operating system disk locator string"
// *Cause:  The command did not specify a valid operating system path
//          for the device as a string.
// *Action: Specify a valid operating system path for the device.
//

SQL> select * from v$version where rownum = 1;

BANNER
----------------------------------------------------------------
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod

SQL> ! uname -r
2.6.9-42.0.0.0.1.ELhugemem

====

[oracle@localhost disks]$ pwd
/dev/oracleasm/disks
[oracle@localhost disks]$ ls -lrt
total 0
brwxrwxr-x  1 oracle oinstall 253, 0 Mar 22 17:07 VOL1
brwxrwxr-x  1 oracle oinstall   8, 2 Mar 22 18:36 VOL2
brwxrwxr-x  1 oracle oinstall   8, 1 Mar 22 18:36 VOL3


Please advice me; Why I'm getting this error

Babu

[Updated on: Wed, 25 March 2009 14:57]

Report message to a moderator

Re: ORA-15106 in ASM [message #394136 is a reply to message #394122] Wed, 25 March 2009 15:23 Go to previous messageGo to next message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
Try this.
create diskgroup dgroup1 normal redundancy
failgroup cont1 disk '/dev/oracleasm/disks/VOL1', '/dev/oracleasm/disks/VOL2'
failgroup cont2 disk '/dev/oracleasm/disks/VOL3';
Re: ORA-15106 in ASM [message #394373 is a reply to message #394136] Thu, 26 March 2009 12:52 Go to previous messageGo to next message
babuknb
Messages: 1736
Registered: December 2005
Location: NJ
Senior Member


Thanks a lot.

Now it's created using.

  1  create diskgroup dgroup1 normal redundancy
  2  failgroup cont1 disk '/dev/oracleasm/disks/VOL1','/dev/oracleasm/disks/VOL2'
  3* failgroup cont2 disk '/dev/oracleasm/disks/VOL3'
SQL> /

Message from syslogd@localhost at Mon Mar 23 00:07:01 2009 ...
localhost kernel: journal commit I/O error

Diskgroup created.



Could please advice me; What was the problem?

PS: Sorry for delay response. Just i connect my vmware

Babu
Re: ORA-15106 in ASM [message #394375 is a reply to message #394373] Thu, 26 March 2009 13:09 Go to previous message
Mahesh Rajendran
Messages: 10707
Registered: March 2002
Location: oracleDocoVille
Senior Member
Account Moderator
>>What was the problem?
Syntax?
Previous Topic: Ora -1461 in RAC
Next Topic: ORA 27504 :ipc error creating OSD Context.
Goto Forum:
  


Current Time: Fri Mar 29 08:00:26 CDT 2024