<?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: rpc timeout error after a patch in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208989#M569388</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Windows had a lot of RPC problems last year, during those problems HP found out that their version of RPC was vulnerable to a denial-of-service attack. They released a patch for this, unfortunately I don't remember exactly which one that was (try PHSS_29353), although this could point you in the general direction.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Robert</description>
    <pubDate>Thu, 04 Mar 2004 02:50:42 GMT</pubDate>
    <dc:creator>Robert Binkhorst</dc:creator>
    <dc:date>2004-03-04T02:50:42Z</dc:date>
    <item>
      <title>rpc timeout error after a patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208988#M569387</link>
      <description>Hello all:&lt;BR /&gt;We have a problem, which seem to have originated after a recent patch installation. The patch was done by our IT team as a routine, (its proving to be a daunting task to get the list of patches that were affected)&lt;BR /&gt;&lt;BR /&gt;This problem is observed on HP-UX 11.0 box.&lt;BR /&gt;&lt;BR /&gt;I have an application (server) which services request from two clients (thru a well defined port 20111). One client reads data through this server, one record at a time. &lt;BR /&gt;The other client tells the status of the server (whether alive or not thru a rpc call).&lt;BR /&gt;Till recently when the 1st client is running and during that time if I run the 2nd client, the server status was returned as "OK".&lt;BR /&gt;&lt;BR /&gt;After the recent patch done, we observed that while the 1st client is being serviced, the 2nd client's request is getting timed-out at rpc call "rpc_mgmt_is_server_listening" . When I print the return code I get this number "382312513".&lt;BR /&gt;&lt;BR /&gt;The rpc trace shows the following at that time:&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cnassoc.c 647 0x400130e8 (rpc__cn_assoc_open_timer)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG2 rpc general cnassoc.c 661 0x400130e8 CN: call_rep-&amp;gt;4005ffd8 assoc-&amp;gt;402d6620 desc-&amp;gt;a connection/presentation negotiation timed out&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cnassoc.c 1865 0x400130e8 (rpc__cn_assoc_abort)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cncassm.c 3605 0x400130e8 (CLIENT mark_abort_action_rtn)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cncassm.c 2667 0x400130e8 (CLIENT abort_assoc_action_rtn)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cnnet.c 1865 0x400130e8 (rpc__cn_network_close_connect)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cncassm.c 2035 0x400130e8 (CLIENT mark_assoc_action_rtn)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cnassoc.c 2192 0x400130e8 (rpc__cn_assoc_queue_dummy_frag)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG2 rpc general cnrcvr.c 1876 0x40320b80 CN: call_rep-&amp;gt;4005ffd8 assoc-&amp;gt;402d6620 desc-&amp;gt;a receiver canceled, caught in receive_packet()&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG2 rpc general cnrcvr.c 902 0x40320b80 CN: call_rep-&amp;gt;4005ffd8 assoc-&amp;gt;402d6620 desc-&amp;gt;a receiver canceled, caught in receive_dispatch()&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cnassoc.c 3436 0x40320b80 (rpc__cn_assoc_post_error)&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG2 rpc general cnrcvr.c 594 0x40320b80 CN: assoc-&amp;gt;402d6620 call_rep-&amp;gt;none No longer receiving...Close socket&lt;BR /&gt;&lt;BR /&gt;PID#19224 DEBUG9 rpc general cnassoc.c 5175 0x40320b80 (rpc__cn_assoc_acb_dealloc)&lt;BR /&gt;&lt;BR /&gt;Can some one suggest cause/solution to this? Is there a subsequent patch that resolves this?&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance for your generous time and solution.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Dilip</description>
      <pubDate>Thu, 04 Mar 2004 02:35:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208988#M569387</guid>
      <dc:creator>Dilip Kumar_4</dc:creator>
      <dc:date>2004-03-04T02:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: rpc timeout error after a patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208989#M569388</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Windows had a lot of RPC problems last year, during those problems HP found out that their version of RPC was vulnerable to a denial-of-service attack. They released a patch for this, unfortunately I don't remember exactly which one that was (try PHSS_29353), although this could point you in the general direction.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Robert</description>
      <pubDate>Thu, 04 Mar 2004 02:50:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208989#M569388</guid>
      <dc:creator>Robert Binkhorst</dc:creator>
      <dc:date>2004-03-04T02:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: rpc timeout error after a patch</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208990#M569389</link>
      <description>Hi:&lt;BR /&gt;To add to the question above, what we observed is that the problem is simulatable with the Quality Pack QPK1100 and RPC patches. These are the scenarios and version/patch info:&lt;BR /&gt;Scenario 1:&lt;BR /&gt;-----------&lt;BR /&gt;(a) Install QPK1100 (B.11.00.60.5/B.11.00.62.4) bundle &lt;BR /&gt;(b) RPC client call is answered by RPC server.&lt;BR /&gt;(c) Now install PHSS_29963&lt;BR /&gt;(d) RPC client call does not reach RPC server.&lt;BR /&gt;(e) Uninstall PHSS_29963&lt;BR /&gt;(f) RPC client call is answered by RPC server.&lt;BR /&gt;&lt;BR /&gt;Scenario 2:&lt;BR /&gt;-----------&lt;BR /&gt;(a) Install the DCE Patches PHSS_27962, PHSS_27964 and PHSS_29963&lt;BR /&gt;(b) RPC client call is answered by RPC server.&lt;BR /&gt;(c) Install QPK1100 (B.11.00.60.5/B.11.00.62.4/B.11.00.64.4) bundle &lt;BR /&gt;(d) RPC client call does not reach RPC server.&lt;BR /&gt;(e) Uninstall PHSS_29963&lt;BR /&gt;(f) RPC client call is answered by RPC server. &lt;BR /&gt;&lt;BR /&gt;Scenario 3:&lt;BR /&gt;-----------&lt;BR /&gt;(a) Install (QPK1100 B.11.00.64.4) bundle &lt;BR /&gt;(b) RPC client call does not reach RPC server.&lt;BR /&gt;(c) Uninstall PHSS_27962&lt;BR /&gt;(d) RPC client call is answered by RPC server.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Dilip</description>
      <pubDate>Thu, 06 May 2004 02:40:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-timeout-error-after-a-patch/m-p/3208990#M569389</guid>
      <dc:creator>Dilip Kumar_4</dc:creator>
      <dc:date>2004-05-06T02:40:30Z</dc:date>
    </item>
  </channel>
</rss>

