<?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 EMS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045079#M303553</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to configure EMS to send the alert to another host in the same network.How can I configure ems in such a way. In short, from system A ems need to send an alert to one file in system B.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Jul 2007 08:22:51 GMT</pubDate>
    <dc:creator>aruns_s</dc:creator>
    <dc:date>2007-07-27T08:22:51Z</dc:date>
    <item>
      <title>EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045079#M303553</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to configure EMS to send the alert to another host in the same network.How can I configure ems in such a way. In short, from system A ems need to send an alert to one file in system B.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 08:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045079#M303553</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2007-07-27T08:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045080#M303554</link>
      <description>There is a UDP option in the EMS config.  Maybe read up on what that is/does ?&lt;BR /&gt;&lt;BR /&gt;Here are two other ideas.&lt;BR /&gt;&lt;BR /&gt;1)  EMS can message to a file.  Make that file be supported by other server via NFS&lt;BR /&gt;&lt;BR /&gt;2) EMS already sends to syslog daemon.  Configure syslog daemon to send events to other server.  ( man syslogd )&lt;BR /&gt;&lt;BR /&gt;/etc/opt/resmon/lbin/monconfig is the configuration menu.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2007 13:21:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045080#M303554</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-07-27T13:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045081#M303555</link>
      <description>You can configure EMS to send the alert emails to any email account.  By default, EMS emails 'root@hostname'.&lt;BR /&gt;&lt;BR /&gt;I refer you to the EMS doc here &lt;A href="http://docs.hp.com/en/B7609-90049/index.html" target="_blank"&gt;http://docs.hp.com/en/B7609-90049/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;What we typically do, however, is change the root accounts on all of our machines to use an email alias for the Sys Admins on our team.  Then the EMS emails go to the right people for a fix.</description>
      <pubDate>Fri, 27 Jul 2007 14:51:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045081#M303555</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2007-07-27T14:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045082#M303556</link>
      <description>Hi Scot,&lt;BR /&gt;&lt;BR /&gt;Can you please guide me how can I implement that option? Thanks</description>
      <pubDate>Sat, 28 Jul 2007 10:52:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045082#M303556</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2007-07-28T10:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045083#M303557</link>
      <description>To simplify Scot's approach, we send all EMS messages to the email address: ems-msgs&lt;BR /&gt; &lt;BR /&gt;By definition, this is on the local machine. Now we use the aliases file to spell out the actual destinations for EMS notices. Some of our root users do not need EMS and some non-root users do indeed need to know about alerts. And by using ems-msgs, we can change the distribution list at any time without changing EMS files.&lt;BR /&gt; &lt;BR /&gt;Here's the technique. First, we do not use monconfig as it is a very primitive tool that cannot remove or change existing entries. Instead, we simply use vi to edit each of the notification files. The files are all located in:&lt;BR /&gt; &lt;BR /&gt;/usr/sbin/stm/uut/bin/tools/monitor/&lt;BR /&gt; &lt;BR /&gt;Then edit all of the *.sapcfg files to change the line:&lt;BR /&gt; &lt;BR /&gt;  Target EMAIL address: root&lt;BR /&gt;to&lt;BR /&gt;  Target EMAIL address: ems-msgs&lt;BR /&gt; &lt;BR /&gt;Then edit /etc/mail/aliases to add the ems-msgs alias:&lt;BR /&gt; &lt;BR /&gt;ems-msgs: mymail@abc.com, yourmail.xyz.com&lt;BR /&gt; &lt;BR /&gt;Then run newaliases to update the email aliases in memory. Use this command to check on all the EMS monitors:&lt;BR /&gt; &lt;BR /&gt;/etc/opt/resmon/lbin/moncheck</description>
      <pubDate>Sat, 28 Jul 2007 12:36:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045083#M303557</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-07-28T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045084#M303558</link>
      <description>Thanks for the help.&lt;BR /&gt;One more help. I was trying to send out a test mail from that server using mailx.We have configured smtp relay server to forward the mails. But attempt to send test message failed with following error.&lt;BR /&gt;"DSN: Service unavailable".&lt;BR /&gt;&lt;BR /&gt;Following are the error messages from /var/mail/&lt;USER name=""&gt;.&lt;BR /&gt;&lt;BR /&gt;   ----- The following addresses had permanent fatal errors -----&lt;BR /&gt;test@test.com&lt;BR /&gt;    (reason: 554 Mail from test@test.rcc.nsw.test.com.au rejected for policy reasons.)&lt;BR /&gt;&lt;BR /&gt;   ----- Transcript of session follows -----&lt;BR /&gt;... while talking to smtphubs.intranet.test.com.au:&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt; MAIL From:&lt;TEST&gt; SIZE=21&lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt; 554 Mail from t003957@cgprod03.rcc.nsw.westpac.com.au rejected for policy reasons.&lt;BR /&gt;554 5.0.0 Service unavailable&lt;BR /&gt;-----------------------------------&lt;BR /&gt;&lt;BR /&gt;Please advice.&lt;BR /&gt;&lt;BR /&gt;&lt;/TEST&gt;&lt;/USER&gt;</description>
      <pubDate>Mon, 30 Jul 2007 12:21:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045084#M303558</guid>
      <dc:creator>aruns_s</dc:creator>
      <dc:date>2007-07-30T12:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045085#M303559</link>
      <description>It's almost impossible to find a company that does not restrict email through the firewall. You'll need to talk to your network and email administrator about allowing a relay of email from your HP-UX machine to the outside world. For instance, you may be using an Exchange or Lotus Notes email server and that server can be configured to accept email for forwarding. Then you would configure the DS option in sendmail.cf for this relay machine.</description>
      <pubDate>Mon, 30 Jul 2007 17:59:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ems/m-p/4045085#M303559</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2007-07-30T17:59:21Z</dc:date>
    </item>
  </channel>
</rss>

