<?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: i/o error while working with database in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845900#M274145</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This could have been caused by the system temporarily being very busy and the disk response exceeding the tolerance for delay of the database application.&lt;BR /&gt;&lt;BR /&gt;More than likely mstm,cstm, or xstm is going to show a problem with the disk.  I strongly suggest you make sure this data backup is workng well because there may be trouble ahead.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Fri, 18 Aug 2006 05:37:03 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-08-18T05:37:03Z</dc:date>
    <item>
      <title>i/o error while working with database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845898#M274143</link>
      <description>Hi all&lt;BR /&gt;&lt;BR /&gt;My client is using a RIMS database and he encountered i/o issues with the server.&lt;BR /&gt;17:20:19 SRV     3: bkioRead:Unknown O/S error during Read, errno 5, fd 27, len&lt;BR /&gt;8192, offset 594255872, file /db06/PROD.rimsmod/db/rimsmod_11.d3. (6092)&lt;BR /&gt;&lt;BR /&gt;#define EIO             5       /* I/O error&lt;BR /&gt;&lt;BR /&gt;  Suspecting this related with harddisk I checked the disks /logical volumes/ etc . But there are no probles found.&lt;BR /&gt;  No trace were logged to syslog about any kind of i/o error.&lt;BR /&gt;   The top is showing a helthy system, virtual memory operations are fine and bdf shows a pretty good amount of free space in all filesystems.&lt;BR /&gt;&lt;BR /&gt;  My client agreed to run the effected process again, to give me a chance to observe it online.&lt;BR /&gt;&lt;BR /&gt;   Could you all gurus give me the methods should be used to turn on maximum of diagnosing eg: configuring ems etc ..&lt;BR /&gt;&lt;BR /&gt;   Also will it be fine if i gave maximum importants to hard disks.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;S.O&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Aug 2006 03:46:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845898#M274143</guid>
      <dc:creator>so_2</dc:creator>
      <dc:date>2006-08-18T03:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: i/o error while working with database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845899#M274144</link>
      <description>If the error massge gives file name, you can try running following and see is you are able to read a file. Else you can also do full check on that file system and then on disk.&lt;BR /&gt;dd if=/path/file_name of=/dev/null&lt;BR /&gt;dd if=/FS_name of=/dev/null&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx of=/dev/null bs=8k&lt;BR /&gt;&lt;BR /&gt;Also Do you everything ok when you do vgdisplay and lvdisplay for that lvol?&lt;BR /&gt;&lt;BR /&gt;And check disks invloved with STM.</description>
      <pubDate>Fri, 18 Aug 2006 03:52:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845899#M274144</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-08-18T03:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: i/o error while working with database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845900#M274145</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;This could have been caused by the system temporarily being very busy and the disk response exceeding the tolerance for delay of the database application.&lt;BR /&gt;&lt;BR /&gt;More than likely mstm,cstm, or xstm is going to show a problem with the disk.  I strongly suggest you make sure this data backup is workng well because there may be trouble ahead.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Aug 2006 05:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845900#M274145</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-08-18T05:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: i/o error while working with database</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845901#M274146</link>
      <description>This appears to be a duplicate of another post about block corruption. The important error messgae here is: error 5 which is a Unix errno number meaning I/O error. For disks, it means that the disk is bad and cannot be fixed except to replace it. fsck and database repairs cannot repair the damage (which is probably mechanical due to a head crash, or electrical due to flakey electronics) because the data is unreadable.</description>
      <pubDate>Fri, 18 Aug 2006 09:27:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/i-o-error-while-working-with-database/m-p/3845901#M274146</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-08-18T09:27:24Z</dc:date>
    </item>
  </channel>
</rss>

