<?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: vmunix: bindresvport:loop_twice port assigned 512 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713100#M946989</link>
    <description>Hi S.K,&lt;BR /&gt;&lt;BR /&gt;Can you please let me know how the problem can be solved if the ports in the range 512-1023 are used by another services running on the system? I am also facing the same problem and we could see that none of the ports is free in the range 512-1023.&lt;BR /&gt;&lt;BR /&gt;I will appreciate your response in this regard.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-pap</description>
    <pubDate>Mon, 29 Apr 2002 15:56:18 GMT</pubDate>
    <dc:creator>pap</dc:creator>
    <dc:date>2002-04-29T15:56:18Z</dc:date>
    <item>
      <title>vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713093#M946982</link>
      <description>Hello HPUX Gurus,&lt;BR /&gt;&lt;BR /&gt;I am getting the following error in my syslog,&lt;BR /&gt;&lt;BR /&gt;Apr 23 21:44:59 irsrepo vmunix: bindresvport:loop_twice port assigned 512&lt;BR /&gt;&lt;BR /&gt;Does anyone have any information on what is error is? &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-Yates&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 14:24:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713093#M946982</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-29T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713094#M946983</link>
      <description>You don't mention what OS you are running - that is always a very good idea. The is an NFS patch that addresses this problem. For 11.0, it's PHNE_25484. Look for superceded patches or equivalent patches for other OS versions.</description>
      <pubDate>Mon, 29 Apr 2002 14:30:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713094#M946983</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2002-04-29T14:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713095#M946984</link>
      <description>Hi Yates:&lt;BR /&gt;&lt;BR /&gt;This error comes from a NFS mount request (may be an NFS hung operation due to many lock operations). If you are using HP-UX 11.00, then apply the patch - PHNE_25484 (s700_800 11.00 ONC/NFS General Release/Performance Patch).&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 29 Apr 2002 14:31:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713095#M946984</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-29T14:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713096#M946985</link>
      <description>It is on both 11.0 and 11.i servers. The 11.i server have just been recently been patched with the March 2002 bundles.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 14:33:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713096#M946985</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-29T14:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713097#M946986</link>
      <description>It's a reverse port binding function call (the bindresvport) in the kernel. I think you're getting the message because the system could not find a free port after it goes through a multiple loop of the range the port that were defined ( the range is between 512-&amp;gt;1023 ).&lt;BR /&gt;&lt;BR /&gt;Basically your system is out of reserved ports. And these ..&lt;BR /&gt;- AutoFS&lt;BR /&gt;- rpc.lockd)&lt;BR /&gt;- NFS client&lt;BR /&gt;are the 3 possible components that will be requesting for the ports but couldn't get it.&lt;BR /&gt;&lt;BR /&gt;Your action plan is ..&lt;BR /&gt;1) If it does not show up frequently it's ok to ignore it.&lt;BR /&gt;2) If you sees it too often then you need to identify identify all of the reserved ports (maybe use lsof) and find out is there is any other application on your server is using these ports.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 14:37:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713097#M946986</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-29T14:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713098#M946987</link>
      <description>S.K. Chan,&lt;BR /&gt;&lt;BR /&gt;You gave me exactly what I was looking for.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;-Yates &lt;BR /&gt;</description>
      <pubDate>Mon, 29 Apr 2002 14:40:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713098#M946987</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2002-04-29T14:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713099#M946988</link>
      <description>Hi Yates:&lt;BR /&gt;&lt;BR /&gt;These patches were released on April 2002. However, in HP-UX 11i the problem has been fixed. These are the NFS patches that released:&lt;BR /&gt;&lt;BR /&gt;11.00 - PHNE_25484&lt;BR /&gt;11.11 - PHNE_25625&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Shiju</description>
      <pubDate>Mon, 29 Apr 2002 14:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713099#M946988</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-04-29T14:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713100#M946989</link>
      <description>Hi S.K,&lt;BR /&gt;&lt;BR /&gt;Can you please let me know how the problem can be solved if the ports in the range 512-1023 are used by another services running on the system? I am also facing the same problem and we could see that none of the ports is free in the range 512-1023.&lt;BR /&gt;&lt;BR /&gt;I will appreciate your response in this regard.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Mon, 29 Apr 2002 15:56:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713100#M946989</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-29T15:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: vmunix: bindresvport:loop_twice port assigned 512</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713101#M946990</link>
      <description>Any reply to my question?&lt;BR /&gt;&lt;BR /&gt;Appreciated your help in ADVANCE....&lt;BR /&gt;&lt;BR /&gt;-pap</description>
      <pubDate>Mon, 29 Apr 2002 16:18:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/vmunix-bindresvport-loop-twice-port-assigned-512/m-p/2713101#M946990</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-29T16:18:32Z</dc:date>
    </item>
  </channel>
</rss>

