<?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: strange Filesystem issue in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805324#M616673</link>
    <description>you can read this link for better explanation of your error:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1150226580639+28353475&amp;amp;docId=200000076281156" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1150226580639+28353475&amp;amp;docId=200000076281156&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING: msgcnt x: vxfs: mesg 008:&lt;BR /&gt; vx_direrr: caller_id - mount_point file system inode inumber block blkno error&lt;BR /&gt;errno&lt;BR /&gt;A directory operation failed in an unexpected manner. caller_id identifies the&lt;BR /&gt;routine that generated the message. The mount point, inode, and block number&lt;BR /&gt;identify the failing directory. If the inode is an immediate directory, the&lt;BR /&gt;directory entries are stored in the inode, so no block number is reported. If&lt;BR /&gt;the error is ENOENT or ENOTDIR, an inconsistency was detected in the directory&lt;BR /&gt;block. This inconsistency could be a bad free count, a corrupted hash chain, or&lt;BR /&gt;any similar directory structure error. If the error is EIO or ENXIO, an I/O&lt;BR /&gt;failure occurred while reading or writing the disk block.&lt;BR /&gt;&lt;BR /&gt;The VX_FULLFSCK flag is set in the super-block so that fsck will do a full&lt;BR /&gt;structural check the next time it is run.&lt;BR /&gt;&lt;BR /&gt;.Action&lt;BR /&gt;&lt;BR /&gt;Check the console log for I/O errors. If the problem was caused by a disk&lt;BR /&gt;failure, replace the disk before the file system is mounted for write access.&lt;BR /&gt;Unmount the file system and use fsck to run a full structural check.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Jun 2006 14:24:47 GMT</pubDate>
    <dc:creator>Deoncia Grayson_1</dc:creator>
    <dc:date>2006-06-13T14:24:47Z</dc:date>
    <item>
      <title>strange Filesystem issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805321#M616670</link>
      <description>i have this error from syslog&lt;BR /&gt;Jun 13 13:46:19 crusader vmunix: msgcnt 117 vxfs: mesg 008: vx_direrr: vx_dirscan_2 - /m01 file system inode 15 block 7252350 erro&lt;BR /&gt;r 6&lt;BR /&gt;&lt;BR /&gt;/m01 is fine( i am able to read/write to it) but a particular dir under /m01/data/oradata has issues. if i do ls -i on oradata it shows 15. it is a empty directory and i am not able to rm -r it also..this is the error i am getting&lt;BR /&gt;# rm -r oradata&lt;BR /&gt;rm: cannot stat oradata: No such device or address&lt;BR /&gt;# I am getting no such device error when i try to copy to this directory also. Only two days back the dame filesystem /m01 had issues and i fsck'd and fixed it. it was a different directory and now this directory..please help with this..i want to atleast remove this directory and re-create with the same name(so that it has diff inode)..any ideas?&lt;BR /&gt;&lt;BR /&gt;THanks&lt;BR /&gt;&lt;BR /&gt;Joe</description>
      <pubDate>Tue, 13 Jun 2006 14:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805321#M616670</guid>
      <dc:creator>joe_91</dc:creator>
      <dc:date>2006-06-13T14:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: strange Filesystem issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805322#M616671</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;I think your only option is to umount the filesystem and run a full fsck on it.&lt;BR /&gt;&lt;BR /&gt;# fsck -o full /dev/vgXX/rlvolyy&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 13 Jun 2006 14:11:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805322#M616671</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2006-06-13T14:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: strange Filesystem issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805323#M616672</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;&lt;BR /&gt;find /m01/data -type d -inum 15 -exec rmdir -f  {} \;&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Tue, 13 Jun 2006 14:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805323#M616672</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-06-13T14:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: strange Filesystem issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805324#M616673</link>
      <description>you can read this link for better explanation of your error:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1150226580639+28353475&amp;amp;docId=200000076281156" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;admit=-682735245+1150226580639+28353475&amp;amp;docId=200000076281156&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;WARNING: msgcnt x: vxfs: mesg 008:&lt;BR /&gt; vx_direrr: caller_id - mount_point file system inode inumber block blkno error&lt;BR /&gt;errno&lt;BR /&gt;A directory operation failed in an unexpected manner. caller_id identifies the&lt;BR /&gt;routine that generated the message. The mount point, inode, and block number&lt;BR /&gt;identify the failing directory. If the inode is an immediate directory, the&lt;BR /&gt;directory entries are stored in the inode, so no block number is reported. If&lt;BR /&gt;the error is ENOENT or ENOTDIR, an inconsistency was detected in the directory&lt;BR /&gt;block. This inconsistency could be a bad free count, a corrupted hash chain, or&lt;BR /&gt;any similar directory structure error. If the error is EIO or ENXIO, an I/O&lt;BR /&gt;failure occurred while reading or writing the disk block.&lt;BR /&gt;&lt;BR /&gt;The VX_FULLFSCK flag is set in the super-block so that fsck will do a full&lt;BR /&gt;structural check the next time it is run.&lt;BR /&gt;&lt;BR /&gt;.Action&lt;BR /&gt;&lt;BR /&gt;Check the console log for I/O errors. If the problem was caused by a disk&lt;BR /&gt;failure, replace the disk before the file system is mounted for write access.&lt;BR /&gt;Unmount the file system and use fsck to run a full structural check.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 14:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805324#M616673</guid>
      <dc:creator>Deoncia Grayson_1</dc:creator>
      <dc:date>2006-06-13T14:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: strange Filesystem issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805325#M616674</link>
      <description>To remove dirs or files by inode is what you seek.&lt;BR /&gt;&lt;BR /&gt;# ls -i * -or- ls -i /rm01&lt;BR /&gt;&lt;BR /&gt;will return ####, ie, 1316&lt;BR /&gt;&lt;BR /&gt;# find / -inum ### -exec rm -i {} \:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Jun 2006 15:29:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805325#M616674</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2006-06-13T15:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: strange Filesystem issue</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805326#M616675</link>
      <description>Shalom Joe,&lt;BR /&gt;&lt;BR /&gt;In summary, its either get fsck to work or build a new filesystem and restore the data from backup.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 13 Jun 2006 15:36:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/strange-filesystem-issue/m-p/3805326#M616675</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-06-13T15:36:43Z</dc:date>
    </item>
  </channel>
</rss>

