<?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: /var/tmp files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409085#M202221</link>
    <description>honestly, "fuser puffin.xxxx" gives no output.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Oct 2004 09:53:41 GMT</pubDate>
    <dc:creator>Andy McDade</dc:creator>
    <dc:date>2004-10-27T09:53:41Z</dc:date>
    <item>
      <title>/var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409075#M202211</link>
      <description>We have over 800 files in /var/tmp on our box all called "puffin.xxxx" i.e. puffin.2949.&lt;BR /&gt;The hostname of this 11i PA-RISC box is "Puffin".&lt;BR /&gt;Another appears evry fe minutes, and all the files are exactly 2097152 in size and I can't get rid of them:&lt;BR /&gt;  rm: puffin.2949 not removed.  Device busy&lt;BR /&gt;If I try to null them I get this error:&lt;BR /&gt;  sh[2]: puffin.2949: Cannot create the specified file.&lt;BR /&gt;&lt;BR /&gt;fuser and lsof don't seem to shed any light on the matter, although I'm not too sure on the syntax I should be using for lsof.&lt;BR /&gt;&lt;BR /&gt;Any help appreciated.</description>
      <pubDate>Wed, 27 Oct 2004 08:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409075#M202211</guid>
      <dc:creator>Andy McDade</dc:creator>
      <dc:date>2004-10-27T08:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409076#M202212</link>
      <description>What is the output from:&lt;BR /&gt;# what /var/tmp/puffin.2949&lt;BR /&gt;# file /var/tmp/puffin.2949</description>
      <pubDate>Wed, 27 Oct 2004 08:50:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409076#M202212</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T08:50:03Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409077#M202213</link>
      <description># what /var/tmp/puffin.2949&lt;BR /&gt;/var/tmp/puffin.2949:&lt;BR /&gt;&lt;BR /&gt;# file /var/tmp/puffin.2949&lt;BR /&gt;/var/tmp/puffin.2949:   commands text&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 09:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409077#M202213</guid>
      <dc:creator>Andy McDade</dc:creator>
      <dc:date>2004-10-27T09:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409078#M202214</link>
      <description>Have you tried fuser -u puffin.xxxx ?&lt;BR /&gt;&lt;BR /&gt;What type of file is it ?! Socket, Pipe, File ?!&lt;BR /&gt;&lt;BR /&gt;You may find which process works on them...</description>
      <pubDate>Wed, 27 Oct 2004 09:09:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409078#M202214</guid>
      <dc:creator>BOUZALMAD Youssef</dc:creator>
      <dc:date>2004-10-27T09:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409079#M202215</link>
      <description># cat /var/tmp/puffin.2949 |more&lt;BR /&gt;or&lt;BR /&gt;# strings /var/tmp/puffin.2949 |more</description>
      <pubDate>Wed, 27 Oct 2004 09:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409079#M202215</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T09:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409080#M202216</link>
      <description>Maybe fuser -cu /var/tmp can hrlp you if /var/tmp is a mount point.</description>
      <pubDate>Wed, 27 Oct 2004 09:11:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409080#M202216</guid>
      <dc:creator>BOUZALMAD Youssef</dc:creator>
      <dc:date>2004-10-27T09:11:53Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409081#M202217</link>
      <description>/var/tmp is not a mointpoint.&lt;BR /&gt;the files are just full of nothing (cat -v shows completely "^@")&lt;BR /&gt;fuser shows nothing, lsof shows nothing, the files types are shown in my previous post.</description>
      <pubDate>Wed, 27 Oct 2004 09:20:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409081#M202217</guid>
      <dc:creator>Andy McDade</dc:creator>
      <dc:date>2004-10-27T09:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409082#M202218</link>
      <description>you can check for &lt;BR /&gt;&lt;BR /&gt;ps -aef | grep -i puffin &lt;BR /&gt;&lt;BR /&gt;and also &lt;BR /&gt;&lt;BR /&gt;ps -aef | grep -i 2949&lt;BR /&gt;&lt;BR /&gt;grep -i puffin /etc/init.d/* &lt;BR /&gt;&lt;BR /&gt;just try to trace the processes from where the service is starting, and check with application guys if they know something about it..&lt;BR /&gt;&lt;BR /&gt;Hope it helps&lt;BR /&gt;Thanks&lt;BR /&gt;Prashant</description>
      <pubDate>Wed, 27 Oct 2004 09:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409082#M202218</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-10-27T09:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409083#M202219</link>
      <description>Could these be created by a cron command ?&lt;BR /&gt;&lt;BR /&gt;Could you check the timestamps on the files and compare them with your cron entryâ  s.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Robert-</description>
      <pubDate>Wed, 27 Oct 2004 09:42:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409083#M202219</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-10-27T09:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409084#M202220</link>
      <description>You should rather use strings than cat.&lt;BR /&gt;&lt;BR /&gt;fuser puffin.xxx 2&amp;gt;/dev/null should give you at least one process number.&lt;BR /&gt;&lt;BR /&gt;Anyway, fuser /var/tmp should works even if it is not a moutnt point !</description>
      <pubDate>Wed, 27 Oct 2004 09:49:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409084#M202220</guid>
      <dc:creator>BOUZALMAD Youssef</dc:creator>
      <dc:date>2004-10-27T09:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409085#M202221</link>
      <description>honestly, "fuser puffin.xxxx" gives no output.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 09:53:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409085#M202221</guid>
      <dc:creator>Andy McDade</dc:creator>
      <dc:date>2004-10-27T09:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409086#M202222</link>
      <description>What is the output of:&lt;BR /&gt;# swapinfo -tam&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 09:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409086#M202222</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T09:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409087#M202223</link>
      <description>swapinfo -tam&lt;BR /&gt;             Mb      Mb      Mb   PCT  START/      Mb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev        4096       0    4096    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;localfs    1790       0    1790    0%    none       0    1  /var/tmp&lt;BR /&gt;reserve       -    5725   -5725&lt;BR /&gt;total      5886    5725     161   97%       -       0    -&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Ahhh!  Is swap using /var/tmp in some way?  Can I switch it off?</description>
      <pubDate>Wed, 27 Oct 2004 09:59:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409087#M202223</guid>
      <dc:creator>Andy McDade</dc:creator>
      <dc:date>2004-10-27T09:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409088#M202224</link>
      <description>Take it out of /etc/fstab and you'll have to reboot.</description>
      <pubDate>Wed, 27 Oct 2004 10:01:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409088#M202224</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T10:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409089#M202225</link>
      <description>And you need to blame someone ;^) or smack somebody around for doing this.  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 10:02:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409089#M202225</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T10:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409090#M202226</link>
      <description>Hmm.  I looked the /etc/fstab and there is no entry for swap, this is fstab:&lt;BR /&gt;&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;/dev/vg00/lvol1 /stand hfs defaults 0 1&lt;BR /&gt;/dev/vg00/lvol4 /home vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol5 /opt vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol7 /tmp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol8 /usr vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol9 /var vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol6 /opt/perf vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol10 /var/adm/crash vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol11 /var/adm/sw vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol12 /var/opt/dce vxfs delaylog 0 2&lt;BR /&gt;/dev/vg00/lvol13 /opt/emc  vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol1  /var/opt/encina/local vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol5  /appcode vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol2 /var/mqm vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol3 /opt/mqm vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol6 /users vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol7 /var/mqm/log vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol8 /var/spool/lp vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/lvol12 /admin vxfs delaylog 0 2&lt;BR /&gt;/dev/vg01/inf1 /informix731FD7X2 vxfs log 0 2&lt;BR /&gt;#/dev/vg00/swap      ...     swap    defaults        0       0&lt;BR /&gt;#/dev/vg01/swap      ...     swap    defaults        0       0&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Oct 2004 10:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409090#M202226</guid>
      <dc:creator>Andy McDade</dc:creator>
      <dc:date>2004-10-27T10:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409091#M202227</link>
      <description>Maybe you can try via SAM&lt;BR /&gt;&lt;BR /&gt;@Cheryl : Congratulations !</description>
      <pubDate>Wed, 27 Oct 2004 10:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409091#M202227</guid>
      <dc:creator>BOUZALMAD Youssef</dc:creator>
      <dc:date>2004-10-27T10:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409092#M202228</link>
      <description>When were the swap entries commented out?&lt;BR /&gt;When was the last time your system was rebooted?</description>
      <pubDate>Wed, 27 Oct 2004 10:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409092#M202228</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T10:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409093#M202229</link>
      <description>Any update on this?&lt;BR /&gt;&lt;BR /&gt;It's possible the entries were commented out and the system was not rebooted, therefore it's still in use.&lt;BR /&gt;&lt;BR /&gt;Look at the date of the /etc/fstab, although this date could be changed at anytime and compare it to:&lt;BR /&gt;# uptime</description>
      <pubDate>Wed, 27 Oct 2004 12:25:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409093#M202229</guid>
      <dc:creator>Cheryl Griffin</dc:creator>
      <dc:date>2004-10-27T12:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: /var/tmp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409094#M202230</link>
      <description>Have you tried fuser /var/tmp  i.e. fuser on just the directory?  Given what swapinfo reports, you may just get the pid for swapper but worth a check.&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Wed, 27 Oct 2004 13:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/var-tmp-files/m-p/3409094#M202230</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2004-10-27T13:06:07Z</dc:date>
    </item>
  </channel>
</rss>

