<?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: Output from netstat -a in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844063#M936679</link>
    <description>and FIN_WAIT_2......</description>
    <pubDate>Wed, 13 Nov 2002 16:19:11 GMT</pubDate>
    <dc:creator>ASSIST</dc:creator>
    <dc:date>2002-11-13T16:19:11Z</dc:date>
    <item>
      <title>Output from netstat -a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844062#M936678</link>
      <description>what's the meaning of the state filed of netstat -an command?&lt;BR /&gt;&lt;BR /&gt;CLOSE_WAIT&lt;BR /&gt;LISTEN&lt;BR /&gt;ESTABLISHED&lt;BR /&gt;SYN_SENT&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 16:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844062#M936678</guid>
      <dc:creator>ASSIST</dc:creator>
      <dc:date>2002-11-13T16:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Output from netstat -a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844063#M936679</link>
      <description>and FIN_WAIT_2......</description>
      <pubDate>Wed, 13 Nov 2002 16:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844063#M936679</guid>
      <dc:creator>ASSIST</dc:creator>
      <dc:date>2002-11-13T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Output from netstat -a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844064#M936680</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Those are different states of sockets.  The LISTEN means that a process has a socket open and is waiting for something to come along and connect.  The ESTABLISHED is a socket that is connected.  The CLOSE_WAIT and FIN_WAIT_2 states are what you see on each end of a socket when they are in the process of closing.  Often they will get hung in this state if one side or the other is not sending an acknowledgement.  &lt;BR /&gt;&lt;BR /&gt;Here is a link to a document that briefly lists the states.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063235782" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063235782&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I hope that helps a little.  I gave a ten cent explanation to a ten dollar question.  :)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 16:21:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844064#M936680</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2002-11-13T16:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Output from netstat -a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844065#M936681</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Check out this link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063235782" target="_blank"&gt;http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000063235782&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, do a search on netstat in the technical knowledge base.  I has postings on each, like "What does CLOSE_WAIT state mean?" and so on.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Wed, 13 Nov 2002 16:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844065#M936681</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-11-13T16:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: Output from netstat -a</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844066#M936682</link>
      <description>LISTEN indicates a process is  waiting for a connection. Generally a server process.&lt;BR /&gt;&lt;BR /&gt;ESTABLISHED indicates a connection is active.&lt;BR /&gt;&lt;BR /&gt;CLOSE_WAIT and FIN_WAIT* indicate a connection is being closed or has been closed recently.  The protocol stack is waiting to verify no more packets will arrive on the connection.&lt;BR /&gt;&lt;BR /&gt;I think SYN_SENT occurs during startup.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Nov 2002 16:27:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/output-from-netstat-a/m-p/2844066#M936682</guid>
      <dc:creator>Bill Thorsteinson</dc:creator>
      <dc:date>2002-11-13T16:27:57Z</dc:date>
    </item>
  </channel>
</rss>

