<?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: filesystem meta data read error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730871#M65428</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is your system connected to a SAN ? I've seen these messages when a LUN was assigned to two systems and both systems had file systems created on that LUN.&lt;BR /&gt;&lt;BR /&gt;So if it is connected to a SAN, check if the LUN is also assigned to another system, on which you would probably get the same messages.&lt;BR /&gt;&lt;BR /&gt;HtH,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
    <pubDate>Fri, 24 May 2002 06:37:10 GMT</pubDate>
    <dc:creator>Mark van Hassel</dc:creator>
    <dc:date>2002-05-24T06:37:10Z</dc:date>
    <item>
      <title>filesystem meta data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730868#M65425</link>
      <description>Hi GURUS&lt;BR /&gt;I get this message when I check in the syslog file.:&lt;BR /&gt;vxfs: mesg 016: vx_ilisterr - /opt/pbin file system error reading inode 1522&lt;BR /&gt;vxfs: mesg 055: vx_metaioerr - /dev/pbin/pbin file system meta data read error&lt;BR /&gt;vxfs: mesg 016: vx_ilisterr - /opt/pbin file system error reading inode 1526&lt;BR /&gt;&lt;BR /&gt;Can anyone help me.&lt;BR /&gt;When I do a filesystem check, it fails.&lt;BR /&gt;Also when I do a listing of the filesystem, it says file not found for a couple of files.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance&lt;BR /&gt;Shaamil Thorne&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 24 May 2002 05:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730868#M65425</guid>
      <dc:creator>Shaamil</dc:creator>
      <dc:date>2002-05-24T05:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem meta data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730869#M65426</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;try taking the server to single user mode&lt;BR /&gt;&lt;BR /&gt;making sure /opt is umounted then&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs /opt&lt;BR /&gt;&lt;BR /&gt;cheers&lt;BR /&gt;John</description>
      <pubDate>Fri, 24 May 2002 05:25:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730869#M65426</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-05-24T05:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem meta data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730870#M65427</link>
      <description>It sure looks like you got a possible disk problem here. First find out which LV /opt/pbin is in and try to un a full fsck on that LV.&lt;BR /&gt;Assuming it's in vg00 (lvol6)&lt;BR /&gt;# fsck -F vxfs -y -o full /dev/vg00/lvol6&lt;BR /&gt;If you are still unable to access the files after fsck, check your lvol, look for any "stale" extents.&lt;BR /&gt;# lvdisplay -v /dev/vg00/lvol6 | more&lt;BR /&gt;If you see "stale" extents which I think you would the next thing is to confirm if the disk is having problem or not.From the "lvdisplay" command above you will know which disk lvol6 is in. Lets says it's in /dev/dsk/c2t2d0.&lt;BR /&gt;&lt;BR /&gt;Check for io errors ..&lt;BR /&gt;# /etc/dmesg&lt;BR /&gt;==&amp;gt; any io errors here ?&lt;BR /&gt;&lt;BR /&gt;Run cstm to confirm if disk is faulty or not ..&lt;BR /&gt;&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt;map&lt;BR /&gt;cstm&amp;gt;sel dev &lt;DEV-NUMBER-OF-DISK-FROM-MAP-OUTPUT&gt;&lt;BR /&gt;cstm&amp;gt;info&lt;BR /&gt;cstm&amp;gt;infolog&lt;BR /&gt;&lt;BR /&gt;If the disk is found to be faulty you'll have to replace it and perform necessary recovery.&lt;BR /&gt;&lt;/DEV-NUMBER-OF-DISK-FROM-MAP-OUTPUT&gt;</description>
      <pubDate>Fri, 24 May 2002 05:35:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730870#M65427</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-24T05:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: filesystem meta data read error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730871#M65428</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Is your system connected to a SAN ? I've seen these messages when a LUN was assigned to two systems and both systems had file systems created on that LUN.&lt;BR /&gt;&lt;BR /&gt;So if it is connected to a SAN, check if the LUN is also assigned to another system, on which you would probably get the same messages.&lt;BR /&gt;&lt;BR /&gt;HtH,&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 24 May 2002 06:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/filesystem-meta-data-read-error/m-p/2730871#M65428</guid>
      <dc:creator>Mark van Hassel</dc:creator>
      <dc:date>2002-05-24T06:37:10Z</dc:date>
    </item>
  </channel>
</rss>

