<?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: ip sockets for processes in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937472#M6480</link>
    <description>This maybe can be done with lsof, attached is also another way using the kernel debugger.</description>
    <pubDate>Fri, 02 Feb 2007 15:10:47 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-02-02T15:10:47Z</dc:date>
    <item>
      <title>ip sockets for processes</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937471#M6479</link>
      <description>I have an oracle db server and everyone connects to it thru the application using the same db account. I'm trying to figure out a way to trace unix pid's back to the client machine. I can see the process id's with ps and I can see sockets/clients with netstat but can't figure out to relate the info.</description>
      <pubDate>Fri, 02 Feb 2007 14:56:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937471#M6479</guid>
      <dc:creator>Doug Wilburn</dc:creator>
      <dc:date>2007-02-02T14:56:28Z</dc:date>
    </item>
    <item>
      <title>Re: ip sockets for processes</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937472#M6480</link>
      <description>This maybe can be done with lsof, attached is also another way using the kernel debugger.</description>
      <pubDate>Fri, 02 Feb 2007 15:10:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937472#M6480</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-02-02T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: ip sockets for processes</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937473#M6481</link>
      <description>Just ask Oracle !? It is a trivial SQL query based on V$SESSION and V$PROCESS&lt;BR /&gt;Here is an example I use:&lt;BR /&gt;&lt;BR /&gt;-------------- process.sql ---------------&lt;BR /&gt;column id format 999;&lt;BR /&gt;column Local format 99999;&lt;BR /&gt;column Remote format 99999;&lt;BR /&gt;&lt;BR /&gt;column Node format a9;&lt;BR /&gt;column Local_Program format a20;&lt;BR /&gt;column Remote_Program format a24;&lt;BR /&gt;set pages 9999;&lt;BR /&gt;&lt;BR /&gt;select pid "Id", spid "Local", process "Remote", &lt;BR /&gt; s.machine "Node", SUBSTR(p.program,1,20) "Local Program",&lt;BR /&gt;     SUBSTR(s.program,1,24) "Remote Program"&lt;BR /&gt;from v$process p, v$session s&lt;BR /&gt;where addr = paddr&lt;BR /&gt;order by machine, spid&lt;BR /&gt;/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Hth,&lt;BR /&gt;Hein van den Heuvel&lt;BR /&gt;HvdH Performance Consulting</description>
      <pubDate>Fri, 02 Feb 2007 22:07:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/ip-sockets-for-processes/m-p/3937473#M6481</guid>
      <dc:creator>Hein van den Heuvel</dc:creator>
      <dc:date>2007-02-02T22:07:36Z</dc:date>
    </item>
  </channel>
</rss>

