<?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 open file? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053657#M304917</link>
    <description>I have some open files under /tmp which is showing file system full, &lt;BR /&gt;&lt;BR /&gt;bdf /tmp&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol5    2048000 2048000       0  100% /tmp&lt;BR /&gt;&lt;BR /&gt;du -sk /tmp&lt;BR /&gt;6450    /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any way to know what is causing it, i tried lsof +aL1 /tmp, below is output - &lt;BR /&gt;&lt;BR /&gt;Thanks for replying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sun, 12 Aug 2007 19:20:38 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2007-08-12T19:20:38Z</dc:date>
    <item>
      <title>open file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053657#M304917</link>
      <description>I have some open files under /tmp which is showing file system full, &lt;BR /&gt;&lt;BR /&gt;bdf /tmp&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/vg00/lvol5    2048000 2048000       0  100% /tmp&lt;BR /&gt;&lt;BR /&gt;du -sk /tmp&lt;BR /&gt;6450    /tmp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is there any way to know what is causing it, i tried lsof +aL1 /tmp, below is output - &lt;BR /&gt;&lt;BR /&gt;Thanks for replying&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Aug 2007 19:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053657#M304917</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2007-08-12T19:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: open file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053658#M304918</link>
      <description>It seems everything is in your lsof output.&lt;BR /&gt;&lt;BR /&gt;It seems you have several programs all writing to the 2 Gb file with inode 19042.&lt;BR /&gt;&lt;BR /&gt;If you can't find it using ll, you might be able to use find(1), unless the file was unlinked:&lt;BR /&gt;$ find /tmp -inum 19042</description>
      <pubDate>Sun, 12 Aug 2007 23:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053658#M304918</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2007-08-12T23:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: open file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053659#M304919</link>
      <description>hi Prashant,&lt;BR /&gt;&lt;BR /&gt;See the lsof output, there are programs that locking your /tmp. I believe the user oazctes1 is executing some programs?&lt;BR /&gt;&lt;BR /&gt;or what is FNDLIBR do ? Please check with your dba if this is a normal behaviour ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;COMMAND     PID     USER   FD   TYPE DEVICE   SIZE/OFF NLINK  NODE NAME&lt;BR /&gt;FNDLIBR     142 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;POXCON      159 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;FNDLIBR     244 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;FNDLIBR     269 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;POXCON      323 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;POXCON      582 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;RCVOLTM     781 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;RCVOLTM     893 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;FNDLIBR     946 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;RCVOLTM     992 oazctes1    4w   REG 64,0x5 2147483647     0 19042 /tmp (/dev/vg00/lvol5)&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Aug 2007 23:43:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053659#M304919</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-12T23:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: open file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053660#M304920</link>
      <description>hi Prashant,&lt;BR /&gt;&lt;BR /&gt;See the lsof output, there are programs that locking your /tmp. I believe the user oazctes1 is executing some programs and the process is locking your /tmp space.&lt;BR /&gt; &lt;BR /&gt;/tmp 100% full, may impact your other operation, please plan to add more /tmp space.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;WK&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sun, 12 Aug 2007 23:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053660#M304920</guid>
      <dc:creator>whiteknight</dc:creator>
      <dc:date>2007-08-12T23:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: open file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053661#M304921</link>
      <description>Dear Prashant,&lt;BR /&gt;&lt;BR /&gt;only the DBA guy can help you in this regard,becaz the user "oazctes1" is executing some programmes and you can see it is keep on increasing .Before Adding space to tmp (not good always to add space),pls discuus with DBA ,and confirm what is causing this filesystem to full.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;rgds</description>
      <pubDate>Mon, 13 Aug 2007 00:49:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/open-file/m-p/4053661#M304921</guid>
      <dc:creator>Trng</dc:creator>
      <dc:date>2007-08-13T00:49:32Z</dc:date>
    </item>
  </channel>
</rss>

