1.
ORA-15031 disk specification '/dev/rlvdisk1' matches no disks
有可能是ASM_DISKzSTRING没设
2.在Solaris上有可能是磁盘问题。
Asm Is not Discovering Disks On Solaris: ORA-15025 ORA-27041 SVR4 Error: 5: I/O error. (Doc ID 1300393.1)
SQL> create diskgroup testdg external redundancy disk '/dev/rdsk/c4t60060480000190103592533031453837d0s2';
create diskgroup testdg external redundancy disk '/dev/rdsk/c4t60060480000190103592533031453837d0s2'
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification
'/dev/rdsk/c4t60060480000190103592533031453837d0s2' matches no disks
ORA-15025: could not open disk
'/dev/rdsk/c4t60060480000190103592533031453837d0s2'
ORA-27041: unable to open file
SVR4 Error: 5: I/O error
Additional information: 42
Additional information: 0
Additional information: 103997248
3.在AIX上EMC存储可能有bug
SQL> show parameter asm_disk
NAME TYPE VALUE
------------------------------------ -----------
------------------------------
asm_diskgroups string
asm_diskstring string /dev/rhdiskpower10
SQL> select * from v$asm_disk;
no rows selected
SQL> create diskgroup test external redundancy disk '/dev/rhdiskpower10';
create diskgroup test external redundancy disk '/dev/rhdiskpower10'
*
ERROR at line 1:
ORA-15018: diskgroup cannot be created
ORA-15031: disk specification '/dev/rhdiskpower10' matches no disks
ASM Is Not Detecting EMC PowerPath Raw Devices Or Regular Raw Devices On AIX (Doc ID 1174604.1)