<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux Error 5: Input/output error in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434202#M15149</link>
    <description>Some guesses:&lt;BR /&gt;&lt;BR /&gt;- Is the cluster manager running correctly?&lt;BR /&gt;- How did you create the quorumdisk and server config file: should be something like:&lt;BR /&gt;â ¢ dd if=/dev/zero of=/ocfs-data/cmdiskfile bs=4096 count=65&lt;BR /&gt;&lt;BR /&gt;â ¢ chown root:dba /ocfs-data/cmdiskfile&lt;BR /&gt;&lt;BR /&gt;â ¢ chmod 664 /ocfs-data/cmdiskfile&lt;BR /&gt;&lt;BR /&gt;â ¢ dd if=/dev/zero of=/ocfs-data/srvconfigfile bs=1M count=100&lt;BR /&gt;&lt;BR /&gt;â ¢ chown oracle:dba /ocfs-data/srvconfigfile&lt;BR /&gt;&lt;BR /&gt;â ¢ chmod 664 /ocfs-data/srvconfigfile&lt;BR /&gt;&lt;BR /&gt;- Your controlfile may be damaged? Or are you creating new ones?&lt;BR /&gt;&lt;BR /&gt;- You have Oracle 9.2.0.5?&lt;BR /&gt;&lt;BR /&gt;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</description>
    <pubDate>Wed, 01 Dec 2004 14:28:07 GMT</pubDate>
    <dc:creator>Jeroen Peereboom</dc:creator>
    <dc:date>2004-12-01T14:28:07Z</dc:date>
    <item>
      <title>Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434199#M15146</link>
      <description>Oracle 9i RAC on two nodes RH AS 2.1. Using Oracle OCFS Filesystem in the shared storage. Oracle Cluster Manager 9i. &lt;BR /&gt;&lt;BR /&gt;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"&lt;BR /&gt;&lt;BR /&gt;ORA-00221: error on write to controlfile&lt;BR /&gt;ORA-00206: error in writing (block 3, # blocks 1) of controlfile&lt;BR /&gt;ORA-00202: controlfile: '/opt/orafiles/ocfs/fs01/control02.ctl'&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;Linux Error: 5: Input/output error&lt;BR /&gt;&lt;BR /&gt;Any idea about what could be the problem?</description>
      <pubDate>Wed, 01 Dec 2004 12:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434199#M15146</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-12-01T12:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434200#M15147</link>
      <description>I'd start out checking permissions. The oracle binary error needs to own the shared files.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 01 Dec 2004 13:23:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434200#M15147</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-12-01T13:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434201#M15148</link>
      <description>I do not underestand the sentence: "The oracle binary error needs to own the shared files."&lt;BR /&gt;&lt;BR /&gt;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.</description>
      <pubDate>Wed, 01 Dec 2004 13:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434201#M15148</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-12-01T13:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434202#M15149</link>
      <description>Some guesses:&lt;BR /&gt;&lt;BR /&gt;- Is the cluster manager running correctly?&lt;BR /&gt;- How did you create the quorumdisk and server config file: should be something like:&lt;BR /&gt;â ¢ dd if=/dev/zero of=/ocfs-data/cmdiskfile bs=4096 count=65&lt;BR /&gt;&lt;BR /&gt;â ¢ chown root:dba /ocfs-data/cmdiskfile&lt;BR /&gt;&lt;BR /&gt;â ¢ chmod 664 /ocfs-data/cmdiskfile&lt;BR /&gt;&lt;BR /&gt;â ¢ dd if=/dev/zero of=/ocfs-data/srvconfigfile bs=1M count=100&lt;BR /&gt;&lt;BR /&gt;â ¢ chown oracle:dba /ocfs-data/srvconfigfile&lt;BR /&gt;&lt;BR /&gt;â ¢ chmod 664 /ocfs-data/srvconfigfile&lt;BR /&gt;&lt;BR /&gt;- Your controlfile may be damaged? Or are you creating new ones?&lt;BR /&gt;&lt;BR /&gt;- You have Oracle 9.2.0.5?&lt;BR /&gt;&lt;BR /&gt;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</description>
      <pubDate>Wed, 01 Dec 2004 14:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434202#M15149</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-12-01T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434203#M15150</link>
      <description>Thanks for the guesses:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Is the cluster manager running correctly?&lt;BR /&gt;ANSWER: Yes, I have running correctly another database using RAW devices.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; How did you create the quorumdisk and &lt;BR /&gt;&amp;gt;server config file: &lt;BR /&gt;ANSWER: Both of them are raw devices and are working correctly in the database I already have working.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;but important is that oracle should also&lt;BR /&gt;&amp;gt;be owner of the OCFS filesystem. &lt;BR /&gt;ANSWER: Yes, oracle user and oinstall grup are the owners of OCFS filesystem. This info is given when issued the mkfs.ocfs command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I assume you touch/vi the file on the &lt;BR /&gt;&amp;gt;ocfs filesytem&lt;BR /&gt;ANSWER: That is correct.</description>
      <pubDate>Wed, 01 Dec 2004 14:42:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434203#M15150</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-12-01T14:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434204#M15151</link>
      <description>The error message is not complete. I post the complet emessage (1 line more)&lt;BR /&gt;&lt;BR /&gt;ORA-00221: error on write to controlfile&lt;BR /&gt;ORA-00206: error in writing (block 3, # blocks 1) of controlfile&lt;BR /&gt;ORA-00202: controlfile: '/opt/orafiles/ocfs/fs01/control02.ctl'&lt;BR /&gt;ORA-27072: skgfdisp: I/O error&lt;BR /&gt;Linux Error: 5: Input/output error&lt;BR /&gt;Additional information: 2</description>
      <pubDate>Wed, 01 Dec 2004 14:53:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434204#M15151</guid>
      <dc:creator>Tonatiuh</dc:creator>
      <dc:date>2004-12-01T14:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Error 5: Input/output error</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434205#M15152</link>
      <description>I wonder if you can read the controlfile?&lt;BR /&gt;cat or dd?&lt;BR /&gt;&lt;BR /&gt;JP.</description>
      <pubDate>Thu, 02 Dec 2004 01:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-error-5-input-output-error/m-p/3434205#M15152</guid>
      <dc:creator>Jeroen Peereboom</dc:creator>
      <dc:date>2004-12-02T01:42:28Z</dc:date>
    </item>
  </channel>
</rss>

