RAC Issue on Solaries (merged) [message #591974] |
Thu, 01 August 2013 22:28 |
|
daulat01
Messages: 62 Registered: May 2011 Location: Delhi
|
Member |
|
|
Dear All,
I am getting below errors on one of the node of my RAC server while starting the database. Can any one help me how to get the rsolution.
ORA-27091: unable to queue I/O
ORA-27072: File I/O error
Solaris-AMD64 Error: 5: I/O error
Additional information: 4
Additional information: 331776
Additional information: -1
Thu Aug 1 22:29:42 2013
Errors in file /software/oracle/admin/dixie/udump/dixie1_ora_23644.trc:
ORA-00202: control file: '+DGDIXIE/dixie/controlfile/current.265.647198019'
ORA-15080: synchronous I/O operation to a disk failed
SUCCESS: diskgroup DGDIXIE was dismounted
Thu Aug 1 22:29:42 2013
ORA-204 signalled during: ALTER DATABASE MOUNT...
Thu Aug 1 22:29:45 2013
Shutting down instance (abort)
License high water mark = 1
Instance terminated by USER, pid = 23961
|
|
|
Re: RAC issue on solaries [message #591976 is a reply to message #591974] |
Thu, 01 August 2013 23:31 |
|
hitesh2711
Messages: 5 Registered: July 2013 Location: INDIA
|
Junior Member |
|
|
Hello,
Please check following (Please do not follow the steps directly on production) -
--the query for the asm diskgroup, which hangs for a while while trying to read from the broken disk :
select d.name disk_name,g.name group_name,d.path,d.total_mb,d.free_mb
from v$asm_disk d, v$asm_diskgroup g
where d.group_number = g.group_number (+)
and g.name='<DG name>'
What is DG's state?
select state, mode_status, mount_status from v$asm_disk where name='<DG name>';
ASMCMD> lsdg
|
|
|
|
|
|