Unable to bring notifier resource online due to misspelling of the SMTP severity level

book

Article ID: 100021451

calendar_today

Updated On:

Description

Error Message

TAG_C 2009/07/12 11:42:09 (hdrdbs1) VCS:115002:NotifierMngr:notifier:online:Invalid SMTP severity specified.
TAG_C 2009/07/12 11:42:10 (hdrdbs1) VCS:115004:NotifierMngr:notifier:online:Unable to online resource. Please specify correct SNMP and | or SMTP options

Resolution

 
The severity levels of messages for the SmtpRecipents attribute are Information, Warning, Error and SevereError.  Misspelling the SMTP severity level for the Notifier resource will cause a failure while onlining the resource.
 
The following procedure can also be used to change the attributes for the NotifierMngr agent.

Example of notifier resource:

NotifierMngr notifier (

SmtpServer ="smtp.your_company.com"
SmtpRecipients = { "vcsadmin1@your_company.com" =Error,
"vcsadmin2@your_company.com" = Warning,
"vcsadmin2@your_company.com" = SevereError}
)

1. Open the configuration file:

# haconf-makerw

2. Delete the recipent with the misspelled severity level:

# hares -modify ntfrSmtpRecipients -delete "vcsadmin2@your_company"

3. Re-add the recipent:          

# hares -modifyntfr  SmtpRecipients -add  "vcsadmin2@your_company"  SevereError

4. Close the configuration file:
# haconf -dump -makero

 

 

Issue/Introduction

Unable to bring notifier resource online due to misspelling of the SMTP severity level