<?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 ghost file cannot be deleted in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498923#M20527</link>
    <description>First, I'd like to thank everyone that responds to this forum. I have found many solutions to problems and great advice.  &lt;BR /&gt;&lt;BR /&gt;I have a very weird problem.  I seem to have a ghost file that I cannot delete. Please note:&lt;BR /&gt;&lt;BR /&gt;root#&amp;gt; rm -r log1&lt;BR /&gt;rm: cannot stat log1/l421994.req: No such device or address&lt;BR /&gt;rm: directory log1 not removed.  Directory not empty&lt;BR /&gt;root#&amp;gt; cd log1&lt;BR /&gt;root#&amp;gt; pwd&lt;BR /&gt;/vol23/tmp7/log1&lt;BR /&gt;root#&amp;gt; ls -l&lt;BR /&gt;./l421994.req not found&lt;BR /&gt;total 0&lt;BR /&gt;root#&amp;gt; ls -a&lt;BR /&gt;.            ..           l421994.req&lt;BR /&gt;root#&amp;gt; ls -b&lt;BR /&gt;l421994.req&lt;BR /&gt;root#&amp;gt; rm -r l421994.req&lt;BR /&gt;rm: cannot stat l421994.req: No such device or address&lt;BR /&gt;root#&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I have also noticed the following entries in my syslog:&lt;BR /&gt;Feb 24 03:07:04 hpd370 vmunix: vxfs: mesg 008: vx_direrr - /vol23 file system inode 40998 block 78930 error 6&lt;BR /&gt;Feb 24 04:32:57 hpd370 vmunix: vxfs: mesg 016: vx_ilisterr - /vol23 file system error reading inode 49535&lt;BR /&gt;&lt;BR /&gt;I am assuming that somehow the file was deleted and not the inode.  Can someone tell me how to remove it?&lt;BR /&gt;&lt;BR /&gt;Thanx for help in advance.&lt;BR /&gt;Clara</description>
    <pubDate>Tue, 27 Feb 2001 18:57:30 GMT</pubDate>
    <dc:creator>Clara Rowe</dc:creator>
    <dc:date>2001-02-27T18:57:30Z</dc:date>
    <item>
      <title>ghost file cannot be deleted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498923#M20527</link>
      <description>First, I'd like to thank everyone that responds to this forum. I have found many solutions to problems and great advice.  &lt;BR /&gt;&lt;BR /&gt;I have a very weird problem.  I seem to have a ghost file that I cannot delete. Please note:&lt;BR /&gt;&lt;BR /&gt;root#&amp;gt; rm -r log1&lt;BR /&gt;rm: cannot stat log1/l421994.req: No such device or address&lt;BR /&gt;rm: directory log1 not removed.  Directory not empty&lt;BR /&gt;root#&amp;gt; cd log1&lt;BR /&gt;root#&amp;gt; pwd&lt;BR /&gt;/vol23/tmp7/log1&lt;BR /&gt;root#&amp;gt; ls -l&lt;BR /&gt;./l421994.req not found&lt;BR /&gt;total 0&lt;BR /&gt;root#&amp;gt; ls -a&lt;BR /&gt;.            ..           l421994.req&lt;BR /&gt;root#&amp;gt; ls -b&lt;BR /&gt;l421994.req&lt;BR /&gt;root#&amp;gt; rm -r l421994.req&lt;BR /&gt;rm: cannot stat l421994.req: No such device or address&lt;BR /&gt;root#&amp;gt;&lt;BR /&gt;&lt;BR /&gt;I have also noticed the following entries in my syslog:&lt;BR /&gt;Feb 24 03:07:04 hpd370 vmunix: vxfs: mesg 008: vx_direrr - /vol23 file system inode 40998 block 78930 error 6&lt;BR /&gt;Feb 24 04:32:57 hpd370 vmunix: vxfs: mesg 016: vx_ilisterr - /vol23 file system error reading inode 49535&lt;BR /&gt;&lt;BR /&gt;I am assuming that somehow the file was deleted and not the inode.  Can someone tell me how to remove it?&lt;BR /&gt;&lt;BR /&gt;Thanx for help in advance.&lt;BR /&gt;Clara</description>
      <pubDate>Tue, 27 Feb 2001 18:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498923#M20527</guid>
      <dc:creator>Clara Rowe</dc:creator>
      <dc:date>2001-02-27T18:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: ghost file cannot be deleted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498924#M20528</link>
      <description>it looks like you might want to fsck that filesystem. Umount at sometime and fsck with the -o full option (it will take quite a while depending on the size and number of files).</description>
      <pubDate>Tue, 27 Feb 2001 19:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498924#M20528</guid>
      <dc:creator>Andy Monks</dc:creator>
      <dc:date>2001-02-27T19:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: ghost file cannot be deleted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498925#M20529</link>
      <description>Sounds to me like you need to run fsck on this file system. You'll need to umount the file system first then run fsck to repair.  Since the filesystem does not appear to be o/s related you should be able to umount it once all the processes are stopped without rebooting into single user..&lt;BR /&gt;&lt;BR /&gt;If fsck can not repair than you probably have a disk problem...&lt;BR /&gt;&lt;BR /&gt;/rcw</description>
      <pubDate>Tue, 27 Feb 2001 19:13:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498925#M20529</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-02-27T19:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: ghost file cannot be deleted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498926#M20530</link>
      <description>I concur with the other responses in that you probably need to fsck this LV.&lt;BR /&gt;&lt;BR /&gt;Here are a couple of documents from the ITRC that may help you as well:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1689613b0237fafdb2/screen=ckiDisplayDocument?docId=200000024604001" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1689613b0237fafdb2/screen=ckiDisplayDocument?docId=200000024604001&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1689613b0237fafdb2/screen=ckiDisplayDocument?docId=200000041138793" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=1689613b0237fafdb2/screen=ckiDisplayDocument?docId=200000041138793&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2001 19:18:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498926#M20530</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-02-27T19:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: ghost file cannot be deleted</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498927#M20531</link>
      <description>Hi guys,&lt;BR /&gt;I accidently hit new message instead of reply.  This is the result:&lt;BR /&gt;root#&amp;gt; fsck -y /dev/vg304/lvol23 &lt;BR /&gt;log replay in progress &lt;BR /&gt;pass0 - checking structural files &lt;BR /&gt;pass1 - checking inode sanity and blocks &lt;BR /&gt;fileset 999 inode 49520 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49521 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49522 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49523 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49524 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49525 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49526 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49527 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49528 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49529 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49530 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49531 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49532 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49533 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;fileset 999 inode 49535 marked bad, allocation flags 0001 clear? (ynq)y &lt;BR /&gt;pass2 - checking directory linkage &lt;BR /&gt;fileset 999 directory 40998 block 78930 offset 2 references free inode &lt;BR /&gt;ino 49535 remove entry? (ynq)y &lt;BR /&gt;fileset 999 directory 40998 block 78930 rebuild header? (ynq)y &lt;BR /&gt;pass3 - checking reference counts &lt;BR /&gt;rebuild structural files? (ynq)y &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;pass3 - checking reference counts &lt;BR /&gt;pass4 - checking resource maps &lt;BR /&gt;fileset 999 au 3 imap incorrect - fix (ynq)y &lt;BR /&gt;fileset 999 au 6 imap incorrect - fix (ynq)y &lt;BR /&gt;incorrect CUT entry for fileset 999, fix? (ynq)y &lt;BR /&gt;au 101 emap incorrect - fix? (ynq)y &lt;BR /&gt;au 101 summary incorrect - fix? (ynq)y &lt;BR /&gt;fileset 999 iau 3 summary incorrect - fix? (ynq)y &lt;BR /&gt;fileset 999 iau 6 summary incorrect - fix? (ynq)y &lt;BR /&gt;fileset 999 iau 8 summary incorrect - fix? (ynq)y &lt;BR /&gt;fileset 999 iau 10 summary incorrect - fix? (ynq)y &lt;BR /&gt;fileset 999 iau 11 summary incorrect - fix? (ynq)y &lt;BR /&gt;free block count incorrect 2087159 expected 2087191 fix? (ynq)y &lt;BR /&gt;free extent vector incorrect fix? (ynq)y &lt;BR /&gt;OK to clear log? (ynq)y &lt;BR /&gt;set state to CLEAN? (ynq)y &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I guess that means it worked.  Thanx Patrick for your help on my "new Message" &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x3fc06af52b04d5118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x3fc06af52b04d5118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanx again everyone!&lt;BR /&gt;Clara&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Feb 2001 22:02:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ghost-file-cannot-be-deleted/m-p/2498927#M20531</guid>
      <dc:creator>Clara Rowe</dc:creator>
      <dc:date>2001-02-27T22:02:27Z</dc:date>
    </item>
  </channel>
</rss>

