<?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: EMS: Client connect failed in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026700#M131728</link>
    <description>Thanks everyone. The "registrar" line in inetd.conf had been commented out.&lt;BR /&gt;&lt;BR /&gt;Uncommenting it and running inetd -c fixed things.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/ems stop produces the message "This script doesn't stop EMS." I think you have to use monconfig to stop it.&lt;BR /&gt;&lt;BR /&gt;Now I nave to figure out who or what modified the inetd.conf file.&lt;BR /&gt;&lt;BR /&gt;Coleman</description>
    <pubDate>Fri, 18 Jul 2003 10:45:09 GMT</pubDate>
    <dc:creator>Coleman Blake_2</dc:creator>
    <dc:date>2003-07-18T10:45:09Z</dc:date>
    <item>
      <title>EMS: Client connect failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026695#M131723</link>
      <description>I tried to bring up EMS through SAM to modify and add some events. When I clicked on the EMS icon, I got a message "Client connect failed...".&lt;BR /&gt;&lt;BR /&gt;I tried monconfig and got the same message when I tried to "Check detailed monitoring status."&lt;BR /&gt;&lt;BR /&gt;It worked the last time I tried it a month or so ago. Any ideas what's wrong and how to fix it?</description>
      <pubDate>Thu, 17 Jul 2003 16:50:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026695#M131723</guid>
      <dc:creator>Coleman Blake_2</dc:creator>
      <dc:date>2003-07-17T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: EMS: Client connect failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026696#M131724</link>
      <description>Try stopping and restarting ems&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/ems stop&lt;BR /&gt;/sbin/init.d/ems start</description>
      <pubDate>Thu, 17 Jul 2003 16:52:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026696#M131724</guid>
      <dc:creator>Ken Hubnik_2</dc:creator>
      <dc:date>2003-07-17T16:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: EMS: Client connect failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026697#M131725</link>
      <description>Also check the /etc/rc.config.d/ems file to make sure EMS_ENABLED=1 or it won't let you start it.&lt;BR /&gt;I would also check the log files in /etc/opt/resmon/log for clues - specifically the client.log file&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Jul 2003 17:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026697#M131725</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-17T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: EMS: Client connect failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026698#M131726</link>
      <description>Also make sure you have the following in /etc/services&lt;BR /&gt;&lt;BR /&gt;registrar   1712/tcp                 # resource monitoring service&lt;BR /&gt;registrar   1712/udp                 # resource monitoring service&lt;BR /&gt;&lt;BR /&gt;And this in /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;registrar stream tcp nowait root /etc/opt/resmon/lbin/registrar /etc/opt/resmon/&lt;BR /&gt;lbin/registrar&lt;BR /&gt;&lt;BR /&gt;And make sure there are NO registrar entries in /var/adm/inetd.sec that could be preventing connections.&lt;BR /&gt;You may also want to see if there is already a registrar process bound - run&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep 1712&lt;BR /&gt;&lt;BR /&gt;If EMS is not running BUT you do have something bound to port 1712, that may be preventing the client connection.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Jul 2003 17:13:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026698#M131726</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-17T17:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: EMS: Client connect failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026699#M131727</link>
      <description>This is from Document id: A5774548:&lt;BR /&gt;&lt;BR /&gt;----------|------------------------------------------------------------&lt;BR /&gt;  Cause A: | The /etc/inetd.conf file is not complete.&lt;BR /&gt; Answer A: | Ensure that /etc/inetd.conf contains the following&lt;BR /&gt;           | information:&lt;BR /&gt;           |&lt;BR /&gt;           | registrar stream tcp nowait root           | /etc/opt/resmon/lbin/registrar /etc/opt/resmon/lbin/registrar&lt;BR /&gt;           |&lt;BR /&gt; ----------|------------------------------------------------------------&lt;BR /&gt;  Cause B: | The inetd process is not running.&lt;BR /&gt; Answer B: | Re-start inetd.&lt;BR /&gt;           |&lt;BR /&gt; ----------|------------------------------------------------------------&lt;BR /&gt;  Cause C: | A /var/adm/inetd.sec setting clogged your port.&lt;BR /&gt; Answer C: | Verify that /var/adm/inetd.sec allows access to port 1712.&lt;BR /&gt;           |&lt;BR /&gt; ----------|------------------------------------------------------------&lt;BR /&gt;&lt;BR /&gt;If none of the above causes and solutions apply to your situation:&lt;BR /&gt;&lt;BR /&gt;     1. Re-execute the netstat command:&lt;BR /&gt;&lt;BR /&gt;        netstat -an | grep 1712&lt;BR /&gt;&lt;BR /&gt;     2. Ensure that your system contains the /var/adm/inetd.sec and&lt;BR /&gt;        /etc/inetd.conf files.&lt;BR /&gt;&lt;BR /&gt;     3. Enable inetd logging:&lt;BR /&gt;&lt;BR /&gt;        inetd -k; inetd -l&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Elena.</description>
      <pubDate>Thu, 17 Jul 2003 17:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026699#M131727</guid>
      <dc:creator>Elena Leontieva</dc:creator>
      <dc:date>2003-07-17T17:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: EMS: Client connect failed</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026700#M131728</link>
      <description>Thanks everyone. The "registrar" line in inetd.conf had been commented out.&lt;BR /&gt;&lt;BR /&gt;Uncommenting it and running inetd -c fixed things.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/ems stop produces the message "This script doesn't stop EMS." I think you have to use monconfig to stop it.&lt;BR /&gt;&lt;BR /&gt;Now I nave to figure out who or what modified the inetd.conf file.&lt;BR /&gt;&lt;BR /&gt;Coleman</description>
      <pubDate>Fri, 18 Jul 2003 10:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems-client-connect-failed/m-p/3026700#M131728</guid>
      <dc:creator>Coleman Blake_2</dc:creator>
      <dc:date>2003-07-18T10:45:09Z</dc:date>
    </item>
  </channel>
</rss>

