<?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: AAA* Files in /tmp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879846#M279907</link>
    <description>Those are application temp or scracth files. &lt;BR /&gt;I think that this type of file is generated by MQseries.&lt;BR /&gt; &lt;BR /&gt;flg&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Oct 2006 16:42:19 GMT</pubDate>
    <dc:creator>florin_10</dc:creator>
    <dc:date>2006-10-17T16:42:19Z</dc:date>
    <item>
      <title>AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879840#M279901</link>
      <description>Hi,&lt;BR /&gt;somebody knows what is the possible cause the generation files whit format AAA* under /tmp on HP-UX 11.11&lt;BR /&gt;&lt;BR /&gt;Thanks..!</description>
      <pubDate>Fri, 13 Oct 2006 09:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879840#M279901</guid>
      <dc:creator>Alexander Maldonado</dc:creator>
      <dc:date>2006-10-13T09:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879841#M279902</link>
      <description>These files are not related to the operating system. One or more of the applications, running on this system might be generating the those files and not cleaning up after themselves properly.&lt;BR /&gt;&lt;BR /&gt;I vaguely remember files with AAA or AAB prefixes in the past getting generated but can not remember which application was generating them. If you have a space problem on your /tmp, it should not be a big deal to remove those files as long as they are regular files, i.e., nothing like device files those were created in /tmp by some sloppy developer.</description>
      <pubDate>Fri, 13 Oct 2006 10:02:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879841#M279902</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2006-10-13T10:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879842#M279903</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;These are temporary files.  You will have to examine their contents to ascertain from where they came.&lt;BR /&gt;&lt;BR /&gt;If you look at the manpages for 'mktemp(1)', 'mktemp(3C)' and 'tmpnam(3S)' you will see that this assists an application in creating uniquely named temporary files.  For example, in a shell you can do:&lt;BR /&gt;&lt;BR /&gt;# NAME=`mktemp -p AAA`;echo "${NAME} being created";touch ${NAME}&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 13 Oct 2006 10:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879842#M279903</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-10-13T10:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879843#M279904</link>
      <description>just set up cron job to remove older than 20 days because /tmp is only used to keep temporary files.&lt;BR /&gt;&lt;BR /&gt;57 23 * * * find /tmp /var/tmp -xdev -ctime +20 -type f -exec rm {} \;</description>
      <pubDate>Fri, 13 Oct 2006 10:41:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879843#M279904</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2006-10-13T10:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879844#M279905</link>
      <description>Friend   These archives are not generated by the S.O probably this being generated for some application. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Fri, 13 Oct 2006 12:19:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879844#M279905</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-10-13T12:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879845#M279906</link>
      <description>Look at the contents of several files. If they are plain ASCII files, the contents should help point to the process that created them. Most of the time, they are due to poor programming or scripting techniques (not removing temp files when complete), *OR* to bad sysadmin technique such as using kill -9.</description>
      <pubDate>Sat, 14 Oct 2006 09:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879845#M279906</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-14T09:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: AAA* Files in /tmp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879846#M279907</link>
      <description>Those are application temp or scracth files. &lt;BR /&gt;I think that this type of file is generated by MQseries.&lt;BR /&gt; &lt;BR /&gt;flg&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2006 16:42:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/aaa-files-in-tmp/m-p/3879846#M279907</guid>
      <dc:creator>florin_10</dc:creator>
      <dc:date>2006-10-17T16:42:19Z</dc:date>
    </item>
  </channel>
</rss>

