Administrator's and User's Guide for SFM HP-UX 11i v3 November 2011

NOTE: Using the CLI, you can delete only one event subscription at a time.
For more information on deleting event subscriptions using the CLI, see evweb_subscribe(1).
Configuring E-mail Consumer
The E-mail Consumer is a component of Evweb that receives indications from the WBEM Services
and redirects them to an SMTP server. Normally, the local system itself is the e-mail server. In such
cases, you need not configure the E-mail Consumer.
If the e-mail server is not on the local system, you must configure the E-mail Consumer.
To configure the E-mail Consumer, complete the following steps:
1. Open the /var/opt/sfm/conf/evweb.conf file on the system.
2. Change the IP address, FULLNAME, and the FROMADDR (From Address) of the host and save
the file.
The IP address is the address of the e-mail server. The FULLNAME refers to the complete name
of the e-mail server. The FROMADDR refers to e-mail address that sends the event notifications.
Following is a sample evweb.conf file with IP address, FULLNAME, and the FROMADDR
configured:
<EVWEB>
<CONSUMER>
<EMAILCONSUMER>
<EMAILSERVER>
<IP>127.0.0.1</IP>
<FULLNAME>localhost</FULLNAME>
</EMAILSERVER>
<FROMADDR>evweb@hp.com</FROMADDR>
</EMAILCONSUMER>
</CONSUMER>
</EVWEB>
3. Enter the following command at the HP-UX prompt:
# /opt/sfm/bin/sfmconfig -c /var/opt/sfm/conf/evweb.conf
Viewing Event Subscriptions Using Evweb
This section describes how to perform non-administration tasks, such as viewing event subscriptions.
This section addresses the following topics:
“Viewing Evweb Event Subscriptions” (page 56)
“Viewing External Event Subscriptions” (page 58)
You can view HP Known subscriptions and user defined subscriptions using Evweb. You can also
view event subscriptions that are created using tools other than Evweb (referred to as external
subscriptions).
HP Known event subscriptions are created by default during the installation of the SysFaultMgmt
bundle. However, administrators can also create HP Known event subscriptions, using the
/opt/sfm/bin/sfmconfig command.
HP provides some event subscriptions with Evweb. These event subscriptions are known as HP
Advised event subscriptions. By default, the HP Advised event subscriptions store the events in the
Event Archive.
Viewing Evweb Event Subscriptions
You can view summary and detailed information about event subscriptions using Evweb.
56 Administering Indications and Instances Using HP SMH