1752805 Members
5739 Online
108789 Solutions
New Discussion юеВ

Re: File I/O Error

 
jeg_1
Occasional Contributor

File I/O Error

RMAN-03002: failure of backup plus archivelog command at 04/24/2009 18:20:25
ORA-19501: read error on file "/backup/arc/1_20402_631517123.dbf", blockno 513 (blocksize=1024)
ORA-27072: File I/O error
HPUX-ia64 Error: 5: I/O error
Additional information: 4
Additional information: 513
Additional information: -1

any one know why this problem happen?
3 REPLIES 3
smatador
Honored Contributor

Re: File I/O Error

Hi,
Do you have an access to metalink?
This sort of error sometimes have a solution like apply a new patch vxfs kernel patch.
Look at the PHKL_39131 and his dependencies for 11.31 for example.
Hope it helps
TTr
Honored Contributor

Re: File I/O Error

There may be read erros in you filesystem or disk volume. Check with

cat > /dev/null

dd if=volume-for-your-file of=/dev/null (volume-for-your-file is the volume where /backup/arc/1_20402_631517123.dbf resides)

Check /var/adm/syslog/syslog.log for any errors relating to the filesystem/volume/disk
TTr
Honored Contributor

Re: File I/O Error

> cat > /dev/null

My cut-and-paste messed-up. It should be

cat /backup/arc/1_20402_631517123.dbf > /dev/null