<?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: Using evweb to send e-mails like EMS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145791#M453553</link>
    <description>&lt;!--!*#--&gt;&amp;gt; I am almost certain that the following could be your problem:&lt;BR /&gt;&lt;BR /&gt;Thank you for giving us a good information.&lt;BR /&gt;&lt;BR /&gt;If your suggestion resolves Oliver's problem, customizing the&lt;BR /&gt;from address specified in evweb.conf should be another solution.&lt;BR /&gt;Don't forget to make the changes valid by issuing the following&lt;BR /&gt;command:&lt;BR /&gt;&lt;BR /&gt;  (11.23)# /opt/sfm/bin/sfmconfig -c /opt/sfm/conf/evweb.conf&lt;BR /&gt;  or &lt;BR /&gt;  (11.31)# /opt/sfm/bin/sfmconfig -c /var/opt/sfm/conf/evweb.conf&lt;BR /&gt;&lt;BR /&gt;I hope this helps all of you.&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
    <pubDate>Mon, 05 Jan 2009 04:57:57 GMT</pubDate>
    <dc:creator>Shinji Teragaito_1</dc:creator>
    <dc:date>2009-01-05T04:57:57Z</dc:date>
    <item>
      <title>Using evweb to send e-mails like EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145788#M453550</link>
      <description>EMS used to come with a no-brainer built-in monitoring request that sent an e-mail to root whenever something of interest happened. I'm trying to mimic this with SFM/Evweb, to have a similar functionality for events that are picked up by the SFM providers.&lt;BR /&gt;&lt;BR /&gt;By following what's documented in evweb_subscribe(1), this should work just by creating a subscription like this:&lt;BR /&gt;&lt;BR /&gt;# evweb subscribe -C -n "test" -t email:to:root@localhost &lt;BR /&gt;&lt;BR /&gt;It creates the subscription as expected, but when I initiate a test event using "/opt/sfm/bin/sfmconfig -t -m", the event is logged correctly in the event viewer but root never gets any e-mail.&lt;BR /&gt;&lt;BR /&gt;Anybody has been able to make this work? &lt;BR /&gt;&lt;BR /&gt;P.S.: Yes, the CMS can send emails (and it works) but I don't trust it; I just want something similar to what EMS does/did as a backup.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 10 Dec 2008 20:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145788#M453550</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2008-12-10T20:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using evweb to send e-mails like EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145789#M453551</link>
      <description>&lt;!--!*#--&gt;Hi Oliver,&lt;BR /&gt;&lt;BR /&gt;  Yes, I verified this works for me on the following two environments:&lt;BR /&gt;&lt;BR /&gt;  * SysFaultMgmt B.04.00.06.02 (11.23)&lt;BR /&gt;  * SysFaultMgmt C.04.00.05.01 (11.31)&lt;BR /&gt;&lt;BR /&gt;NOTE: SFM diag mode is enabled on both servers.&lt;BR /&gt;&lt;BR /&gt;I can read a test event mail with the serverity 2 and Event# 103 through mailx.&lt;BR /&gt;&lt;BR /&gt;Can you see a problem in /var/adm/syslog/mail.log ? Can you see the test event through evweb eventviewer -E -n xxxxx ?&lt;BR /&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Mon, 05 Jan 2009 00:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145789#M453551</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-05T00:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Using evweb to send e-mails like EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145790#M453552</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am almost certain that the following could be your problem:&lt;BR /&gt;&lt;BR /&gt;Dec 12 12:05:06 ia641 sm-mta[2494]: n05156dZ002494: ruleset=check_mail, arg1=&lt;EVWEB&gt;, relay=localhost [127.0.0.1], reject=451 4.1.8 Domain of sender address evweb@hp.com does not resolve&lt;BR /&gt;&lt;BR /&gt;By default, evweb creates alerts by&lt;BR /&gt;using Sender's address evweb@hp.com. If your&lt;BR /&gt;HP-UX server is not configured to accept&lt;BR /&gt;messages from external sources, or DNS&lt;BR /&gt;is not resolving exernal domains, simply add&lt;BR /&gt;support for /etc/mail/access database in&lt;BR /&gt;sendmail and lines like:&lt;BR /&gt;&lt;BR /&gt;hp.com OK&lt;BR /&gt;.hp.com OK&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;# cd /etc/mail&lt;BR /&gt;# makemap dbm access &amp;lt; access&lt;BR /&gt;# /sbin/init.d/sendmail stop&lt;BR /&gt;# /sbin/init.d/sendmail start&lt;BR /&gt;&lt;BR /&gt;Then, it works. So, your commands are OK,&lt;BR /&gt;Your email services are probably not.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;VK2COT&lt;/EVWEB&gt;</description>
      <pubDate>Mon, 05 Jan 2009 01:34:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145790#M453552</guid>
      <dc:creator>VK2COT</dc:creator>
      <dc:date>2009-01-05T01:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using evweb to send e-mails like EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145791#M453553</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I am almost certain that the following could be your problem:&lt;BR /&gt;&lt;BR /&gt;Thank you for giving us a good information.&lt;BR /&gt;&lt;BR /&gt;If your suggestion resolves Oliver's problem, customizing the&lt;BR /&gt;from address specified in evweb.conf should be another solution.&lt;BR /&gt;Don't forget to make the changes valid by issuing the following&lt;BR /&gt;command:&lt;BR /&gt;&lt;BR /&gt;  (11.23)# /opt/sfm/bin/sfmconfig -c /opt/sfm/conf/evweb.conf&lt;BR /&gt;  or &lt;BR /&gt;  (11.31)# /opt/sfm/bin/sfmconfig -c /var/opt/sfm/conf/evweb.conf&lt;BR /&gt;&lt;BR /&gt;I hope this helps all of you.&lt;BR /&gt;&lt;BR /&gt;Shinji</description>
      <pubDate>Mon, 05 Jan 2009 04:57:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145791#M453553</guid>
      <dc:creator>Shinji Teragaito_1</dc:creator>
      <dc:date>2009-01-05T04:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using evweb to send e-mails like EMS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145792#M453554</link>
      <description>These were excellent answers, thanks!! I confirm that the problenm is resolved.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jan 2009 17:46:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-evweb-to-send-e-mails-like-ems/m-p/5145792#M453554</guid>
      <dc:creator>Olivier Masse</dc:creator>
      <dc:date>2009-01-05T17:46:09Z</dc:date>
    </item>
  </channel>
</rss>

