<?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: Unknown File in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632669#M41616</link>
    <description>hi,&lt;BR /&gt;&lt;BR /&gt;  I would also suggest to track the processes writing into the file by running, &lt;BR /&gt;ps -ef in a loop and redirecting it to a file and greping the process id shown in the unknown file to the psef output file.&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;  ps -ef &amp;gt;&amp;gt;/tmp/psout&lt;BR /&gt;  sleep 10&lt;BR /&gt;done &amp;amp;&lt;BR /&gt;&lt;BR /&gt;grep &lt;PID&gt; /tmp/psout&lt;BR /&gt;&lt;BR /&gt; The process name would give clue on what is actually writing/owning the file in question.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/PID&gt;</description>
    <pubDate>Tue, 18 Dec 2001 20:56:24 GMT</pubDate>
    <dc:creator>Roger Baptiste</dc:creator>
    <dc:date>2001-12-18T20:56:24Z</dc:date>
    <item>
      <title>Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632663#M41610</link>
      <description>I have a file that is showing up in /home/oracle8 and the filename is (null). I have checked with our DBA and he says it is not coming from Oracle. (Of course...It never comes from Oracle). Below are a few lines from the file.&lt;BR /&gt;&lt;BR /&gt;[Tue Oct 30 03:20:35 2001 EST]::Client Connected [ConnId=0, Sockfd=19, PID=13200&lt;BR /&gt;]&lt;BR /&gt;[Tue Oct 30 03:21:31 2001 EST]::Client Status [ConnId=0, PID=13200]&lt;BR /&gt;        &amp;gt;&amp;gt; Read EOF on socket, Connection terminated&lt;BR /&gt;[Tue Oct 30 03:21:31 2001 EST]::Client Disconnected [ConnId=0, Sockfd=0, PID=132&lt;BR /&gt;00]&lt;BR /&gt;[Tue Oct 30 07:10:21 2001 EST]::Client Connected [ConnId=1, Sockfd=19, PID=13244&lt;BR /&gt;]&lt;BR /&gt;[Tue Oct 30 07:10:38 2001 EST]::Client Status [ConnId=1, PID=13244]&lt;BR /&gt;        &amp;gt;&amp;gt; Read EOF on socket, Connection terminated&lt;BR /&gt;&lt;BR /&gt;Can anyone help me with this? Has anyone ever see this? I have looked and looked and can not figure out where it is coming from. Thanks in advance for your help.</description>
      <pubDate>Tue, 18 Dec 2001 20:05:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632663#M41610</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2001-12-18T20:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632664#M41611</link>
      <description>see if you can do an fuser on the file, that will show any processes with the file open</description>
      <pubDate>Tue, 18 Dec 2001 20:08:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632664#M41611</guid>
      <dc:creator>Jeff Machols</dc:creator>
      <dc:date>2001-12-18T20:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632665#M41612</link>
      <description>You could also try using lsof to see who or what has the file open.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Dec 2001 20:11:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632665#M41612</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-12-18T20:11:00Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632666#M41613</link>
      <description>Please tell me what lsof is? Thanks</description>
      <pubDate>Tue, 18 Dec 2001 20:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632666#M41613</guid>
      <dc:creator>Amiel Tutolo</dc:creator>
      <dc:date>2001-12-18T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632667#M41614</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;lsof is list open file. It is a non-standard utility that is available from any of the HP-UX Porting Centre's. It is a tool no admin should be without.&lt;BR /&gt;&lt;BR /&gt;I would try one more thing. Do an ls -b. This will print any non-printable ASCII characters in the filename as octal digits. It is possible that the filename only appears to be null.&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Dec 2001 20:38:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632667#M41614</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-12-18T20:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632668#M41615</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;INfo on lsof and the download link:&lt;BR /&gt;&lt;BR /&gt;lsof-4.55&lt;BR /&gt;List files, sockets, etc opened by processes. Also gives a large amount of other related information. Can select by process ID, username or filename. It is a complete redesign of the fstat/ofiles utilities. This release now has lots of additions and bug fixes including support for HP-UX 11.X. Note that the binary releases of lsof on this archive will ONLY run on OS release they were compiled on and will run on 32-bit HP-UX only. If you have any other release of HP-UX, you must build lsof yourself from the source code.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/lsof-4.55/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-raj</description>
      <pubDate>Tue, 18 Dec 2001 20:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632668#M41615</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-18T20:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632669#M41616</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;  I would also suggest to track the processes writing into the file by running, &lt;BR /&gt;ps -ef in a loop and redirecting it to a file and greping the process id shown in the unknown file to the psef output file.&lt;BR /&gt;&lt;BR /&gt;while true&lt;BR /&gt;do&lt;BR /&gt;  ps -ef &amp;gt;&amp;gt;/tmp/psout&lt;BR /&gt;  sleep 10&lt;BR /&gt;done &amp;amp;&lt;BR /&gt;&lt;BR /&gt;grep &lt;PID&gt; /tmp/psout&lt;BR /&gt;&lt;BR /&gt; The process name would give clue on what is actually writing/owning the file in question.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;raj&lt;/PID&gt;</description>
      <pubDate>Tue, 18 Dec 2001 20:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632669#M41616</guid>
      <dc:creator>Roger Baptiste</dc:creator>
      <dc:date>2001-12-18T20:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Unknown File</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632670#M41617</link>
      <description>Hello Amiel,&lt;BR /&gt;&lt;BR /&gt;this looks like an Oracle listener logfile (so it IS oracle, actually) using the protocl "IPC" (which is named pipes). Could it be someone has added a parameter into Oracle's listener.ora or sqlnet.ora, and assigned the value of "(null)" to the name of the logfile (do not remember the parameter name)? Read those files in "/etc/" or "$ORACLE_HOME/network/admin/" to check.&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Tue, 18 Dec 2001 22:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unknown-file/m-p/2632670#M41617</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-12-18T22:18:54Z</dc:date>
    </item>
  </channel>
</rss>

