- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux Error 5: Input/output error
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
Discussions
Discussions
Discussions
Forums
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
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
тАО12-01-2004 04:08 AM
тАО12-01-2004 04:08 AM
I can create an edit files in the shared storage using touch and vi. But in other processes (creating an Oracle database) I receive the "Linux Error 5: Input/output error"
ORA-00221: error on write to controlfile
ORA-00206: error in writing (block 3, # blocks 1) of controlfile
ORA-00202: controlfile: '/opt/orafiles/ocfs/fs01/control02.ctl'
ORA-27072: skgfdisp: I/O error
Linux Error: 5: Input/output error
Any idea about what could be the problem?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 05:23 AM
тАО12-01-2004 05:23 AM
SolutionSEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 05:40 AM
тАО12-01-2004 05:40 AM
Re: Linux Error 5: Input/output error
If you mean "The oracle binary user needs to own the shared files.". This is already true right now, because the oracle user is who create the shared files and is the owner of the directory where the ocfs filesystem is mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 06:28 AM
тАО12-01-2004 06:28 AM
Re: Linux Error 5: Input/output error
- Is the cluster manager running correctly?
- How did you create the quorumdisk and server config file: should be something like:
├в ┬в dd if=/dev/zero of=/ocfs-data/cmdiskfile bs=4096 count=65
├в ┬в chown root:dba /ocfs-data/cmdiskfile
├в ┬в chmod 664 /ocfs-data/cmdiskfile
├в ┬в dd if=/dev/zero of=/ocfs-data/srvconfigfile bs=1M count=100
├в ┬в chown oracle:dba /ocfs-data/srvconfigfile
├в ┬в chmod 664 /ocfs-data/srvconfigfile
- Your controlfile may be damaged? Or are you creating new ones?
- You have Oracle 9.2.0.5?
Oracle may be the owner of the mount point, but important is that oracle should also be owner of the OCFS filesystem. This can be checked with the ocfstool. But I assume you touch/vi the file on the ocfs filesytem as
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 06:42 AM
тАО12-01-2004 06:42 AM
Re: Linux Error 5: Input/output error
> Is the cluster manager running correctly?
ANSWER: Yes, I have running correctly another database using RAW devices.
> How did you create the quorumdisk and
>server config file:
ANSWER: Both of them are raw devices and are working correctly in the database I already have working.
>but important is that oracle should also
>be owner of the OCFS filesystem.
ANSWER: Yes, oracle user and oinstall grup are the owners of OCFS filesystem. This info is given when issued the mkfs.ocfs command.
>I assume you touch/vi the file on the
>ocfs filesytem
ANSWER: That is correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 06:53 AM
тАО12-01-2004 06:53 AM
Re: Linux Error 5: Input/output error
ORA-00221: error on write to controlfile
ORA-00206: error in writing (block 3, # blocks 1) of controlfile
ORA-00202: controlfile: '/opt/orafiles/ocfs/fs01/control02.ctl'
ORA-27072: skgfdisp: I/O error
Linux Error: 5: Input/output error
Additional information: 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-01-2004 05:42 PM
тАО12-01-2004 05:42 PM
Re: Linux Error 5: Input/output error
cat or dd?
JP.