<?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: tmp file system in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542154#M223418</link>
    <description>What does &lt;BR /&gt;&lt;BR /&gt;# bdf -i&lt;BR /&gt;&lt;BR /&gt;give you? You could have a large number of small (or empty) files in /tmp you need to look at i-node usage too.</description>
    <pubDate>Wed, 11 May 2005 08:41:12 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-05-11T08:41:12Z</dc:date>
    <item>
      <title>tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542146#M223410</link>
      <description>when I try to list files from tmp i got foll error :-   /tmp =&amp;gt;ll&lt;BR /&gt;           ls: out of memory&lt;BR /&gt;           Memory fault(coredump)&lt;BR /&gt;***************************************&lt;BR /&gt;drwxrwxrwx 26 root root 15555584 May 11 18:32 tmp&lt;BR /&gt;can anybody explain why this error is comming and what this 15555584 means ?&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 07:56:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542146#M223410</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-11T07:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542147#M223411</link>
      <description>Do a bdf, what does it display? Is /tmp full?&lt;BR /&gt;&lt;BR /&gt;Do a swapinfo, what does it display?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry d brown jr</description>
      <pubDate>Wed, 11 May 2005 08:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542147#M223411</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2005-05-11T08:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542148#M223412</link>
      <description>You have 15555584 (!!!!!!) file in /tmp, so ls, when it takes the files into some array in the memory, cannot held allocate that big array and crashes.&lt;BR /&gt;&lt;BR /&gt;It's a problem and can cause performance issues on your sever. I suggest to boot the box in single user mode, mount /tmp and delete all the files there, then boot the machine normally.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 08:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542148#M223412</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-11T08:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542149#M223413</link>
      <description>It would appear you have so many files in /tmp there is not enough memory to list them.&lt;BR /&gt;&lt;BR /&gt;bdf /tmp&lt;BR /&gt;&lt;BR /&gt;Does it show /tmp or / as the directory.&lt;BR /&gt;&lt;BR /&gt;I know applicaitons like Software AG Natural and Adabas still store files on /tmp but in practice no other applications really should do that.&lt;BR /&gt;&lt;BR /&gt;swapinfo -tam&lt;BR /&gt;&lt;BR /&gt;Is your system under memory pressure.&lt;BR /&gt;&lt;BR /&gt;I would consider checking how well the system is patched and bringing it up to date if its far behind. &lt;BR /&gt;&lt;BR /&gt;If possible, reboot and try again.&lt;BR /&gt;&lt;BR /&gt;Don't specifically know what the 15555584 means.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 11 May 2005 08:04:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542149#M223413</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-11T08:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542150#M223414</link>
      <description>15555584  is the size of the directory (in bytes). Which suggests either (a) you have a lot of files in /tmp, or (b) the /tmp filesystem is trashed. If you don't have a lot of files in /tmp (bdf -i will show you the number of i-nodes in use) You could always go into single user mode, unmount /tmp, fsck it and remount it.</description>
      <pubDate>Wed, 11 May 2005 08:10:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542150#M223414</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-11T08:10:38Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542151#M223415</link>
      <description>Yes, it's size... 26 is number of links, not 15555584.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sorry, my mistake, got confused with the columns, please ignore my reply :)</description>
      <pubDate>Wed, 11 May 2005 08:12:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542151#M223415</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-11T08:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542152#M223416</link>
      <description>bdf output :-&lt;BR /&gt;/dev/vg00/lvol6     819200  197368  621832   24% /tmp&lt;BR /&gt;&lt;BR /&gt;There is no space problem, how i can remove, because it is not allowing me to list files.</description>
      <pubDate>Wed, 11 May 2005 08:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542152#M223416</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-11T08:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542153#M223417</link>
      <description>As this is a temporary filesystem I'll assume it's safe to delete anything over a week old.&lt;BR /&gt;&lt;BR /&gt;find /tmp -mtime +7 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;Please note the spaces in that command are important.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Wed, 11 May 2005 08:34:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542153#M223417</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2005-05-11T08:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542154#M223418</link>
      <description>What does &lt;BR /&gt;&lt;BR /&gt;# bdf -i&lt;BR /&gt;&lt;BR /&gt;give you? You could have a large number of small (or empty) files in /tmp you need to look at i-node usage too.</description>
      <pubDate>Wed, 11 May 2005 08:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542154#M223418</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-05-11T08:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542155#M223419</link>
      <description>I just started command&lt;BR /&gt;bdf -i shows folls..&lt;BR /&gt;/dev/vg00/lvol6     819200  196465  622735   24% 391259 322853   55% /tmp&lt;BR /&gt;so many files in temp;&lt;BR /&gt; run foll command....&lt;BR /&gt;find /tmp -atime +30 -exec rm {} \;&lt;BR /&gt;&lt;BR /&gt;and waiting for prompt...............&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 08:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542155#M223419</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-11T08:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542156#M223420</link>
      <description>If it's not a critical server, I go back to my suggestion, to boot in single mode and empty /tmp ....&lt;BR /&gt;&lt;BR /&gt;Then, after reboot, when /tmp is empty, monitor it for several hours to see what files are created there and you'll probably find the problem.</description>
      <pubDate>Wed, 11 May 2005 14:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542156#M223420</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-11T14:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542157#M223421</link>
      <description>after running whole night script for deleting files, now i am able to 'ls'in tmp; But still my tmp showing like this :-&lt;BR /&gt;drwxrwxrwx  26 root root 15555584 May 12 10:15 tmp&lt;BR /&gt;why this still shows 15555584.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 May 2005 23:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542157#M223421</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-11T23:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542158#M223422</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I think a reboot is inevitable at this point of time. &lt;BR /&gt;&lt;BR /&gt;Reboot in the single user mode and delete the files in the /tmp filesystem and see how it behaves after booting to the multi user mode.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Naveej</description>
      <pubDate>Wed, 11 May 2005 23:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542158#M223422</guid>
      <dc:creator>Naveej.K.A</dc:creator>
      <dc:date>2005-05-11T23:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542159#M223423</link>
      <description>In tmp continously every second "AAAa*, AAAb* ........." these types of files of 0 bytes generating; how i can trace which application generating thses files.&lt;BR /&gt;Fuser -u /tmp shows only root user&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 00:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542159#M223423</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-12T00:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542160#M223424</link>
      <description>Who si the owner of these files?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have something in your crontab?&lt;BR /&gt;&lt;BR /&gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;May be in the crontab of some user, check /var/spool/cron/crontabs for other users crontabs.&lt;BR /&gt;&lt;BR /&gt;Check what services you have running when the server boots.&lt;BR /&gt;</description>
      <pubDate>Thu, 12 May 2005 01:22:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542160#M223424</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T01:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542161#M223425</link>
      <description>no any crontab process running,&lt;BR /&gt;owner is root:root of these files.&lt;BR /&gt;I unable to trace which process generates these files.</description>
      <pubDate>Thu, 12 May 2005 02:24:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542161#M223425</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-12T02:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542162#M223426</link>
      <description>What's the output of:&lt;BR /&gt;&lt;BR /&gt;lsof /tmp</description>
      <pubDate>Thu, 12 May 2005 02:39:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542162#M223426</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T02:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542163#M223427</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;these files r just temporary store there during some application job request and it may also reside in /var/tmp depending on how the job is written.&lt;BR /&gt;&lt;BR /&gt;if u r interested whom generates it, ll command should show the user and group. the last 5 digit is the process id when the job was running, and u may monitor it with lsof when the job is running.&lt;BR /&gt;&lt;BR /&gt;by the way, i am running Oracle apps in the server and always see such files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Thu, 12 May 2005 02:41:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542163#M223427</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2005-05-12T02:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542164#M223428</link>
      <description>lfof /tmp&lt;BR /&gt;COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME&lt;BR /&gt;snmpdm      988 root    2w  VREG 64,0x6        0  102 /tmp (/dev/vg00/lvol6)&lt;BR /&gt;hp_unixag   999 root    1r  VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;hp_unixag   999 root    2r  VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;mib2agt    1007 root    1r  VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;mib2agt    1007 root    2r  VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;trapdesta  1015 root    1r  VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;trapdesta  1015 root    2r  VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcctla    1345 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcmsga    1346 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;llbserver  1348 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcuisrv   1349 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcacta    1350 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcle      1351 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcmona    1353 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;opcmsgi    1355 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;coda       1359 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;sh         8023 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;lsof      12047 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;lsof      12048 root  cwd   VDIR 64,0x6 15555584    2 /tmp&lt;BR /&gt;files generting like .......AAAa10522 AAAa10478 eveery second.&lt;BR /&gt;&lt;BR /&gt;any guess !!!!!!!!</description>
      <pubDate>Thu, 12 May 2005 03:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542164#M223428</guid>
      <dc:creator>Sarjerao</dc:creator>
      <dc:date>2005-05-12T03:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: tmp file system</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542165#M223429</link>
      <description>I suggest you to bring down one by one this processes and see when it stops.&lt;BR /&gt;&lt;BR /&gt;The only way to do it, if you don't know for sure what is it.</description>
      <pubDate>Thu, 12 May 2005 03:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-file-system/m-p/3542165#M223429</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-05-12T03:15:52Z</dc:date>
    </item>
  </channel>
</rss>

