<?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 Inode error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316160#M340108</link>
    <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;We are getting below error on one of our HP-UX server after installing RMP patch. We have also extended /var at that time. After that we started getting this error.&lt;BR /&gt;&lt;BR /&gt;Nov 30 03:50:27 mccfwp18 vmunix: msgcnt 2 vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 35104&lt;BR /&gt;&lt;BR /&gt;Thanks * regards,&lt;BR /&gt;Kavita</description>
    <pubDate>Mon, 01 Dec 2008 23:47:26 GMT</pubDate>
    <dc:creator>Kavita Poonia</dc:creator>
    <dc:date>2008-12-01T23:47:26Z</dc:date>
    <item>
      <title>Inode error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316160#M340108</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;We are getting below error on one of our HP-UX server after installing RMP patch. We have also extended /var at that time. After that we started getting this error.&lt;BR /&gt;&lt;BR /&gt;Nov 30 03:50:27 mccfwp18 vmunix: msgcnt 2 vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 35104&lt;BR /&gt;&lt;BR /&gt;Thanks * regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Mon, 01 Dec 2008 23:47:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316160#M340108</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2008-12-01T23:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Inode error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316161#M340109</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Maybe this might help to isolate:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B3929-90011/apas03.html" target="_blank"&gt;http://docs.hp.com/en/B3929-90011/apas03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2008 00:15:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316161#M340109</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2008-12-02T00:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Inode error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316162#M340110</link>
      <description>Hello CNB,&lt;BR /&gt;&lt;BR /&gt;Thanks for the document. It was really helpful. That means we have to replace the disk or either run fsck to correct this error. But why this error got generated, any idea ?&lt;BR /&gt;&lt;BR /&gt;Thanks * regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Tue, 02 Dec 2008 01:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316162#M340110</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2008-12-02T01:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inode error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316163#M340111</link>
      <description>Hi Kavita,&lt;BR /&gt;&lt;BR /&gt;I suspect the disk being extended might have had something to do with it. Could be a bad block. Not really sure, but you could run STM &amp;amp; logtools against the drive to see the hardware health history of the drive. &lt;BR /&gt;&lt;BR /&gt;Check with:&lt;BR /&gt;# echo "sel dev all;info;wait;il"|/usr/sbin/cstm&lt;BR /&gt;-and-&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt; runutil logtool&lt;BR /&gt;Logtool Utility&amp;gt; rs&lt;BR /&gt;Logtool Utility&amp;gt; fs&lt;BR /&gt;Logtool Utility&amp;gt; fl&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2008 16:40:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316163#M340111</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2008-12-02T16:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Inode error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316164#M340112</link>
      <description>&amp;gt;  vxfs: mesg 016: vx_ilisterr - /var file system error reading inode 35104&lt;BR /&gt; &lt;BR /&gt;This is an I/O error which means the disk could not be read (bad spot). Look in syslog and you'll likely see a lot of I/O error messages. You can also use dd to verify that the disk has a bad spot:&lt;BR /&gt; &lt;BR /&gt;dd if=/dev/vg00/whatever of=/dev/null bs=1024k&lt;BR /&gt; &lt;BR /&gt;The bad spot will cause dd to stop with I/O error 5. You'll need to replace the disk and recover all the data on it.&lt;BR /&gt; &lt;BR /&gt;Since you said you extended /var, did you use Online JFS, ie, the fsadm command to increase the filesystem?</description>
      <pubDate>Wed, 03 Dec 2008 02:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316164#M340112</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2008-12-03T02:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Inode error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316165#M340113</link>
      <description>Thanks CNB for your reply......&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hello Bill,&lt;BR /&gt;&lt;BR /&gt;I have tested the disks with dd comand and it seems fine. Yes, I have used fsadm for extending /var. I have also logged a CASE with HP and they have suggested to install 3 network patches on the server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks * regards,&lt;BR /&gt;Kavita</description>
      <pubDate>Wed, 03 Dec 2008 02:39:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-error/m-p/4316165#M340113</guid>
      <dc:creator>Kavita Poonia</dc:creator>
      <dc:date>2008-12-03T02:39:32Z</dc:date>
    </item>
  </channel>
</rss>

