<?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: can you tie an ip address to a pid? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425679#M1197</link>
    <description>thanks Steven and Rick - the netstat still doesnt get me the pid - but I will try lsof, as Ive been reading a lot about that the last few days.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Mark</description>
    <pubDate>Mon, 12 Jun 2000 19:07:54 GMT</pubDate>
    <dc:creator>Mark Grossman</dc:creator>
    <dc:date>2000-06-12T19:07:54Z</dc:date>
    <item>
      <title>can you tie an ip address to a pid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425674#M1192</link>
      <description>running hp-ux 11.0 with Oracle 7.3.4 db&lt;BR /&gt;&lt;BR /&gt;If a customer gives us their ip address, is there a way to tie this to their process &lt;BR /&gt;id(s)? &lt;BR /&gt;&lt;BR /&gt;Ive been told that a past sysadmin had some utility or script to do this. When a customer had a problem he'd run this and then kill their processes based on ip address. I'm fairly new at this and I cant find any way to do this. I've tried the 'owners' utility(among others) but it doesnt show pid.   &lt;BR /&gt;thanks,&lt;BR /&gt;Mark Grossman&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Jun 2000 19:35:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425674#M1192</guid>
      <dc:creator>Mark Grossman</dc:creator>
      <dc:date>2000-06-09T19:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: can you tie an ip address to a pid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425675#M1193</link>
      <description>Try&lt;BR /&gt;who -a&lt;BR /&gt;&lt;BR /&gt; This will show you the ip address,user and pid.</description>
      <pubDate>Fri, 09 Jun 2000 20:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425675#M1193</guid>
      <dc:creator>frank beall_1</dc:creator>
      <dc:date>2000-06-09T20:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: can you tie an ip address to a pid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425676#M1194</link>
      <description>Frank,&lt;BR /&gt;thanks, but unfortunately these customers login to Oracle apps and not to Unix. So all i see is a user called applmgr from the Unix side.&lt;BR /&gt;&lt;BR /&gt;thanks again,&lt;BR /&gt;Mark</description>
      <pubDate>Fri, 09 Jun 2000 21:29:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425676#M1194</guid>
      <dc:creator>Mark Grossman</dc:creator>
      <dc:date>2000-06-09T21:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: can you tie an ip address to a pid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425677#M1195</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1) netstat -f inet|grep oralsnr&lt;BR /&gt;- if oralsnr is defined in /etc/services as the oracle listener service name&lt;BR /&gt;&lt;BR /&gt;2) netstat -f inet|grep 1521&lt;BR /&gt;- if your oracle listener is listening at port 1521&lt;BR /&gt;&lt;BR /&gt;3) Use lsof&lt;BR /&gt;- if you are unable to identify the service from the netstat output but you are able to identify the process(es) that runs your Oracle server daemons.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.&lt;BR /&gt;</description>
      <pubDate>Sun, 11 Jun 2000 00:51:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425677#M1195</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-11T00:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: can you tie an ip address to a pid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425678#M1196</link>
      <description>lsof would be your best bet.&lt;BR /&gt;It is available from the HP Porting Archive.&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Jun 2000 17:04:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425678#M1196</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2000-06-12T17:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: can you tie an ip address to a pid?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425679#M1197</link>
      <description>thanks Steven and Rick - the netstat still doesnt get me the pid - but I will try lsof, as Ive been reading a lot about that the last few days.&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;Mark</description>
      <pubDate>Mon, 12 Jun 2000 19:07:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-you-tie-an-ip-address-to-a-pid/m-p/2425679#M1197</guid>
      <dc:creator>Mark Grossman</dc:creator>
      <dc:date>2000-06-12T19:07:54Z</dc:date>
    </item>
  </channel>
</rss>

