<?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: Help on resizing problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781837#M833422</link>
    <description>It is indeed an I/O error. There are only two possibilities: the disk is going bad and you are about to lose everything on that disk, or someone logged in as root may have used lvreduce on the running system (a BIG no-no) and made the physical disk (as it appears to the filesystem manager) smaller than when the filesystem was created. &lt;BR /&gt;&lt;BR /&gt;The filesystem code issues a seek to a track beyond the end of the logical volume and the driver issues an I/O error, same as if the heads were positioned beyond the edge of the disk.&lt;BR /&gt;&lt;BR /&gt;Look in /var/adm/syslog/syslog.log for disk errors. If there are a lot, make sure your backups are accurate and known to work.</description>
    <pubDate>Thu, 08 Aug 2002 00:36:43 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2002-08-08T00:36:43Z</dc:date>
    <item>
      <title>Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781836#M833421</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;What does these errors means and how do I rectify them ? &lt;BR /&gt;&lt;BR /&gt;ORA-01237: cannot extend datafile 30 &lt;BR /&gt;ORA-01110: data file 30: '/d13/sp1/dat/680dat2.dbf' &lt;BR /&gt;ORA-19502: write error on file "/d13/sp1/dat/680dat2.dbf", blockno 177089 (blocksize=4096) &lt;BR /&gt;ORA-27072: skgfdisp: I/O error &lt;BR /&gt;Additional information: 177089 &lt;BR /&gt;&lt;BR /&gt;Posted this errors in Oracle Forum but was told that this combination of errors sometimes indicates a hardware problem and was redirected to the Unix&lt;BR /&gt;Installation/OS: RDBMS team.&lt;BR /&gt;So far, no reply yet and I urgently need to increase the datafiles sizes.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance &lt;BR /&gt;&lt;BR /&gt;Mohd</description>
      <pubDate>Thu, 08 Aug 2002 00:19:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781836#M833421</guid>
      <dc:creator>Mohd Mohtar</dc:creator>
      <dc:date>2002-08-08T00:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781837#M833422</link>
      <description>It is indeed an I/O error. There are only two possibilities: the disk is going bad and you are about to lose everything on that disk, or someone logged in as root may have used lvreduce on the running system (a BIG no-no) and made the physical disk (as it appears to the filesystem manager) smaller than when the filesystem was created. &lt;BR /&gt;&lt;BR /&gt;The filesystem code issues a seek to a track beyond the end of the logical volume and the driver issues an I/O error, same as if the heads were positioned beyond the edge of the disk.&lt;BR /&gt;&lt;BR /&gt;Look in /var/adm/syslog/syslog.log for disk errors. If there are a lot, make sure your backups are accurate and known to work.</description>
      <pubDate>Thu, 08 Aug 2002 00:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781837#M833422</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-08-08T00:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781838#M833423</link>
      <description>Hi Mohd&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;do a  dd if=/d13/sp1/dat/680dat2.dbf of=/dev/null and check whter this gives an io error or not .&lt;BR /&gt;&lt;BR /&gt;Most of the dbf files you can do a strings also to check that the file is good or not. It looks there is a bad block , I suggest run a dd on the disk and replace if it errors out.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2002 03:03:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781838#M833423</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-08T03:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781839#M833424</link>
      <description />
      <pubDate>Thu, 08 Aug 2002 03:27:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781839#M833424</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-08-08T03:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781840#M833425</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;After noting the error ora-27020 I was looking at the amount of free space on your file system.&lt;BR /&gt;&lt;BR /&gt;The message write error on a specific block is to check the /var/adm/syslog/syslog.log file to check any message related to a disk problem.&lt;BR /&gt;&lt;BR /&gt;Post your syslog.log file messages indicating any bad disk failure.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2002 04:28:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781840#M833425</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-08T04:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781841#M833426</link>
      <description>hello,&lt;BR /&gt;&lt;BR /&gt;After noting the error ora-27020 I was looking at the amount of free space on your file system.&lt;BR /&gt;&lt;BR /&gt;The message write error on a specific block is to check the /var/adm/syslog/syslog.log file to check any message related to a disk problem.&lt;BR /&gt;&lt;BR /&gt;Post your syslog.log file messages indicating any bad disk failure.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Aug 2002 04:29:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781841#M833426</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-08T04:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781842#M833427</link>
      <description>If there are no messages in syslog about a bad disk,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have this parameter in your initialization file.&lt;BR /&gt;init&lt;SID&gt;.ora of the database.&lt;BR /&gt;&lt;BR /&gt;CONTROL_FILE_RECORD_KEEP_TIME&lt;BR /&gt;&lt;BR /&gt;check this link for the description of the parameter.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a90190/ch124.htm" target="_blank"&gt;http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/server.901/a90190/ch124.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Post your results&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/SID&gt;</description>
      <pubDate>Thu, 08 Aug 2002 04:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781842#M833427</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2002-08-08T04:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help on resizing problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781843#M833428</link>
      <description>Thanks to all for the replies.&lt;BR /&gt;&lt;BR /&gt;The IO error is due to insufficient disk space and I have rectified the problem.&lt;BR /&gt;&lt;BR /&gt;Thanks again.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Aug 2002 01:20:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-on-resizing-problem/m-p/2781843#M833428</guid>
      <dc:creator>Mohd Mohtar</dc:creator>
      <dc:date>2002-08-13T01:20:33Z</dc:date>
    </item>
  </channel>
</rss>

