<?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: Easy EMS Question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912908#M107752</link>
    <description>Thanks for the replies.  Let me clarify my question a bit.  I'm not so much concerned about what is listening on that port as what will happen if a critical error ever does occur?&lt;BR /&gt;&lt;BR /&gt;I can understand things being logged to the syslog, and emails being sent to root, but I don't know where to go or what to look at if a critical error occurs since it will be sending the message to some TCP port?&lt;BR /&gt;&lt;BR /&gt;Hopefully this makes some sense.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
    <pubDate>Tue, 25 Feb 2003 19:15:23 GMT</pubDate>
    <dc:creator>Tim Medford</dc:creator>
    <dc:date>2003-02-25T19:15:23Z</dc:date>
    <item>
      <title>Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912905#M107749</link>
      <description>Most of the monitors in our EMS are set up with the following configuration:&lt;BR /&gt;&lt;BR /&gt; For /storage/events/disks/default/0_0_1_1.2.0:&lt;BR /&gt;  Events &amp;gt;= 1 (INFORMATION) Goto TEXTLOG; file=/var/opt/resmon/log/event.log&lt;BR /&gt;  Events &amp;gt;= 3 (MAJOR WARNING) Goto SYSLOG&lt;BR /&gt;  Events &amp;gt;= 3 (MAJOR WARNING) Goto EMAIL; addr=root&lt;BR /&gt;  Events =  5 (CRITICAL) Goto TCP; host=saifprod.corp.saif.com port=64698&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;My question is on the Critical warnings, what exactly does it mean to say they are logged to a TCP port?&lt;BR /&gt;&lt;BR /&gt;I'm not a networking expert, but is there supposed to be something listening on port 64698?  I do not see anything listed in /etc/services or when I run a netstat command.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tim</description>
      <pubDate>Tue, 25 Feb 2003 17:29:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912905#M107749</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2003-02-25T17:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912906#M107750</link>
      <description>Can't completely help you but ...&lt;BR /&gt;&lt;BR /&gt;You don't have to have an entry in /etc/services to listen on a port - some apps check for an entry in /etc/services, some don't.&lt;BR /&gt;&lt;BR /&gt;I've found that with the EMS/ServiceGuard stuff, things tend to listen on all manner of ports - the ports are somewhat unpredictable.  &lt;BR /&gt;&lt;BR /&gt;If you run netstat -an | grep LISTEN, you should get everything that's listening.&lt;BR /&gt;&lt;BR /&gt;If something's not listening on an expected port, the something may not be running.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 17:41:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912906#M107750</guid>
      <dc:creator>Christopher Caldwell</dc:creator>
      <dc:date>2003-02-25T17:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912907#M107751</link>
      <description>EMS uses or open ports by itself when it starts up so that processes like psmond can make use of them. I don't think you can find which processes (in the case say "psmond") listen to which port unless you have the "lsof" tool. In your case port 64698 is "just another port opened by EMS".</description>
      <pubDate>Tue, 25 Feb 2003 17:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912907#M107751</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-25T17:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912908#M107752</link>
      <description>Thanks for the replies.  Let me clarify my question a bit.  I'm not so much concerned about what is listening on that port as what will happen if a critical error ever does occur?&lt;BR /&gt;&lt;BR /&gt;I can understand things being logged to the syslog, and emails being sent to root, but I don't know where to go or what to look at if a critical error occurs since it will be sending the message to some TCP port?&lt;BR /&gt;&lt;BR /&gt;Hopefully this makes some sense.&lt;BR /&gt;&lt;BR /&gt;Thanks again</description>
      <pubDate>Tue, 25 Feb 2003 19:15:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912908#M107752</guid>
      <dc:creator>Tim Medford</dc:creator>
      <dc:date>2003-02-25T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912909#M107753</link>
      <description>The event number 5 ie CRITICAL will go to ..&lt;BR /&gt;1- the "event.log" file&lt;BR /&gt;2- the "syslog.log" file&lt;BR /&gt;3- root's email&lt;BR /&gt;4- console ( I think .. )&lt;BR /&gt;The first 3 is guaranteed because of the event number 5 is .. &amp;gt; 1  and &amp;gt; 3.&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Feb 2003 19:23:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912909#M107753</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-25T19:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912910#M107754</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On the host saifprod.corp.saif.com, you will need to write a socket program that can accept messages through the TCP port 64698 on the box.&lt;BR /&gt;&lt;BR /&gt;On the local box, EMS will send messages to the remote host with the destination port as 64698.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Tue, 25 Feb 2003 22:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912910#M107754</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2003-02-25T22:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Easy EMS Question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912911#M107755</link>
      <description>Tim,&lt;BR /&gt;   I think the answer you are looking for is that the 'Goto TCP' line is for determining when psmctd will be notified that a resource has gone to the 'DOWN' state.  When a CRITICAL event is logged by disk_em, psmctd will be one of the recipients of the notification, and will notify psmmon that the device is now Down.  The event in this case is sent via a TCP connection.&lt;BR /&gt;&lt;BR /&gt;CRITICAL is the default level of event that will mark a device as down, but that can be configured in the psmcfg file for a monitor.&lt;BR /&gt;&lt;BR /&gt;See the EMS Hardware Monitors User's Guide (B6191-90028) for some more details on the Peripheral Status Monitor (psmmon).  &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/diag/index.html" target="_blank"&gt;http://www.docs.hp.com/hpux/diag/index.html&lt;/A&gt;</description>
      <pubDate>Wed, 26 Feb 2003 10:13:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/easy-ems-question/m-p/2912911#M107755</guid>
      <dc:creator>Andrew Merritt_2</dc:creator>
      <dc:date>2003-02-26T10:13:10Z</dc:date>
    </item>
  </channel>
</rss>

