<?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: Corrupted  sockets in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787099#M784256</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I m application runs on unix &lt;BR /&gt;And the application seems ti hung due to some reason .&lt;BR /&gt;From the logs we are geting a file descriptor corroupted error for the scoket .&lt;BR /&gt;Thts y we suspect that the socket is getting corroupted due to some reason .&lt;BR /&gt;&lt;BR /&gt;We need to restart the application to get rid of the issue &lt;BR /&gt;&lt;BR /&gt;Binu</description>
    <pubDate>Tue, 16 May 2006 03:27:46 GMT</pubDate>
    <dc:creator>msbinu</dc:creator>
    <dc:date>2006-05-16T03:27:46Z</dc:date>
    <item>
      <title>Corrupted  sockets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787094#M784251</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;IS there some scenario where the unix sockets gets Corrupted  and hungs?&lt;BR /&gt;If so how can we prevent tht from happening ?&lt;BR /&gt;And how to recover the socket once it is corroupted ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Binu</description>
      <pubDate>Fri, 12 May 2006 05:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787094#M784251</guid>
      <dc:creator>msbinu</dc:creator>
      <dc:date>2006-05-12T05:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted  sockets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787095#M784252</link>
      <description>Shalom Binu,&lt;BR /&gt;&lt;BR /&gt;Could you provide some information on why you think the socket is corrupt? Error code? syslog  or application message. Anything.&lt;BR /&gt;&lt;BR /&gt;You should be able to recover by restarting networking. /sbin/init.d/net stop ;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;do it on one command line or at the console or you will lose access to the system.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 12 May 2006 05:36:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787095#M784252</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-12T05:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted  sockets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787096#M784253</link>
      <description>msbinu,&lt;BR /&gt;&lt;BR /&gt;I had an export to tape running from a sybase database that failed and would not let go of a socket once, nothing worked to free it until I rebooted.&lt;BR /&gt;&lt;BR /&gt;While ago now, probably more dynamic with stop and start net.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;JASH</description>
      <pubDate>Fri, 12 May 2006 06:34:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787096#M784253</guid>
      <dc:creator>JASH_2</dc:creator>
      <dc:date>2006-05-12T06:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted  sockets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787097#M784254</link>
      <description>Hi &lt;BR /&gt;Any idea in which scenarios this will happen &lt;BR /&gt;&lt;BR /&gt;BInu</description>
      <pubDate>Fri, 12 May 2006 07:16:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787097#M784254</guid>
      <dc:creator>msbinu</dc:creator>
      <dc:date>2006-05-12T07:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted  sockets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787098#M784255</link>
      <description>In almost all cases when there is a problem with sockets the problem lies in the application code (ie, the design was not robust enough). There have certainly been  patches related to sockets, STREAMS, and network but since you barely bother to describe your problem or the OS, it's rather difficult to help much.</description>
      <pubDate>Fri, 12 May 2006 09:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787098#M784255</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-05-12T09:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Corrupted  sockets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787099#M784256</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;I m application runs on unix &lt;BR /&gt;And the application seems ti hung due to some reason .&lt;BR /&gt;From the logs we are geting a file descriptor corroupted error for the scoket .&lt;BR /&gt;Thts y we suspect that the socket is getting corroupted due to some reason .&lt;BR /&gt;&lt;BR /&gt;We need to restart the application to get rid of the issue &lt;BR /&gt;&lt;BR /&gt;Binu</description>
      <pubDate>Tue, 16 May 2006 03:27:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/corrupted-sockets/m-p/3787099#M784256</guid>
      <dc:creator>msbinu</dc:creator>
      <dc:date>2006-05-16T03:27:46Z</dc:date>
    </item>
  </channel>
</rss>

