<?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: request socket connection not authorized: 15 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864159#M96906</link>
    <description>Ok, in my platform there's HP OpenView NNM; I run a lot of processes so that about 750 sockets are engaged; at a certain moment the ovspmd (daemon of OV DM platform) stops accepting any more requests: the error is&lt;BR /&gt;ovstatus: No response from ovspmd. Check ovspmd.authfile on server xxxx.&lt;BR /&gt;By taking a look on nettl trace file I see the mentioned error.&lt;BR /&gt;It seems that the ovspmd doesn't accept anymore incoming requests. As soon as ai stop some process (and it frees its sockets) the ovspmd restarts accepting requests.</description>
    <pubDate>Fri, 13 Dec 2002 16:02:54 GMT</pubDate>
    <dc:creator>Enrico Venturi</dc:creator>
    <dc:date>2002-12-13T16:02:54Z</dc:date>
    <item>
      <title>request socket connection not authorized: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864157#M96904</link>
      <description>Hello colleagues,&lt;BR /&gt;what can be the reasons of the error shown in the title?&lt;BR /&gt;the available sockets are exausted?&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;Enrico</description>
      <pubDate>Fri, 13 Dec 2002 15:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864157#M96904</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2002-12-13T15:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: request socket connection not authorized: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864158#M96905</link>
      <description>Hi Enrico, &lt;BR /&gt;can you explain the context which give you this error ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jerome</description>
      <pubDate>Fri, 13 Dec 2002 15:31:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864158#M96905</guid>
      <dc:creator>Jerome Baron</dc:creator>
      <dc:date>2002-12-13T15:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: request socket connection not authorized: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864159#M96906</link>
      <description>Ok, in my platform there's HP OpenView NNM; I run a lot of processes so that about 750 sockets are engaged; at a certain moment the ovspmd (daemon of OV DM platform) stops accepting any more requests: the error is&lt;BR /&gt;ovstatus: No response from ovspmd. Check ovspmd.authfile on server xxxx.&lt;BR /&gt;By taking a look on nettl trace file I see the mentioned error.&lt;BR /&gt;It seems that the ovspmd doesn't accept anymore incoming requests. As soon as ai stop some process (and it frees its sockets) the ovspmd restarts accepting requests.</description>
      <pubDate>Fri, 13 Dec 2002 16:02:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864159#M96906</guid>
      <dc:creator>Enrico Venturi</dc:creator>
      <dc:date>2002-12-13T16:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: request socket connection not authorized: 15</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864160#M96907</link>
      <description>(a) See &lt;A href="http://openview.hp.com/sso/ecare/getsupportdoc?docid=S3100005790" target="_blank"&gt;http://openview.hp.com/sso/ecare/getsupportdoc?docid=S3100005790&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In this particular case 'ovspmd.auth' has a short name and when the&lt;BR /&gt;fully qualified name is looked up it returns with the short name only.&lt;BR /&gt;&lt;BR /&gt;A suggested resolution to this problem is to change 'nsswitch.conf' to&lt;BR /&gt;look at files first.  Make sure the lookup works for ip, long name, and&lt;BR /&gt;short name.  Then, kill the 'ovspmd' -newconfig process that is running&lt;BR /&gt;and run ovstart again.&lt;BR /&gt;&lt;BR /&gt;(b) If the system is a multi-homed system then enables the NNM internal&lt;BR /&gt;process communication over loopback.&lt;BR /&gt;&lt;BR /&gt;Here are the steps:&lt;BR /&gt;- ov.conf uncomment and enable&lt;BR /&gt;   USE_LOOPBACK=ON&lt;BR /&gt;&lt;BR /&gt;   NNM_INTERFACE=10.10.10.10&lt;BR /&gt;   IGNORE_NNM_IF_FOR_SNMP=ON&lt;BR /&gt;&lt;BR /&gt;- ovspmd.auth uncomment&lt;BR /&gt;   loopback +&lt;BR /&gt;   localhost +&lt;BR /&gt;   loghost +&lt;BR /&gt;&lt;BR /&gt;- /etc/hosts, add the loopback entry:&lt;BR /&gt;   127.0.0.1 localhost loghost loopback&lt;BR /&gt;&lt;BR /&gt;- remove $OV_DB/openview/ovwdb/ovserver&lt;BR /&gt;- remove $OV_SOCKETS/OVsPMD_MGMT&lt;BR /&gt;&lt;BR /&gt;Then run:&lt;BR /&gt;&lt;BR /&gt;ovstart -d&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Sat, 14 Dec 2002 17:53:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/request-socket-connection-not-authorized-15/m-p/2864160#M96907</guid>
      <dc:creator>Ian_4</dc:creator>
      <dc:date>2002-12-14T17:53:17Z</dc:date>
    </item>
  </channel>
</rss>

