<?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: fsck error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171763#M458201</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks you have some media error on the disk/LV where the filesystem is residing.&lt;BR /&gt;&lt;BR /&gt;Just check if you have stale extends on the lv.&lt;BR /&gt;#lvdisplay -v /dev/vg01/lvol12 |grep stale&lt;BR /&gt;&lt;BR /&gt;Sometime lvdisplay won't display media errors as stale. So try with dd to read the entire logical volume or even entire disk.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rLvol12 of=/dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1024k</description>
    <pubDate>Sun, 26 Apr 2009 09:33:02 GMT</pubDate>
    <dc:creator>Ganesan R</dc:creator>
    <dc:date>2009-04-26T09:33:02Z</dc:date>
    <item>
      <title>fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171759#M458197</link>
      <description>hi &lt;BR /&gt;i have two VG vg01 and vg02 on vg02 i have two LV lv12 mounted on /u02 and lv13 mounted on /u01 for oracle i tried to mount /u01 but there error say you need to run fsck but i have face this error:&lt;BR /&gt;#  fsck -F vxfs -o full -n /dev/vg01/rLvol12&lt;BR /&gt;pass0 - checking structural files&lt;BR /&gt;pass1 - checking inode sanity and blocks&lt;BR /&gt;pass2 - checking directory linkage&lt;BR /&gt;vxfs fsck: fsck read failure bno = 194512, off = 0, len = 8192&lt;BR /&gt;how i can fix this error?&lt;BR /&gt;thnx for all</description>
      <pubDate>Sun, 26 Apr 2009 07:55:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171759#M458197</guid>
      <dc:creator>tareq_2</dc:creator>
      <dc:date>2009-04-26T07:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171760#M458198</link>
      <description>did you try it without the -n option?&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full n /dev/vg01/rLvol12&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Apr 2009 07:59:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171760#M458198</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-04-26T07:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171761#M458199</link>
      <description>yes i tried without n but the same</description>
      <pubDate>Sun, 26 Apr 2009 08:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171761#M458199</guid>
      <dc:creator>tareq_2</dc:creator>
      <dc:date>2009-04-26T08:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171762#M458200</link>
      <description>can you read the whole LV without error?&lt;BR /&gt;&lt;BR /&gt;so can you do this:&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rLvol12 of=/dev/null bs=8k&lt;BR /&gt;&lt;BR /&gt;and see it complete without error?&lt;BR /&gt;&lt;BR /&gt;what does lvdisplay show for the lvol...&lt;BR /&gt;&lt;BR /&gt;possibly you have a failing disk&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Sun, 26 Apr 2009 08:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171762#M458200</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-04-26T08:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171763#M458201</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It looks you have some media error on the disk/LV where the filesystem is residing.&lt;BR /&gt;&lt;BR /&gt;Just check if you have stale extends on the lv.&lt;BR /&gt;#lvdisplay -v /dev/vg01/lvol12 |grep stale&lt;BR /&gt;&lt;BR /&gt;Sometime lvdisplay won't display media errors as stale. So try with dd to read the entire logical volume or even entire disk.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/vg01/rLvol12 of=/dev/null bs=1024&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtxdx of=/dev/null bs=1024k</description>
      <pubDate>Sun, 26 Apr 2009 09:33:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171763#M458201</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-04-26T09:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171764#M458202</link>
      <description>hi there&lt;BR /&gt;i have tried the &lt;BR /&gt;dd if=/dev/vg01/rLvol12 of=/dev/null bs=1024 command but the result is&lt;BR /&gt;IO error. i have faced the same problem but in another server at that time i have delete the LV and make it again and its work.&lt;BR /&gt;but in this case i need the data in the LV and i can't delete it</description>
      <pubDate>Sun, 26 Apr 2009 09:50:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171764#M458202</guid>
      <dc:creator>tareq_2</dc:creator>
      <dc:date>2009-04-26T09:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171765#M458203</link>
      <description>looks a lot like a bad disk to me... anything in syslog.log indicating a problem?&lt;BR /&gt;&lt;BR /&gt;you *do* have a backup don't you?&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Sun, 26 Apr 2009 10:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171765#M458203</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-04-26T10:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171766#M458204</link>
      <description>&lt;BR /&gt;Basically your problem is that you can't read a block on the disk.&lt;BR /&gt;&lt;BR /&gt;What kind of disk makes up this VG?  Is it a LUN on a SAN or is it a regular disk drive?&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;If this is a regular disk drive, then the drive needs to be replaced and if there is no mirroring, then the data will have to be restored.&lt;BR /&gt;&lt;BR /&gt;If this disk is part of a SAN, then you probably still need to replace a disk, but it will be more difficult determining which disk.  You will need to use SAN utilities to determine this.  &lt;BR /&gt;&lt;BR /&gt;You may still need to restore data though.  Hopefully you have a relatively recent backup of this data.</description>
      <pubDate>Sun, 26 Apr 2009 10:50:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171766#M458204</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2009-04-26T10:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171767#M458205</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;Based on a careful read of the thread, you have a bad disk block. A physical sector of the disk can not be read.&lt;BR /&gt;&lt;BR /&gt;There appears to be an oracle table sitting the bad spot.&lt;BR /&gt;&lt;BR /&gt;Therefore your alternative is to fix the disk and restore the database.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T1859-90048/ch04s07.html" target="_blank"&gt;http://docs.hp.com/en/T1859-90048/ch04s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What course of action you take depends on whether or not your disk is under local control or SAN.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Sun, 26 Apr 2009 12:29:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171767#M458205</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-26T12:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: fsck error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171768#M458206</link>
      <description>thanks for all</description>
      <pubDate>Thu, 24 Sep 2009 06:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/fsck-error/m-p/5171768#M458206</guid>
      <dc:creator>tareq_2</dc:creator>
      <dc:date>2009-09-24T06:44:57Z</dc:date>
    </item>
  </channel>
</rss>

