- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Elusive Hardware Issue
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 07:42 AM
08-28-2001 07:42 AM
ORA-01115: 1O error reading block from file 116 (block #431619) :ORA-01110: data file 116: '/odws35/oradata/ODWS/fact_serv6_ts.dbf' :ORA-27072:skgfdisp: I/O error:HP-UX Error: 2: No such file or directory :Additional information: 431491:-1115
I have done the following:
1) copied the above file to another disk without errors
2) created a file on this disk without errors
3) ran pvdisplay/lvdisplay to look for 'stale' sectors. There are none
4) checked syslog.log files, there are no hardware errors
5) ran ioscan to make sure that all devices show as claimed.
Has anyone encountered this error before on a similar system setup?
--Youlette
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2001 09:06 AM
08-28-2001 09:06 AM
Re: Elusive Hardware Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 04:59 AM
08-29-2001 04:59 AM
Solution2 months ago we had the same errors. We ended up restoring the entire database after it crashed!
The problem was caused by filesystem corruption. We installed these patches to solve the vxfs problem:
PHKL_24014
PHCO_23651
regards,
Bart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 11:29 PM
08-29-2001 11:29 PM
Re: Elusive Hardware Issue
You mentioned the following message :
"I/O error:HP-UX Error: 2: No such file or directory " :
So, Oracle can't find any more one of its files ( data file, control file, password file, or any other needed file ).
Check if all fo them are existing !
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 12:56 AM
08-30-2001 12:56 AM
Re: Elusive Hardware Issue
Try this
1. Copy the file to a *.copy in the same dir.
2. Rename the original file to *.bak
3. Rename the *.copy to the correct name.
The file will then exist on a diffent area of the disk and if the failure occurs again then either the file is corrupt or other associated files.
HTH
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 06:18 AM
08-30-2001 06:18 AM
Re: Elusive Hardware Issue
Magdi: The problem has not reoccurred and the database is still functioning. It has even been shutdown and started for backup without problems, atleast that I know of. The dba is running a table space analysis for errors.
Bart: These patches are not installed on the server, so I will schedule some downtime to do this.
Paula: I didn't think of trying this, so if it reoccurs, I'll add this to write the file to a different area.
Thanks again.