<?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 files created in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849499#M395035</link>
    <description>Hmmm should be a little more explicit, if you'll pardon the term!&lt;BR /&gt;&lt;BR /&gt;* to check what processes are running as this operator user&lt;BR /&gt;ps -fu operator  (ps -ef |grep operator would work too)&lt;BR /&gt;&lt;BR /&gt;* check for recurring by sorting the output by date using the sort command.  Dunno how to do this offhand, man should help.&lt;BR /&gt;&lt;BR /&gt;* fuser on the tmp directory is just&lt;BR /&gt;fuser /tmp&lt;BR /&gt;&lt;BR /&gt;Kevin.</description>
    <pubDate>Tue, 05 Aug 2003 14:27:53 GMT</pubDate>
    <dc:creator>Kevin O'Donovan</dc:creator>
    <dc:date>2003-08-05T14:27:53Z</dc:date>
    <item>
      <title>/tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849496#M395032</link>
      <description>Why are files being created in the /tmp directory on the hp3070 tester?  Presently using HP-UX hp3070b B.10.20 A 9000/778 2001955376.&lt;BR /&gt;The files are all the same size with the word, NONE in the file. Here is what I see, excuse the word wrap. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Aug  4 15:51 10674a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Aug  4 16:18 11503a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Aug  4 16:19 11698a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 30 15:29 12346a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 28 16:15 15257a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 28 19:50 17285a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 22:24 1786a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 08:42 19773a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 09:53 20487a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 10:45 21165a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Aug  1 12:03 211a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 11:46 21921a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 13:28 23577a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 07:51 23695a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 08:18 24040a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 09:20 24631a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 15:23 24705a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 15:50 24972a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 31 18:49 25885a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 12:02 26050a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 17:52 29983a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Aug  3 22:55 3169a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 30 01:03 3216a&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Jul 29 18:34 624a&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 13:57:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849496#M395032</guid>
      <dc:creator>Jeffrey W. Stewart</dc:creator>
      <dc:date>2003-08-05T13:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849497#M395033</link>
      <description>I can say with almost absolute certainty that this is not the OS doing this.&lt;BR /&gt;&lt;BR /&gt;You have an application or script doing this and you've got plenty of clues to track it down.&lt;BR /&gt;&lt;BR /&gt;find / -exec grep -l 'NONE' {} \;&lt;BR /&gt;&lt;BR /&gt;That will find you scripts with NONE in them.&lt;BR /&gt;&lt;BR /&gt;modify the / to a more logical, less cpu consuming search.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Aug 2003 14:01:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849497#M395033</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-08-05T14:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849498#M395034</link>
      <description>Yup, I agree its an application rather than the OS.&lt;BR /&gt;&lt;BR /&gt;Note the owner and group of the file, operator and hp3070, you could do a ps -ef and grep for operator to see what processes are being run by the user 'operator', this will at least narrow it down a bit if not give you the culprit.&lt;BR /&gt;&lt;BR /&gt;Its difficult to see from the output whether there is a particular pattern to when the files are created, i.e. is it an application run as a cron job.  Doesn't appear to be from what I can see but...&lt;BR /&gt;&lt;BR /&gt;You could also see what processes are currently using the /tmp directory using the fuser command, you need to be root to use it but if the command has a file or two open in /tmp all the time you could catch it there.  Chances are it just dumps the file in /tmp and closes it straight away in case you prob won't get it that way but its another option to check.&lt;BR /&gt;&lt;BR /&gt;Hard to guess beyond that, but the user 'operator' is a non standard user, i.e. not created at install time on HPUX, so it should help to track it down.  Do you know why this user was created, what for?  Why would someone login to this account, to use a particular application?&lt;BR /&gt;&lt;BR /&gt;hope that helps,&lt;BR /&gt;Kevin.</description>
      <pubDate>Tue, 05 Aug 2003 14:23:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849498#M395034</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-08-05T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849499#M395035</link>
      <description>Hmmm should be a little more explicit, if you'll pardon the term!&lt;BR /&gt;&lt;BR /&gt;* to check what processes are running as this operator user&lt;BR /&gt;ps -fu operator  (ps -ef |grep operator would work too)&lt;BR /&gt;&lt;BR /&gt;* check for recurring by sorting the output by date using the sort command.  Dunno how to do this offhand, man should help.&lt;BR /&gt;&lt;BR /&gt;* fuser on the tmp directory is just&lt;BR /&gt;fuser /tmp&lt;BR /&gt;&lt;BR /&gt;Kevin.</description>
      <pubDate>Tue, 05 Aug 2003 14:27:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849499#M395035</guid>
      <dc:creator>Kevin O'Donovan</dc:creator>
      <dc:date>2003-08-05T14:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849500#M395036</link>
      <description>Add on to Kevin's answer, I would use lsof it mutch more easier to use, if you do not have lsof download and install it from,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.67/" target="_blank"&gt;http://hpux.connect.org.uk/hppd/hpux/Sysadmin/lsof-4.67/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Tue, 05 Aug 2003 14:33:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849500#M395036</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2003-08-05T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849501#M395037</link>
      <description>Thanks for your quick replies. I will assign points.&lt;BR /&gt;&lt;BR /&gt;I logged off all users and found the following in the /tmp when the operator logged on.&lt;BR /&gt;&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070          70 Aug  5 12:02 X.out.operator@hp3070b:0&lt;BR /&gt;-rw-rw-r--   1 operator   hp3070           5 Aug  5 12:02 25169a&lt;BR /&gt;&lt;BR /&gt;The 25169a has the word NONE. The other file has&lt;BR /&gt;/home/operator/.x11start Tue Aug  5 12:02:23 EDT 2003 (process 25010)&lt;BR /&gt;I am trying to see what processes are run by the operator and wonder if these files are part of the Translogd daemon that logs test data.&lt;BR /&gt;output of ps -fu operator&lt;BR /&gt;operator 25194 25181  0 12:03:37 ttyp3     0:00 sh -c basic "test monitor | testhead is 1&lt;BR /&gt;| msi '/hp3070/boa&lt;BR /&gt;operator 25197 25196  0 12:03:38 ttyp3     0:51 /opt/hp3070/bin/e test monitor | testhead&lt;BR /&gt;is 1 | msi '/hp307&lt;BR /&gt;operator 25181 25169  0 12:02:28 ttyp3     0:01 /opt/hp3070/bin/e test monitor | load '/va&lt;BR /&gt;r/hp3070/standard/&lt;BR /&gt;operator 25152     1  0 12:02:22 ?         0:00 /usr/dt/bin/ttsession -s&lt;BR /&gt;operator 25159 25010  0 12:02:24 ?         0:00 mwm&lt;BR /&gt;operator 25169 25161  0 12:02:28 ttyp3     0:00 basic test monitor | load '/var/hp3070/sta&lt;BR /&gt;ndard/TCM' | run&lt;BR /&gt;operator 25200 25197  0 12:03:40 ttyp3     0:00 operator tm_standard -h -o&lt;BR /&gt;operator 25010 20224  0 12:02:17 ?         0:00 /home/operator/.x11start /home/operator/.x&lt;BR /&gt;11start&lt;BR /&gt;operator 25196 25194  0 12:03:38 ttyp3     0:00 basic test monitor | testhead is 1 | msi '&lt;BR /&gt;/hp3070/boards/725&lt;BR /&gt;operator 25161 25010  0 12:02:27 ?         0:01 hpterm -name basic -geometry =80x24 -geome&lt;BR /&gt;try +12+117 -cr li&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2003 16:15:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849501#M395037</guid>
      <dc:creator>Jeffrey W. Stewart</dc:creator>
      <dc:date>2003-08-05T16:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849502#M395038</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Take a look at next doc,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000006447666" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000006447666&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;or you check the env for user operator, see if anything get redirected to /tmp.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 06 Aug 2003 07:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849502#M395038</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2003-08-06T07:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849503#M395039</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;By the looks of that output, the file name is a &lt;PID&gt; with the letter "a" appended.&lt;BR /&gt;&lt;BR /&gt;I would start looking through the scripts that are executed when a login session starts.&lt;BR /&gt;&lt;BR /&gt;By the looks of things, you have CDE logins, so start from there.&lt;BR /&gt;&lt;BR /&gt;Remember that a pid can be obtained from the shell by $$ so maybe the script is sending information to $$a&lt;BR /&gt;&lt;BR /&gt;Worth a try.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;/PID&gt;</description>
      <pubDate>Wed, 06 Aug 2003 07:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849503#M395039</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-08-06T07:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849504#M395040</link>
      <description>The files with NONE are created when the operator logs in. I called the HP Response Center and they are looking into the problem. I found that the xxx.ps files are created if the system is rebooted. Files are created for any user logging in or out. I wonder if this is unique to the hp3070, b.04.pd software. Thanks for all your replies.</description>
      <pubDate>Thu, 07 Aug 2003 19:08:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849504#M395040</guid>
      <dc:creator>Jeffrey W. Stewart</dc:creator>
      <dc:date>2003-08-07T19:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849505#M395041</link>
      <description>This link takes me to Europe site where I don't have any access. I am logged in when this happens.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000006447666" target="_blank"&gt;http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000006447666&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Aug 2003 19:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849505#M395041</guid>
      <dc:creator>Jeffrey W. Stewart</dc:creator>
      <dc:date>2003-08-07T19:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849506#M395042</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;US&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000006447666" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000006447666&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Thu, 07 Aug 2003 19:22:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849506#M395042</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2003-08-07T19:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: /tmp files created</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849507#M395043</link>
      <description>These files are created due to user setup used by hp3070 SAM.</description>
      <pubDate>Wed, 05 Jan 2005 10:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tmp-files-created/m-p/4849507#M395043</guid>
      <dc:creator>Jeffrey W. Stewart</dc:creator>
      <dc:date>2005-01-05T10:09:20Z</dc:date>
    </item>
  </channel>
</rss>

