<?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 S3100001580 - cant find on itrc in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916893#M108604</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can someone from HP please find a copy of this document and provide a working link or even better paste a copy in with their reply ? This document was listed in a previous reply to a queation on the itrc as available on the itrc to explain the error;&lt;BR /&gt;&lt;BR /&gt;bindresvport:loop_twice port assigned 512&lt;BR /&gt;&lt;BR /&gt;I really want to read this document and find out in detail what the problem is.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Mar 2003 11:33:33 GMT</pubDate>
    <dc:creator>Stefan Farrelly</dc:creator>
    <dc:date>2003-03-03T11:33:33Z</dc:date>
    <item>
      <title>S3100001580 - cant find on itrc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916893#M108604</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;can someone from HP please find a copy of this document and provide a working link or even better paste a copy in with their reply ? This document was listed in a previous reply to a queation on the itrc as available on the itrc to explain the error;&lt;BR /&gt;&lt;BR /&gt;bindresvport:loop_twice port assigned 512&lt;BR /&gt;&lt;BR /&gt;I really want to read this document and find out in detail what the problem is.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 11:33:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916893#M108604</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-03-03T11:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: S3100001580 - cant find on itrc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916894#M108605</link>
      <description>S3100001580 &lt;BR /&gt;    Sys Adm: vmunix: bindresvport: looptwice port assigned 512 PROBLEM&lt;BR /&gt;I am running HP-UX 11.0 on a Series 800 server.  At a certain point, the&lt;BR /&gt;system displays the following message on the console and in syslog:&lt;BR /&gt;&lt;BR /&gt;     vmunix: bindresvport: looptwice port assigned 512&lt;BR /&gt;&lt;BR /&gt;Why am I getting this error?&lt;BR /&gt;&lt;BR /&gt;CONFIGURATION&lt;BR /&gt;Operating System - HP-UX&lt;BR /&gt;Version - 11.0&lt;BR /&gt;Hardware System - HP9000&lt;BR /&gt;Series - 800&lt;BR /&gt;Subsystem - System Administration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;The kernel bindresvport() function generates your error message.&lt;BR /&gt;&lt;BR /&gt;     Note: There is also a user-space version of this function called&lt;BR /&gt;           bindresvport(), but that function does not print out the&lt;BR /&gt;           above error message.&lt;BR /&gt;&lt;BR /&gt;The bindresvport() function binds a connection to a port in the&lt;BR /&gt;reserved range.  The reserved range is defined in the following manner:&lt;BR /&gt;&lt;BR /&gt;     #define MAX_PRIV        (IPPORT_RESERVED-1)&lt;BR /&gt;     #define MIN_PRIV        (IPPORT_RESERVED/2)&lt;BR /&gt;     #define IPPORT_RESERVED         1024&lt;BR /&gt;&lt;BR /&gt;The reserved range is between MIN_PRIV (512) and MAX_PRIV (1023).  If&lt;BR /&gt;the system cannot find an available port in this range, it loops&lt;BR /&gt;through the ports two times, and then prints the above message.  This&lt;BR /&gt;indicates that there is a shortage of reserved ports.&lt;BR /&gt;&lt;BR /&gt;The kernel version of bindresvport() is only called from the&lt;BR /&gt;clnt_tli_kcreate() call.  These are the only processes that call&lt;BR /&gt;clnt_tli_kcreate():&lt;BR /&gt;&lt;BR /&gt;     AutoFS (3 different places)&lt;BR /&gt;     NFS client routine clget()&lt;BR /&gt;     Kernel Lock Manager (KLM) routine klm_clget()&lt;BR /&gt;&lt;BR /&gt;The system is running out of reserved ports, and either AutoFS, KLM&lt;BR /&gt;(rpc.lockd), or NFS client traffic are requesting a reserved port, and&lt;BR /&gt;are unable to get one.&lt;BR /&gt;&lt;BR /&gt;If this problem persists, you could use a tool like lsof to identify&lt;BR /&gt;all of the reserved ports.  It could be that an application is using&lt;BR /&gt;these ports, and then not releasing the ports.&lt;BR /&gt;&lt;BR /&gt;Looking into why its missing as I type ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 11:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916894#M108605</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-03-03T11:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: S3100001580 - cant find on itrc</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916895#M108606</link>
      <description>Hi Alex,&lt;BR /&gt;&lt;BR /&gt;thanks for the quick reply and info. Were getting this error on 11i, a newly installed server patched up to Dec02 (QPK), no apps installed or running! so how we could be out of reserved ports when weve got no apps or users on it is beyond me. Sounds like a bug ?&lt;BR /&gt;&lt;BR /&gt;I'll get lsof installed and check all the reserved ports to confirm some are free - im pretty sure lots will be.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Stefan&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Mar 2003 11:47:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/s3100001580-cant-find-on-itrc/m-p/2916895#M108606</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-03-03T11:47:01Z</dc:date>
    </item>
  </channel>
</rss>

