You are on page 1of 2

NetAct Advanced Configurator 17.

8 Final Operating Documentation (HTML) > NetAct Administration > NetAct Administration
Operating Procedures > Administering Fault Management > Configuring alarm forwarding to e-mail

Configuring NetAct Monitor for the use of an e-mail server


You must have a centralized mail server to enable alarm forwarding to e-mail. Configure the mail server you
want to use in the Pref_system_fmcore.xml file.

1. Log in to the VM where fm_pipe service is running as the omc user.

To locate the right NetAct VM, see Locating the right virtual machine for a service document.

2. Copy Pref_system_fmcore.xml to custom conf directory by executing:

cp /opt/nokia/oss/conf/Pref_system_fmcore.xml /etc/opt/nokia/oss/custom/conf/

3. Edit the file permissions to 664 after modification of preference file by executing:

chmod -R 664 /etc/opt/nokia/oss/custom/conf/Pref_system_fmcore.xml

No restart or refresh of GEP service is required after this modification.

4. Edit the Pref_system_fmcore.xml file by executing:

vi /etc/opt/nokia/oss/custom/conf/Pref_system_fmcore.xml

5. Modify the emailClient node under system/fmcore and following entries for the emailClient node in
file.

Sample node structure of the preference file is as follows:

Attribute Value Description

mailServerName Name or IP address of the Mail Server

userName User name of the mail-sending account. For


example, Admin .
Attribute Value Description

domainName Domain name of the mail-sending account. For


example, titans.com

mail.smtp.sendpartial true If the value is set to true , mails are sent only to
the valid email addresses even if there are any
invalid addresses in the given list of addresses. By
default, the value is set to true .

false If the value is set to false , mails are not be sent


even if one of the email address is invalid in the
given list of addresses.

mail.debug true If the value is set to true , debug logs of mails that
are sent are logged.

false If the value is set to false , debug logs of mails


that are sent are not logged. By default, the value is
set to false .

mail.smtp.starttls.enable true If the value is set to true , TLS for email


communication is enabled.
When TLS is enabled, you need to import SSL
certificate for SMTP server. For information on how
to import SSL certificate for SMTP server, see
Installing SSL certificate when TLS is enabled.

false If the value is set to false , TLS for email


communication is disabled.

6. Save the changes and exit the text editor.

Wait for 5 minutes for the changes to be applied.

Installing SSL certificate when TLS is enabled

Parent topic: Configuring alarm forwarding to e-mail

Administering Fault Management • DN09145956 • Fault Management-17.2.1.1327

© 2017 Nokia. All rights reserved.

You might also like