About storing the SMTP Server configurations in OpsCenter
The SMTP Server settings are stored in the OpsCenter database in the table.
Note the following points:
When you upgrade OpsCenter, all SMTP-related configuration details (if they are already present in the
nm.conffile from the previous version) are saved in the OpsCenter database in the nm_SmtpSettings table. The SMTP-related configuration details are subsequently removed from thenm.conffile.You should specify the SMTP-related configuration details through the OpsCenter GUI and not in the
nm.conffile. If you specify any SMTP details manually in thenm.conffile and they are already present in the nm_SmtpSettings database table, the configuration details from thenm.conffile will be ignored. On the next OpsCenter Server service start up, these SMTP details are removed from thenm.conffile. However, if the nm_SmtpSettings database table is empty, the SMTP details from thenm.conffile are inserted in the table on the next OpsCenter Server service start up. The SMTP-related configuration details are subsequently removed from thenm.conffile.
Note:
SNMP trap configuration details continue to remain in the nm.conf file as before.