- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle App getting the following error when trying...
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
05-03-2003 03:47 AM
05-03-2003 03:47 AM
01114, 00000, "IO error writing block to file %s (block # %s)"
// *Cause: Device on which the file resides is probably offline
// *Action: Restore access to the device
I have checked the following to makesure the integrity of the Logical Volume is good"
- lvdisplay -v /dev/vg01/lvol1 | more
and looked for stale extents
- checked the syslog
- checked dmesg
- did a pvdisplay -v /dev/dsk/c#t#d# to check for stale extents and to see if the system sees the disk it's writing to as unavailable.
All looks fine
- the disk we're talking about here is external EMC Disk in a Symmetrix.
Has anyone ever seen this type of error for those that are running Oracle Apps and/or can you think of any other ways to troubleshoot this???
Tks,
-Ken
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2003 04:07 AM
05-03-2003 04:07 AM
Re: Oracle App getting the following error when trying to write to a mountpoint
Can you check if ioscan shows whether the disk is claimed or not. Do
ioscan -fnC disk
and check if the status of the disk shows claimed.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2003 04:33 AM
05-03-2003 04:33 AM
Re: Oracle App getting the following error when trying to write to a mountpoint
The disk devices all show claimed and specifically the devices in question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2003 09:25 AM
05-03-2003 09:25 AM
Re: Oracle App getting the following error when trying to write to a mountpoint
- The file it is trying to write to is not accessible (permission perhaps or some other reasons).
- The file is corrupted.
Just some thoughts..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 09:33 PM
05-05-2003 09:33 PM
SolutionYou can do this task without disturbing your current or running environment online by giving following command
pvchange -t 180 /dev/dsk/cXtYdZ
You can change this value for all the disks even if they are not giving any problem at this time as recommended by HP.
Once you try this revert back with the result on your problem, If it still persist further can be checked.
Paresh