<?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 System error 233 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464399#M210645</link>
    <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I am having HP rp 7410 server with HP UX 11i v1 with external storage DS 2300 atatched to it.&lt;BR /&gt;&lt;BR /&gt;I am using Informix database with Baan 4c4 on the same server. Suddenly from last 2-3 days I see more application users in database (this results in DB crash) . and getting following error :&lt;BR /&gt;==============================================&lt;BR /&gt;14:54:27  listener-thread: err = -25573: oserr = 233: errstr = : Network driver&lt;BR /&gt;cannot accept a connection on the port.&lt;BR /&gt; System error = 233.                                         &lt;BR /&gt;===============================================&lt;BR /&gt;&lt;BR /&gt;But at the same time server is accessible by telnet etc.&lt;BR /&gt;&lt;BR /&gt;Can some one help?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sandeep       &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 17 Jan 2005 06:27:44 GMT</pubDate>
    <dc:creator>Sandeep Geet</dc:creator>
    <dc:date>2005-01-17T06:27:44Z</dc:date>
    <item>
      <title>System error 233</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464399#M210645</link>
      <description>Hi !&lt;BR /&gt;&lt;BR /&gt;I am having HP rp 7410 server with HP UX 11i v1 with external storage DS 2300 atatched to it.&lt;BR /&gt;&lt;BR /&gt;I am using Informix database with Baan 4c4 on the same server. Suddenly from last 2-3 days I see more application users in database (this results in DB crash) . and getting following error :&lt;BR /&gt;==============================================&lt;BR /&gt;14:54:27  listener-thread: err = -25573: oserr = 233: errstr = : Network driver&lt;BR /&gt;cannot accept a connection on the port.&lt;BR /&gt; System error = 233.                                         &lt;BR /&gt;===============================================&lt;BR /&gt;&lt;BR /&gt;But at the same time server is accessible by telnet etc.&lt;BR /&gt;&lt;BR /&gt;Can some one help?&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Sandeep       &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 06:27:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464399#M210645</guid>
      <dc:creator>Sandeep Geet</dc:creator>
      <dc:date>2005-01-17T06:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: System error 233</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464400#M210646</link>
      <description>I don't know *anything* in relation to informix, but I'd bet the 'cannot accept a connection' error is related to a network server port of informix gone to FIN_WAIT_2 state. please do a netstat -na | grep FIN&lt;BR /&gt;and cross-check the port number with informix docs, maybe this gets You started on which process gets into trouble.&lt;BR /&gt;&lt;BR /&gt;Are there any usable messages in the syslog?</description>
      <pubDate>Mon, 17 Jan 2005 06:35:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464400#M210646</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-01-17T06:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: System error 233</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464401#M210647</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is not a telnet (network) problem, looks like Informix error.</description>
      <pubDate>Mon, 17 Jan 2005 06:36:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464401#M210647</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2005-01-17T06:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: System error 233</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464402#M210648</link>
      <description>From /usr/include/sys/errno.h:&lt;BR /&gt;   define ENOBUFS               233     /* No buffer space available */&lt;BR /&gt;&lt;BR /&gt;from man 2 errno:&lt;BR /&gt;      [ENOBUFS]      No buffer space available. An operation on a socket was not performed because the system lacked sufficient buffer space. &lt;BR /&gt; &lt;BR /&gt;This is actually a temporary condition and the application should have retried the accept(2) system call. From an HP note: &lt;BR /&gt; &lt;BR /&gt;"If the application aborts with this error situation, it should be re-written so that it will retry accept() system call. ENOBUFS is usually indicating transient error. So, aborting the application just by seeing this error once should not be proper action. The application should be modified so that it gets more robustness."&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 17 Jan 2005 08:23:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-error-233/m-p/3464402#M210648</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-01-17T08:23:25Z</dc:date>
    </item>
  </channel>
</rss>

