<?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: Inode errors ??? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880063#M100671</link>
    <description>run fsck on the file system &lt;BR /&gt;&lt;BR /&gt;#fsck -F vxfs -y -o full /dev/vgxx/lvol...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 13 Jan 2003 09:26:38 GMT</pubDate>
    <dc:creator>T G Manikandan</dc:creator>
    <dc:date>2003-01-13T09:26:38Z</dc:date>
    <item>
      <title>Inode errors ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880061#M100669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I??ve got installed 3 new C3750 Workstations with HPUX 11.00&lt;BR /&gt;Since the systems are up and running I receive the following error message:&lt;BR /&gt;2 error 6&lt;BR /&gt;msgcnt 59011 vxfs: mesg 016: vx_ilisterr - / file system error reading inode 44056&lt;BR /&gt;msgcnt 59012 vxfs: mesg 008: vx_direrr: vx_dirlook_4 - / file system inode 35455 block 696382 error 6&lt;BR /&gt;&lt;BR /&gt;thanks for help&lt;BR /&gt;&lt;BR /&gt;Carsten&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 09:19:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880061#M100669</guid>
      <dc:creator>cl_5</dc:creator>
      <dc:date>2003-01-13T09:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inode errors ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880062#M100670</link>
      <description>seems problem reading mentioned inode.&lt;BR /&gt;&lt;BR /&gt;do full fsck on filesystem&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 09:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880062#M100670</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-01-13T09:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: Inode errors ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880063#M100671</link>
      <description>run fsck on the file system &lt;BR /&gt;&lt;BR /&gt;#fsck -F vxfs -y -o full /dev/vgxx/lvol...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Jan 2003 09:26:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880063#M100671</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-01-13T09:26:38Z</dc:date>
    </item>
    <item>
      <title>Re: Inode errors ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880064#M100672</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;please find the disk or lvol where the inode is located on:&lt;BR /&gt;&lt;BR /&gt;# find / -inum 44056&lt;BR /&gt;&lt;BR /&gt;Then umount the filesystem and run an fsck:&lt;BR /&gt;&lt;BR /&gt;# fsck -o full /dev/rdsk/c...&lt;BR /&gt;or&lt;BR /&gt;# fsck -o full /dev/vgXY/rlvolX&lt;BR /&gt;&lt;BR /&gt;Regards ...&lt;BR /&gt;Armin</description>
      <pubDate>Mon, 13 Jan 2003 09:28:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880064#M100672</guid>
      <dc:creator>Armin Feller</dc:creator>
      <dc:date>2003-01-13T09:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inode errors ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880065#M100673</link>
      <description>ls -ali&lt;BR /&gt;&lt;BR /&gt;check your files/dirs&lt;BR /&gt;&lt;BR /&gt;do dd if=your_file/dir of=/dev/null bs=1k&lt;BR /&gt;&lt;BR /&gt;check for errors.</description>
      <pubDate>Mon, 13 Jan 2003 09:30:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880065#M100673</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-01-13T09:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inode errors ???</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880066#M100674</link>
      <description>The key here is the error number (in Unix, it is known as errno). From the file: /usr/include/sys/errno.h:&lt;BR /&gt;&lt;BR /&gt;ENXIO 6 /* No such device or address&lt;BR /&gt;&lt;BR /&gt;Since this is the root filesystem, we can rule out the "no such device" part of the error message, but the "address" is likely the problem. It would appear that the filesystem is trying to access an area beyond the end of the logical volume. Did someone (as root) run the lvreduce command? If so, it will always work but it will also destroy filesystems since LVM commands know nothing about filesystems. LVM simply carves the disk into logical sections and some of these sections may contain a filesystem.&lt;BR /&gt;&lt;BR /&gt;If you've been using lv commands to 'adjust' the size of lvol1, lvol2 or lvol3 (/stand, primary swap and / respectively), you may have some fairly serious problems with the filesystems. If possible, use lvextend to put back the original definitions. Then (download if necessary) use Ignite/UX to backup vg00 and restore interactively so you can adjust all the lvol sizes.</description>
      <pubDate>Mon, 13 Jan 2003 13:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inode-errors/m-p/2880066#M100674</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-13T13:04:26Z</dc:date>
    </item>
  </channel>
</rss>

