<?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: unable to find what is filling up /tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5680087#M480462</link>
    <description>&lt;P&gt;&amp;gt;ps -ef | awk '/pong/{print $2}' | xargs kill -15;&amp;nbsp;&amp;nbsp; will do the job?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, unless you want to limit it to be safe:&lt;/P&gt;&lt;P&gt;ps -fu root | awk '/ping.*pong/ {print $2}' | xargs kill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Try using lsof on /tmp with sorting SIZE column.&lt;/P&gt;&lt;P&gt;&amp;gt; cat lsof_tmp.out | sort -k 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I count column 7.&amp;nbsp; Also no need to use an evil cat:&lt;/P&gt;&lt;P&gt;sort -k 7 lsof_tmp.out&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jun 2012 08:05:18 GMT</pubDate>
    <dc:creator>Dennis Handly</dc:creator>
    <dc:date>2012-06-05T08:05:18Z</dc:date>
    <item>
      <title>unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679165#M480433</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems rather easy problem to solve, but I am struglling to find out what is wrong, please can you help:&lt;/P&gt;&lt;P&gt;I have a server running 11.23 in which:&lt;/P&gt;&lt;PRE&gt; #bdf /tmp
Filesystem          kbytes    used   avail %used Mounted on
/dev/vg00/lvol8    1048576 1012592   35984   97% /tmp&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;But when I search for big files in it:&lt;/P&gt;&lt;PRE&gt;find /tmp -xdev -size +10000c -exec ls -lrt {} \;
-rwx------   1 root       sys          11914 Feb 17 11:09 /tmp/fr/vconf11
-r-xr-xr-x   1 root       sys          98152 Jun 29  2011 /tmp/fr/evainfo_hpux11_23_IA
-rw-------   1 root       sys          35959 Jun 20  2011 /tmp/mana06178
mceldev[721]/ #

#du -kx /tmp | sort -rn | head -30
496     /tmp
272     /tmp/fr
8       /tmp/backup
8       /tmp/PrinterSoftwt
8       /tmp/.oracle
0       /tmp/lost+found
0       /tmp/ign_configure
0       /tmp/.AgentSockets
mceldev[722]/ #&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/tmp #du -sk *
0       67MQLuQXL5
0       ACL.log
8       AUTO.err
8       Core-sd.log
8       PrinterSoftwt
8       backup
8       cc-sd.log
8       da-sd.log
0       dhcpfifo.any
0       dhcpfifo.root
8       docs-sd.log
272     fr
0       ign_configure
0       ipv6agt.crashlog
8       javagui-sd.log
0       llbdbase.dat
0       lost+found
8       ma-sd.log
40      mana06178
8       media_info
8       media_info.tmp
8       mover_files
8       portmap.file
8       rpcbind.file
8       sensor_info
16      set_8265-151211_145156_basenv.ksh
8       system
8       system.prev
8       tmp_cur_shel_8265-151211_145156.env
0       tomala_swap.txt
0       wd_action.dbg&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Pls can you help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 09:25:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679165#M480433</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-04T09:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679215#M480442</link>
      <description>&lt;P&gt;&amp;gt;It seems rather easy problem to solve&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It appears someone created a large file then it was removed while still opened.&lt;/P&gt;&lt;P&gt;You need to use lsof to find it and the process that has it opened.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 10:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679215#M480442</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-04T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679221#M480444</link>
      <description>&lt;P&gt;Run "fuser -cu /tmp" to find the process id which is using /tmp file system and kill that processor ID. then check bdf for /tmp, it should be normal and actual usage.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chirag Parikh&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 10:10:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679221#M480444</guid>
      <dc:creator>Chirag Parikh</dc:creator>
      <dc:date>2012-06-04T10:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679489#M480447</link>
      <description>&lt;P&gt;To find unlinked files that are still occupying space use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# lsof +L1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:56:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679489#M480447</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-06-04T13:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679491#M480448</link>
      <description>&lt;P&gt;I dont have at moment lsof, I am downloading it, but when I do fuser -cu /tmp, I got the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/tmp #fuser -cu /tmp
/tmp:     1387o(root)    1366o(root)    1377o(root)    1389o(root)    1416o(root)   22320o(root)   16842o(root)   10474o(root)   11626o(root)   12057o(root)   10340o(root)   14448o(root)   12535o(root)   13737o(root)   10206o(root)   10660o(root)   10956o(root)   11264o(root)   13130o(root)   15175o(root)   15954o(root)   18712o(root)   19735o(root)   17746o(root)   20809o(root)   24511o(root)   21992o(root)   23192o(root)   27204o(root)   25832o(root)    7028o(root)   28684o(root)     284o(root)    3570o(root)    1907o(root)    5252o(root)   14631o(root)   16717o(root)    8829o(root)    2935o(root)   12657o(root)   10728o(root)   18815o(root)   20964o(root)   27811o(root)   23172o(root)   25436o(root)   13414o(root)     306o(root)   16176o(root)    5469o(root)    8033o(root)   10710o(root)   27819o(root)   18991o(root)   21854o(root)    7392o(root)    4215o(root)   24827o(root)   13967o(root)    1022o(root)    5384o(root)   17315o(root)   10668o(root)   24187o(root)   20725o(root)   27753o(root)   12872o(root)   20631o(root)    1582o(root)    9094o(root)   16745o(root)   12522o(root)   24578o(root)    2844o(root)   28584o(root)   11235o(root)    3339o(root)   24167o(root)    7037o(root)   19806o(root)   15491o(root)    7908o(root)   28637o(root)   17194o(root)   21960o(root)   11786o(root)   26747o(root)    6813o(root)   27094o(root)   21955o(root)    1844o(root)   16867o(root)    2514o(root)   28261o(root)    7797o(root)   29537o(root)    5334o(root)   13183o(root)   18575o(root)   24026o(root)   10314o(root)   16703o(root)   11008o(root)   22434o(root)   22458o(root)   20895o(root)    4336o(root)   22290o(root)   22303o(root)   22427o(root)   22350o(root)   22413o(root)   22581o(root)   22193o(root)   22406o(root)   22686o(root)   22450o(root)   22614o(root)   22849o(root)   22499o(root)   22590o(root)   22719o(root)   22599o(root)   22940o(root)   22669o(root)   22696o(root)   22881o(root)   22703o(root)   22984o(root)   22858o(root)   22771o(root)   22866o(root)   23408o(root)   23157o(root)   22947o(root)   22959o(root)   22966o(root)   23386o(root)   23120o(root)   23038o(root)   23220o(root)   23244o(root)   23140o(root)   23213o(root)   23129o(root)   23233o(root)   23258o(root)   23682o(root)   23498o(root)   23308o(root)   23395o(root)   23512o(root)   23421o(root)   23669o(root)   23477o(root)   23523o(root)   24025o(root)   23539o(root)   23589o(root)   23695o(root)   23775o(root)   23760o(root)   24107o(root)   23708o(root)   23785o(root)   24035o(root)   23792o(root)   23807o(root)   23927o(root)   24051o(root)   24016o(root)   24121o(root)   24326o(root)   24138o(root)   24289o(root)   24131o(root)   24152o(root)   24437o(root)   24607o(root)   24208o(root)   24593o(root)   24300o(root)   24309o(root)   24412o(root)   24380o(root)   24397o(root)   24419o(root)   24693o(root)   24568o(root)   24580o(root)   24485o(root)   24859o(root)   24670o(root)   24660o(root)   24682o(root)   24707o(root)   24844o(root)   24757o(root)   24869o(root)   24937o(root)   24885o(root)   24961o(root)   24947o(root)   24976o(root)    6332c(root)    8286c(root)

&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;its a lot of stuff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:56:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679491#M480448</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-04T13:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679495#M480449</link>
      <description>&lt;P&gt;Unless you want to check all of those processes, I recommend using LSOF.&amp;nbsp; I am not surprised that you&amp;nbsp; have lots of processes accessing /tmp.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 13:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679495#M480449</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-06-04T13:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679565#M480451</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have downloaded and install lsof, but its a lot of stuff : 194 entries:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;/usr/local/bin #./lsof +aL1 /tmp | more
COMMAND   PID USER   FD   TYPE DEVICE  SIZE/OFF NLINK NODE NAME
sh        306 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       2844 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       2935 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       3339 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       3570 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh       4215 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       4336 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh       5252 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh       5334 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh       5384 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       5469 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       6813 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh       7028 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh       7037 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       7392 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       7797 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh       7908 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh       8033 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       8829 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh       9094 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh      10206 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh      10314 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh      10340 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh      10474 root    1u   REG 64,0x8 345698572     0  301 /tmp (/dev/vg00/lvol8)
sh      10660 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh      10668 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh      10710 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh      10728 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh      10956 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh      11008 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh      11235 root    1u   REG 64,0x8 345698744     0  301 /tmp (/dev/vg00/lvol8)
sh      11264 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh      11626 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)
sh      11786 root    1u   REG 64,0x8 345698830     0  301 /tmp (/dev/vg00/lvol8)
sh      12057 root    1u   REG 64,0x8 345698658     0  301 /tmp (/dev/vg00/lvol8)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;I did this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#./lsof +aL1 /tmp | wc -l
194&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;and if I do ps -ef | grep pid, it returns an entry that was in the crontab, but its no longer there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 14:55:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679565#M480451</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-04T14:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679577#M480452</link>
      <description>&lt;P&gt;&amp;gt;but it's a lot of stuff:&lt;/P&gt;&lt;P&gt;&amp;gt;sh 306 root 1u REG 64,0x8 345698744 0 301 /tmp (/dev/vg00/lvol8)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This appears to be the same large file each time, used by the shell.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;and if I do ps -ef | grep pid, it returns an entry that was in the crontab, but its no longer there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It doesn't matter if it's no longer in crontab, if it is still running.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does this show:&lt;/P&gt;&lt;P&gt;ps -f -p 306 -p 2844 -p 2935 -p 11786 -p 12057&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 15:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679577#M480452</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-04T15:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679645#M480453</link>
      <description>&lt;P&gt;its the same stuff:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ps -f -p 306 -p 2844 -p 2935 -p 11786 -p 12057
     UID   PID  PPID  C    STIME TTY       TIME COMMAND
    root 12057     1  0  Apr 13  ?        78:22 sh -c /usr/sbin/ping 192.168.0.85 | while read pong; do echo "$(date): $pong"; done &amp;gt; /tmp/fr/ping_date.txt
    root  2935     1  0  Apr 13  ?        77:46 sh -c /usr/sbin/ping 192.168.0.85 | while read pong; do echo "$(date): $pong"; done &amp;gt; /tmp/fr/ping_date.txt
    root   306     1  0  Apr 13  ?        78:46 sh -c /usr/sbin/ping 192.168.0.85 | while read pong; do echo "$(date): $pong"; done &amp;gt; /tmp/fr/ping_date.txt
    root 11786     1  0  Apr 13  ?        76:41 sh -c /usr/sbin/ping 192.168.0.85 | while read pong; do echo "$(date): $pong"; done &amp;gt; /tmp/fr/ping_date.txt
mceldev[800]/usr/local/bin #&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 15:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679645#M480453</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-04T15:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679755#M480455</link>
      <description>&lt;P&gt;Does this file exist: /tmp/fr/ping_date.txt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, that is probably your culprit.&amp;nbsp; Do you really need all of those processes running that are pinging the same IP address?&amp;nbsp; They have been running since April 13.&amp;nbsp; I would look and see if you can kill those processes.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 17:24:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679755#M480455</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-06-04T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679855#M480456</link>
      <description>&lt;P&gt;&amp;gt;it's the same stuff:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So it's not very useful, kill them all!&amp;nbsp; You don't really need 194 processes pinging the same IP.&amp;nbsp; ;-)&lt;/P&gt;&lt;P&gt;Also, you really should be sending this info to a pipe so you can do data reduction on the fly.&amp;nbsp; Or only send errors when ping fails.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Does this file exist: /tmp/fr/ping_date.txt?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That's the missing file, since it's so large.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;I would look and see if you can kill those processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would just wave bye-bye to the unmutual script and kill them all.&lt;/P&gt;&lt;P&gt;You could check to see if all of them are the same IP and output file.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 19:22:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679855#M480456</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-04T19:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679893#M480457</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The /tmp/fr/ping_date.txt file does not exist, and I am not quite sure how can kill 194 processes at the same time, please can you give a hint?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 19:58:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679893#M480457</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-04T19:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679911#M480458</link>
      <description>&lt;P&gt;You can try to script the process. Otherwise you will just have to go through the list and kill the appropriate processes.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 20:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679911#M480458</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-06-04T20:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679929#M480460</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;does this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ps -ef |awk '/pong/{print $2}' | xargs kill -15&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;will do the job?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 20:39:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679929#M480460</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-04T20:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679973#M480461</link>
      <description>&lt;P&gt;Nandinho,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try using lsof on /tmp with sorting SIZE column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# lsof /tmp &amp;gt; lsof_tmp.out&lt;/P&gt;&lt;P&gt;# cat lsof_tmp.ou | sort -k 8 | more&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will see the large size , the program using, try to check that program with the PID given. May be you need to bounce that program/application or to kill it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hth,&lt;/P&gt;&lt;P&gt;Raj D.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jun 2012 21:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5679973#M480461</guid>
      <dc:creator>RAJD1</dc:creator>
      <dc:date>2012-06-04T21:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5680087#M480462</link>
      <description>&lt;P&gt;&amp;gt;ps -ef | awk '/pong/{print $2}' | xargs kill -15;&amp;nbsp;&amp;nbsp; will do the job?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes, unless you want to limit it to be safe:&lt;/P&gt;&lt;P&gt;ps -fu root | awk '/ping.*pong/ {print $2}' | xargs kill&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;Try using lsof on /tmp with sorting SIZE column.&lt;/P&gt;&lt;P&gt;&amp;gt; cat lsof_tmp.out | sort -k 8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I count column 7.&amp;nbsp; Also no need to use an evil cat:&lt;/P&gt;&lt;P&gt;sort -k 7 lsof_tmp.out&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2012 08:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5680087#M480462</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-06-05T08:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to find what is filling up /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5680353#M480479</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Dennis, I used your command, but with a pipe, (I think you missed it)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;ps -fu root | awk '/ping.*pong/ {print $2}'| xargs kill&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked fine, problem solved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FR&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jun 2012 06:58:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-find-what-is-filling-up-tmp/m-p/5680353#M480479</guid>
      <dc:creator>NDO</dc:creator>
      <dc:date>2012-06-05T06:58:21Z</dc:date>
    </item>
  </channel>
</rss>

