<?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: TCP/IP Socket and Server Process mapping in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219617#M540004</link>
    <description>Thanks Ivan&lt;BR /&gt;&lt;BR /&gt;lsof solution worked.&lt;BR /&gt;&lt;BR /&gt;Now Can U help me on following.&lt;BR /&gt;&lt;BR /&gt;netstat -a|grep 38.122|grep EST&lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  10.22.28.93.7779       10.22.38.122.1344       ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;from this I can get Unix PID as follows&lt;BR /&gt;&lt;BR /&gt;lsof -i:7779|grep 38.122|more&lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt;&lt;BR /&gt;httpd   21338 oracle   29u  IPv4 0x4c74a400  0t156370  TCP 10.22.28.93:7779-&amp;gt;10.&lt;BR /&gt;22.38.122:1344 (ESTABLISHED)&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep 21228 &lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt; oracle 21338 11643  0 13:42:12 ?         0:00 /orasoft/app/oracle/Ora9iAS/Ora9iBI/Apache/Apache/bin/httpd -d &lt;BR /&gt;&lt;BR /&gt;which is a httpd process which is generated &lt;BR /&gt;by browser of end user with IP &lt;BR /&gt;10.22.38.122&lt;BR /&gt;&lt;BR /&gt;Now this httpd process is using java process to connect to database in other server, I want to get socket info for that java process&lt;BR /&gt;How can I achive this.&lt;BR /&gt;&lt;BR /&gt;Pl. guide.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
    <pubDate>Fri, 20 Jun 2008 09:23:23 GMT</pubDate>
    <dc:creator>SANTOSH S. MHASKAR</dc:creator>
    <dc:date>2008-06-20T09:23:23Z</dc:date>
    <item>
      <title>TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219612#M539999</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have 2 hpux 11.11 servers one as Oracle App. Server and other Oracle DB Server.&lt;BR /&gt;&lt;BR /&gt;The End Users connects to J2EE Application&lt;BR /&gt;deployed on 1st Server using browser at there end.&lt;BR /&gt;The app. server connects to Oracle Database in&lt;BR /&gt;2nd Server.&lt;BR /&gt;&lt;BR /&gt;On First Server (J2EE App. Server) by using netstat -a command&lt;BR /&gt;--------------------------------------&lt;BR /&gt;[oracle@myserver]$ netstat -an|grep EST|more&lt;BR /&gt;tcp 0 0 10.22.28.93.7779 10.22.22.243.1097 ESTABLISHED&lt;BR /&gt;tcp 0 0 127.0.0.1.49256 127.0.0.1.49545 ESTABLISHED&lt;BR /&gt;tcp 0 0 10.22.28.93.7779 10.22.20.184.1094 ESTABLISHED&lt;BR /&gt;tcp 0 0 10.22.28.93.53111 10.22.28.90.6000 ESTABLISHED&lt;BR /&gt;tcp 0 0 10.22.28.93.7779 10.22.22.185.3057 ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;--------------------------------------&lt;BR /&gt;&lt;BR /&gt;How can I map eg. 10.22.28.93.7779 10.22.22.185.3057 to corresponding Unix process.&lt;BR /&gt;&lt;BR /&gt;Can anybody help on this.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 20 Jun 2008 07:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219612#M539999</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-06-20T07:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219613#M540000</link>
      <description>I think you are looking for /etc/services file , in this you can define port number which will be used for a partucular service.&lt;BR /&gt;Hope this help.&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Fri, 20 Jun 2008 07:17:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219613#M540000</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-06-20T07:17:17Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219614#M540001</link>
      <description>No Kapil,&lt;BR /&gt;&lt;BR /&gt;I just want to know the socket &lt;BR /&gt;10.22.28.93.7779 10.22.22.185.3057 is running &lt;BR /&gt;which OS process.&lt;BR /&gt;&lt;BR /&gt;I want to know mapping 10.22.28.93.7779 10.22.22.185.3057 with OS PID.</description>
      <pubDate>Fri, 20 Jun 2008 07:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219614#M540001</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-06-20T07:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219615#M540002</link>
      <description>Use lsof utility: &lt;BR /&gt;&lt;BR /&gt;lsof -i -n | grep IP&lt;BR /&gt;&lt;BR /&gt;here is an example output: &lt;BR /&gt;java      11360      bin   32u  inet 0x5bf08340   0t581816  TCP 127.0.0.1:50383-&amp;gt;127.0.0.1:32000 (ESTABLISHED)&lt;BR /&gt;&lt;BR /&gt;11360 is a PID.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan</description>
      <pubDate>Fri, 20 Jun 2008 08:22:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219615#M540002</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-06-20T08:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219616#M540003</link>
      <description>on your backend server you can issue the folowing command&lt;BR /&gt;lsof -i @IP_adress_of_your_first_server</description>
      <pubDate>Fri, 20 Jun 2008 08:51:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219616#M540003</guid>
      <dc:creator>Fabien GUTIERREZ</dc:creator>
      <dc:date>2008-06-20T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219617#M540004</link>
      <description>Thanks Ivan&lt;BR /&gt;&lt;BR /&gt;lsof solution worked.&lt;BR /&gt;&lt;BR /&gt;Now Can U help me on following.&lt;BR /&gt;&lt;BR /&gt;netstat -a|grep 38.122|grep EST&lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt;&lt;BR /&gt;tcp        0      0  10.22.28.93.7779       10.22.38.122.1344       ESTABLISHED&lt;BR /&gt;&lt;BR /&gt;from this I can get Unix PID as follows&lt;BR /&gt;&lt;BR /&gt;lsof -i:7779|grep 38.122|more&lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt;&lt;BR /&gt;httpd   21338 oracle   29u  IPv4 0x4c74a400  0t156370  TCP 10.22.28.93:7779-&amp;gt;10.&lt;BR /&gt;22.38.122:1344 (ESTABLISHED)&lt;BR /&gt;&lt;BR /&gt;ps -ef|grep 21228 &lt;BR /&gt;&lt;BR /&gt;returns&lt;BR /&gt; oracle 21338 11643  0 13:42:12 ?         0:00 /orasoft/app/oracle/Ora9iAS/Ora9iBI/Apache/Apache/bin/httpd -d &lt;BR /&gt;&lt;BR /&gt;which is a httpd process which is generated &lt;BR /&gt;by browser of end user with IP &lt;BR /&gt;10.22.38.122&lt;BR /&gt;&lt;BR /&gt;Now this httpd process is using java process to connect to database in other server, I want to get socket info for that java process&lt;BR /&gt;How can I achive this.&lt;BR /&gt;&lt;BR /&gt;Pl. guide.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Fri, 20 Jun 2008 09:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219617#M540004</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-06-20T09:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219618#M540005</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can anybody help me on this.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Sat, 21 Jun 2008 08:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219618#M540005</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-06-21T08:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219619#M540006</link>
      <description>If you know the PID number of that Java process, you can run "lsof -p &lt;PID&gt;".&lt;BR /&gt;&lt;BR /&gt;You'll probably see *many* files and network sockets. The problem is, you cannot tell which socket belongs to a particular request coming from a certain httpd process. The only chance to identify this would be to increase the logging level of the Java process and hope that the debug logs contain the necessary information.&lt;BR /&gt;&lt;BR /&gt;What's the problem you're trying to solve by mapping the connections? There might be other ways.&lt;BR /&gt;&lt;BR /&gt;MK&lt;/PID&gt;</description>
      <pubDate>Sat, 21 Jun 2008 09:46:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219619#M540006</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-06-21T09:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219620#M540007</link>
      <description>Hi Matti,&lt;BR /&gt;&lt;BR /&gt;The Problem is,&lt;BR /&gt;&lt;BR /&gt;We have a 3 tier app. &lt;BR /&gt;&lt;BR /&gt;End user from his PC (1st tier) using browser&lt;BR /&gt;access an J2EE app. (tier 2) running on server 1&lt;BR /&gt;(Oracle App. Server)&lt;BR /&gt;This J2EE app. (2nd tier) fetches data from database&lt;BR /&gt;server (tier 3) on server 2 (Oracle DB 10.2).&lt;BR /&gt;&lt;BR /&gt;Now from Oralce OEM I can find which session&lt;BR /&gt;is doing what.&lt;BR /&gt;&lt;BR /&gt;Now I want to map session (on server 2) to j2ee&lt;BR /&gt;process on server 1, and this j2ee process on&lt;BR /&gt;server 1 I want to map with End user's machine&lt;BR /&gt;In summary, I want to get IP Address of End user which runs&lt;BR /&gt;a given oracle session on server 2.&lt;BR /&gt;&lt;BR /&gt;How can I do this, do u have any idea ?&lt;BR /&gt;&lt;BR /&gt;Pl. help.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 24 Jun 2008 05:52:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219620#M540007</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-06-24T05:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219621#M540008</link>
      <description>I think the easiest way is to make that your J2EE application log the information to your database, or in a file.&lt;BR /&gt;&lt;BR /&gt;The application have all those informations available:&lt;BR /&gt;the remote address, and the command.&lt;BR /&gt;&lt;BR /&gt;It is also the only way to be sure to not lose any information.&lt;BR /&gt;&lt;BR /&gt;Else you need to write a daemon which run lsof to find the pid, - which is slow-, &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2008 06:13:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219621#M540008</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-06-24T06:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219622#M540009</link>
      <description>Hi Laurent,&lt;BR /&gt;&lt;BR /&gt;It is very difficult to go trough J2EE application log.&lt;BR /&gt;&lt;BR /&gt;If I can find out the mapping, Then I can write a&lt;BR /&gt;script to find out IP address, no need to run&lt;BR /&gt;daemon for lsof.&lt;BR /&gt;&lt;BR /&gt;Can you help me on this.&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 24 Jun 2008 06:48:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219622#M540009</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-06-24T06:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219623#M540010</link>
      <description>Pl. somebody help me on this !&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Tue, 12 Aug 2008 08:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219623#M540010</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-08-12T08:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219624#M540011</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;i had the same issue...this might help..&lt;BR /&gt;&lt;BR /&gt;kill_tcp_connections()&lt;BR /&gt;{&lt;BR /&gt;if [ $1 = 5632 ]&lt;BR /&gt;then&lt;BR /&gt;  HEXNO=1600&lt;BR /&gt;  ENVM=VMD1&lt;BR /&gt;fi&lt;BR /&gt;if [ $1 = 6661 ]&lt;BR /&gt;then&lt;BR /&gt;  HEXNO=1A05&lt;BR /&gt;  ENVM=UAT01&lt;BR /&gt;fi&lt;BR /&gt;if&lt;BR /&gt;  ndd -get /dev/tcp tcp_status |grep "\[$HEXNO," |grep -v "\[$HEXNO,[!0]" &amp;gt; /dev/null 2&amp;gt;&amp;amp;1&lt;BR /&gt;then&lt;BR /&gt;  ndd -get /dev/tcp tcp_status |grep "\[$HEXNO," |grep -v "\[$HEXNO,[!0]" | while read&lt;BR /&gt;  do&lt;BR /&gt;    #echo "killing $ENVM 0x`echo ${REPLY} | awk '{ print $1 }'` tcp ip connection"&lt;BR /&gt;    ndd -set /dev/tcp tcp_discon '0x'`echo ${REPLY} | awk '{ print $1 }'`&lt;BR /&gt;  done&lt;BR /&gt;fi&lt;BR /&gt;}&lt;BR /&gt;kill_tcp_connections 6661&lt;BR /&gt;&lt;BR /&gt;..ill explain:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;netstat output (for example is) &lt;BR /&gt;tcp        0      0  xxx.xx.xx.5632  xx10662-d.xx.xx.1628&lt;BR /&gt;&lt;BR /&gt;note the 5632 and 1628 pair.&lt;BR /&gt;&lt;BR /&gt;This represents the server/ client port-socket pairing. &lt;BR /&gt;&lt;BR /&gt;Converting 5632 to hex we have -&amp;gt; 1600&lt;BR /&gt;&lt;BR /&gt;Now &lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/tcp tcp_status | grep 1600&lt;BR /&gt;&lt;BR /&gt;shows &lt;BR /&gt;&lt;BR /&gt;e0000001fd3890a8 000.000.000.000                         00000000 00000000 00000000 00000000 00000000 00000000 00004000 03000 00536 [1600,0] TCP_LISTEN&lt;BR /&gt;e0000001cff980a8 172.030.107.103                         f7d902ba f7d902ba 0000fcc0 00001407 0c2467a8 0c2467a8 00004000 00500 01460 [1600,65c] TCP_ESTABLISHE&lt;BR /&gt;&lt;BR /&gt;(note that 65c translates to the other socket number 1628)&lt;BR /&gt;&lt;BR /&gt;so the ACTUAL connection representing the connection is Oxe0000001cff980a8&lt;BR /&gt;&lt;BR /&gt;The kill script above simply shows how this info may used - hope this helps&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Aug 2008 13:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219624#M540011</guid>
      <dc:creator>Eric Lipede</dc:creator>
      <dc:date>2008-08-13T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219625#M540012</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Getting following error.&lt;BR /&gt;&lt;BR /&gt;----------------------&lt;BR /&gt;[root@server2] #ndd -get /dev/tcp tcp_status&lt;BR /&gt;operation failed, Invalid argument&lt;BR /&gt;----------------------</description>
      <pubDate>Thu, 14 Aug 2008 05:18:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219625#M540012</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-08-14T05:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219626#M540013</link>
      <description>Hi there&lt;BR /&gt;pls remind me of what version unix you are using.&lt;BR /&gt;&lt;BR /&gt;Also whats the result of &lt;BR /&gt;&lt;BR /&gt;whereis ndd&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/tcp tcp_status is the command ...are you putting a space between get and / ?&lt;BR /&gt;&lt;BR /&gt;Eric&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2008 05:40:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219626#M540013</guid>
      <dc:creator>Eric Lipede</dc:creator>
      <dc:date>2008-08-14T05:40:16Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219627#M540014</link>
      <description>Hi Eric,&lt;BR /&gt;&lt;BR /&gt;HP-UX Ver.: 11.11 PA-RISC&lt;BR /&gt;&lt;BR /&gt;[root@server2] #whereis ndd&lt;BR /&gt;ndd: /usr/bin/ndd /usr/share/man/man1m.Z/ndd.1m&lt;BR /&gt;&lt;BR /&gt;Also I'm putting space between get and /dev/tcp&lt;BR /&gt;&lt;BR /&gt;See output below&lt;BR /&gt;&lt;BR /&gt;[root@server2] #ndd -h tcp_status&lt;BR /&gt;&lt;BR /&gt;tcp_status:&lt;BR /&gt;&lt;BR /&gt;    Obtains a complete report similar to "netstat -an" on all TCP&lt;BR /&gt;    instances. Requests for this report through concurrent execution&lt;BR /&gt;    of ndd instances are serialized through semaphore. Hence tcp_status&lt;BR /&gt;    report invocation through ndd may appear to hang incase there is&lt;BR /&gt;    an ndd instance generating tcp_status/udp_status report already &lt;BR /&gt;    running on the system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;-Santosh</description>
      <pubDate>Thu, 14 Aug 2008 07:54:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219627#M540014</guid>
      <dc:creator>SANTOSH S. MHASKAR</dc:creator>
      <dc:date>2008-08-14T07:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Socket and Server Process mapping</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219628#M540015</link>
      <description>...&lt;A href="http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_37671&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main" target="_blank"&gt;http://www12.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_37671&amp;amp;sel={hpux:11.11,}&amp;amp;BC=main&lt;/A&gt;|search|&lt;BR /&gt;&lt;BR /&gt;it looks like you may need the patch PHNE_37671&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Aug 2008 09:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tcp-ip-socket-and-server-process-mapping/m-p/4219628#M540015</guid>
      <dc:creator>Eric Lipede</dc:creator>
      <dc:date>2008-08-14T09:12:12Z</dc:date>
    </item>
  </channel>
</rss>

