Administrator's and User's Guide for SFM HP-UX 11i v1 December 2006
A message stating that the execution of the evweb subscribe command was successful is
displayed on the screen.
NOTE: Using 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 /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 email server. The FULLNAME refers to the complete
name of the e-mail server. The FROMADDR refers to your e-mail address.
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 /opt/sfm/conf/evweb.conf
The following message is displayed at the HP-UX prompt:
loaded the control provider
The E-mail Consumer is successfully configured.
Viewing Event Subscriptions
This section describes how to perform non-administration tasks, such as viewing event
subscriptions.
This section discusses the following topics:
• “Overview” (page 54)
• “Viewing EVWEB Event Subscriptions” (page 55)
• “Viewing External Event Subscriptions” (page 57)
Overview
You can view HP Known event subscriptions and event subscriptions that are created using
EVWEB. You can also view event subscriptions that are created using tools other than EVWEB
(referred to as external subscriptions).
54 Administering Indications and Instances Using HP SMH