<?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: IO error writing block to file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025198#M762528</link>
    <description>hello Man Dinh.&lt;BR /&gt;&lt;BR /&gt;It appears to be disk related, maybe one of your harddisk is failing or about to fail. Check /var/adm/syslog.log, and also run &lt;BR /&gt;dmesg command, and see if there is any trouble with your hardware, also run an &lt;BR /&gt;ioscan -fnC disk.&lt;BR /&gt;&lt;BR /&gt;I also found this.&lt;BR /&gt;ORA-01114: IO error writing block to file string (block # string) &lt;BR /&gt;Cause: The device on which the file resides is probably offline. If the file is a temporary file, then it is also possible that the device has run out of space. This could happen because disk space of temporary files is not necessarily allocated at file creation time. &lt;BR /&gt;Action: Restore access to the device or remove unnecessary files to free up space. &lt;BR /&gt; &lt;BR /&gt;And check this site for more info. &lt;BR /&gt;&lt;A href="http://www.experts-exchange.com/Databases/Oracle/Q_20075060.html" target="_blank"&gt;http://www.experts-exchange.com/Databases/Oracle/Q_20075060.html&lt;/A&gt;</description>
    <pubDate>Mon, 29 Jan 2007 08:08:06 GMT</pubDate>
    <dc:creator>Fabian Briseño</dc:creator>
    <dc:date>2007-01-29T08:08:06Z</dc:date>
    <item>
      <title>IO error writing block to file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025197#M762527</link>
      <description>We're running Oracle 9.2.0.6 on HP-UX B.11.11.  We've been finding the following errors in the Oracle alert log:&lt;BR /&gt;&lt;BR /&gt;Errors in file /oracle/PRD/saptrace/usertrace/prd_ora_27240.trc:&lt;BR /&gt;ORA-01114: IO error writing block to file 1025 (block # 137225) &lt;BR /&gt;ORA-27072: skgfdisp: I/O error                                  &lt;BR /&gt;Additional information: 137225&lt;BR /&gt;&lt;BR /&gt;Here's the "ls -l" of the the file:&lt;BR /&gt;-rw-rw----   1 oraprd     dba        117089131 Jan 25 03:41 /oracle/PRD/saptrace/usertrace/prd_ora_27240.trc&lt;BR /&gt;&lt;BR /&gt;Here's what bdf shows:&lt;BR /&gt;8388608 7537800  824600   90% /oracle/PRD&lt;BR /&gt;&lt;BR /&gt;I've searched both Oracle and HP sites, but could not find anything related.  I'd appreciate your input/opinion on the cause and any pointers on how to go about rectifying this condition.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Mon, 29 Jan 2007 07:53:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025197#M762527</guid>
      <dc:creator>Man Dinh</dc:creator>
      <dc:date>2007-01-29T07:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: IO error writing block to file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025198#M762528</link>
      <description>hello Man Dinh.&lt;BR /&gt;&lt;BR /&gt;It appears to be disk related, maybe one of your harddisk is failing or about to fail. Check /var/adm/syslog.log, and also run &lt;BR /&gt;dmesg command, and see if there is any trouble with your hardware, also run an &lt;BR /&gt;ioscan -fnC disk.&lt;BR /&gt;&lt;BR /&gt;I also found this.&lt;BR /&gt;ORA-01114: IO error writing block to file string (block # string) &lt;BR /&gt;Cause: The device on which the file resides is probably offline. If the file is a temporary file, then it is also possible that the device has run out of space. This could happen because disk space of temporary files is not necessarily allocated at file creation time. &lt;BR /&gt;Action: Restore access to the device or remove unnecessary files to free up space. &lt;BR /&gt; &lt;BR /&gt;And check this site for more info. &lt;BR /&gt;&lt;A href="http://www.experts-exchange.com/Databases/Oracle/Q_20075060.html" target="_blank"&gt;http://www.experts-exchange.com/Databases/Oracle/Q_20075060.html&lt;/A&gt;</description>
      <pubDate>Mon, 29 Jan 2007 08:08:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025198#M762528</guid>
      <dc:creator>Fabian Briseño</dc:creator>
      <dc:date>2007-01-29T08:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: IO error writing block to file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025199#M762529</link>
      <description>Hi,&lt;BR /&gt;normally there is a OS error code associated shown.&lt;BR /&gt;&lt;BR /&gt;In your case I would guess, either at a faulty block on the disk, a temporary full file system or a full tablespace/temp datafile.&lt;BR /&gt;&lt;BR /&gt;Please check via:&lt;BR /&gt;select * from v$tablespace;&lt;BR /&gt;select * from dba_temp_files;&lt;BR /&gt;select * from dba_data_files;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please also read:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/helptips.do?#33" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/helptips.do?#33&lt;/A&gt; on how to reward any useful answers given to your questions.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Jan 2007 08:14:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025199#M762529</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2007-01-29T08:14:03Z</dc:date>
    </item>
    <item>
      <title>Re: IO error writing block to file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025200#M762530</link>
      <description>Fabian &amp;amp; Peter:  Thank you for your prompt responses.  I should have first checked /var/adm/syslog as Fabian suggested.  It was "file system full" error - The temp table filespace filled up (You're right, Peter).&lt;BR /&gt;&lt;BR /&gt;The problem is solved.  I have assigned points to both of you.  Thanks again Fabian and Peter.&lt;BR /&gt;&lt;BR /&gt;Sincerely,&lt;BR /&gt;Man Dinh</description>
      <pubDate>Mon, 29 Jan 2007 08:49:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025200#M762530</guid>
      <dc:creator>Man Dinh</dc:creator>
      <dc:date>2007-01-29T08:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: IO error writing block to file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025201#M762531</link>
      <description>Expand filesystem.</description>
      <pubDate>Mon, 29 Jan 2007 08:50:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/io-error-writing-block-to-file/m-p/5025201#M762531</guid>
      <dc:creator>Man Dinh</dc:creator>
      <dc:date>2007-01-29T08:50:50Z</dc:date>
    </item>
  </channel>
</rss>

