DFM email notification setup

Hi All,
I have LMS 2.6 and DFM 2.0.10, configured email notification for one Subscription "INL" as sender address [email protected] to [email protected]
Recently I have configured another Subscription "POY" for another bunch of devices as sender "[email protected]" only to [email protected]
I am receiving mails to [email protected] but not to [email protected]
Can someone look into this issue and tell me what needs to be done.
Regards,
Jopeti

Hi,
First thing I'd check is if you are generating alarms for "POY" in the Alerts and Activities. If they are present then I'd verify I can send email to [email protected] from the LMS server. If you can then we will need to examine some files.
You can start troubleshooting by verifying the configuration of your second group.
Creating a Notification Subscription
To create a notification subscription, perform the following steps:
1.  If you want to monitor a specific set of events, create an event set that contains the events you want to monitor. Otherwise, all events and alerts will be monitored.
2.  Create a notification group that specifies the criteria DFM should use when generating notifications:
One or more event sets (if no event set is specified, all events and alerts are monitored)
Devices, alert severity and status, and event severity and status
You can specify the notification group name, along with entering identifying information (using the Customer ID and Customer Revision fields).
3.  Create a subscription by doing the following:
    a.  Select the notification type (SNMP Trap, E-Mail, or Syslog).
    b.  Name the subscription and apply a notification group to it.
    c.  Specify the recipients (hostname, e-mail address).
    d.  Save the subscription. It will automatically start running.
Troubleshooting SMTP
From the LMS server, telnet to your SMTP server on TCP port 25, and make sure you can:
1.  Connect to the server
2.  Issue the following command:
    HELO IP
Where IP is the IP address of the LMS server. The mailserver should grant you access to send email.
If that works, start a sniffer trace filtering on all tcp/25 traffic between the LMS server and the SMTP server. Generate new DFM events which should trigger email notifications, then check the sniffer trace to see what is happening.
Thanks.

Similar Messages

  • LMS 3.2 DFM email notification problem

    Hi,
    I got a problem in a newly installed LMS 3.2 with the DFM email notification.
    I can see the alerts appering on Alerts&Activities, but DFM would not send any emails.
    I can get emails from other moduls of LMS. CS sends me emails from successfully backups.
    The SNMP Server works fine. The settings are ok.
    I already reinstalled DFM.
    I have seen a thread exists on supportforum.cisco.com with the same problem.
    (https://supportforums.cisco.com/message/3033101#3033101)
    Maybe anyone have the answer to this problem.
    Thanks,
    C8-Netzwerk

    This looks like an issue I am currently tracking.  I have written a patch which should correct this.  You can get the patch by opening a TAC service request, and having your engineer contact me directly.
    Please support CSC Helps Haiti
    https://supportforums.cisco.com/docs/DOC-8895
    https://supportforums.cisco.com

  • Email notification setup using scripts

    Hi,
    Anybody knows email notification setup using script.
    I want setup space monitoring alerts through scripts.

    http://usalug.com/phpBB3/viewtopic.php?t=9752
    http://www.cyberciti.biz/tips/howto-write-perl-script-to-monitor-disk-space.html
    http://bash.cyberciti.biz/monitoring/shell-script-monitor-unix-linux-diskspace/
    http://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html
    Use these links for code and edit for your case.
    Thanks

  • EM 12c Email Notification Setup

    Hello,
    I've got EM 12c up and running.  I've got some notifications already setup.  They are for the database, critical/fatal/warning, that I set up through the incident manager.  Not sure if this was the right way to go about that but anyways it seems to be working.
    I'm trying to get it setup so I get notified if say the filesystem is running out of space, say if /u02 is 85% used to send an email.  If I go into Enterprise, Monitoring, Monitoring Templates. I've created a new template for the hosts, with all the metrics that I want monitored.  Now how do I get that to email me those alerts?  Is there a document I'm not seeing that will help me set this up?
    Thanks!
    ETA:  I can go to the host homepage, and see that there metrics that I'm monitoring are alerting.  I just can't seem to figure out how to email based on those alerts.

    Hello,
    To answer your question, here are the high level steps:
    1) Setup your SMTP gateway.   However, if you are already getting email, then perhaps you've done this step already?
    For reference, here is the link to the doc for details:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#sthref154
    2) Set up your email addresses. 
    Under your username drop-down menu,  you should specify the email addresses to which  notifications should be sent.
    Here is the link to the doc for details:
    http://docs.oracle.com/cd/E24628_01/doc.121/e24473/notification.htm#autoId2
    3) Set up rules (incident rule sets) that specify the metric alerts for which you want emails to be sent
    The rule sets were designed to provide a lot of flexibility in covering the different types of events that EM12c supports as well as the many types of notification requirements that many data center needs.
    Think of a 'metric alert'  as a type of event.  
    For your specific requirements (sending email for host metric alerts)  you can do this:
    3.1) Create a rule set and specify the targets for the rule.   In your case you can specify all targets of type 'host'  (if you want the email to be sent for all host targets' alerts) or choose the specific hosts you're interested in.   
    3.2) In the Rules tab,   create an event rule (this is the first option in the choice of rules to create).   When asked for a 'Type', choose 'metric alert' as the event type.   Then choose 'Specific events of type Metric Alert',   then choose the filesystem metric and other metrics for which you want notifications to be sent.
    3.3) In the Actions part of the rule, specify the EM user(s) in the 'Email to' field of the Notifications section.
    3.4) Save the rule
    This should get you up and running with email notifications. 
    However, I would also recommend looking into these other areas to optimize your use of EM12c monitoring:
    1)   If this notification requirement applies not to all hosts but a subset of host targets,  consider creating a group of those targets and specifying the group as the target of the rule set  (step #3.1 above).  Once you have a group, you can perform operations on the group instead of individual targets, makes it easier to manage later on.  As you add more targets to EM, if they need to be monitored in the same way as the other targets in the group,  then simply add the new target to the group,  the rule will automatically apply to the newly added target in the group without requiring changes to the rule.
    2) Use incident management features
    In EM12c, we introduce incident management as a way to focus and better manage the more important issues that impact your datacenter.   Hence when an important event comes in, consider creating an incident for it.  Once you  have an incident, you can leverage features such as specifying an incident owner,  setting its priority,  resolution status, etc.    Using Incident Manager will provide you in-context diagnostic links and access to MOS articles to  help further diagnose/resolve the event.
    Here is the link to the doc for more details on incident management:
    Using Incident Management
    3) Leverage other rule options
    The rule has an option to apply to all metric alerts of specified severities.   So  if you want to receive email for all critical and warning alerts for the host targets,  then instead of choosing the specific metrics, you can change the rule (step #3.2 above) and choose the option 'severity in critical, warning'  instead of choosing individual metrics.     If you do so,  then say later on you want to add thresholds to new metrics (which will generate metric alerts).  You won't have to change the rule to add in the new metrics since your rule already covers all metric alerts with critical and warning severities.  However, since it will cover all metric alerts for your chosen targets, you need to make sure that you have the appropriate thresholds for the metrics to avoid unwanted email notifications from unwanted alerts.
    The Incident Manager chapter that I referenced above has an Advanced Topics section that covers other scenarios.   If you have other monitoring requirements, you can take a look at that section to get ideas on how these can be implemented in Enterprise Manager.     Or you can reply back to this post if you have additional questions.
    Finally, you can take a look at this monitoring best practices paper that describes how you can leverage EM12c to set up monitoring in a scalable way:
    http://www.oracle.com/technetwork/oem/sys-mgmt/wp-em12c-monitoring-strategies-1564964.pdf
    Regards,
    Ana

  • WVC80N email notification setup

    I just have my WVC80N camera delivered. I am now trying to setup its email notification once the motions are  detected at home.  I have noticed that the WVC80N does not support SSL SMTP servers (it cannot send email notification to any SSL SMTP mail server), which are almost everywhere nowadays like gmail, Yahoo, hotmail, even my own ISP ATT. My question is why CISCO cannot add the support for SSL to its wvc80N,. Without SSL SMTP server support, this email notification function  is useless.

    Hi,
    I might be able to help.  I just got a WVC80N camera and am trying to setup the camera for email alert.  I have AT&T DSL and had problem setting it using SSL SMTP port 465 using my yahoo email account.  I then remembered that when I initially setup my AT&T DSL account, I was given another email account @att.net.  I then use my @att.net account instead of @yahoo.com account and set the port to 25.  Now when I click on the button 'Test E-Mail' under the Setup->Motion Detection page, it pops up a message stating that the email was sent successfully.  So try to use your ISP's email account and see if it will work.
    So I'm able to have the camera send a test email to my email account.  But my problem is that the email itself is blank.  No attachment either picture or video.  Has anyone else been able to get the camera to send a test email, but the email itself is blank?

  • DFM Email notifications not working - HTTP status 500 error in DFM 2.0.10

    Hi All,
    I have recently upgraded...
    CiscoWorks Common Services from 3.0.5 – 3.0.6
    Campus Manager 4.0.6 – 4.0.10 - 4.0.13
    Device Fault Manager 2.0.6 – 2.0.10
    Now Email notifications stoped working, it was working fine before.
    Even when I was upgrading CM from 4.0.6 to 4.0.10, it worked fine meanwhile. After upgraded it from 4.0.10 to 4.0.13, it stoped working completely.
    Before I had same issue and resloved by creating new notification group and subscribed.
    Now when I am trying to create new notification group I am getting the below error message
    DFM-->Notification Services-->Notification Groups
    HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    java.lang.NullPointerException
    at com.cisco.nm.trx.nos.action.NGroup.perform(NGroup.java:140)
    at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
    at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
    at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
    at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:457)
    at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576)
    at java.lang.Thread.run(Thread.java:534)
    Apache Tomcat/4.1.29
    DFM from 2.0.6 to 2.0.10 and Campus Manager

    Hi Joe,
    Thanks for your response.
    I deleted the file at the path which you specified, no luck still I am getting the same below error message when attemption to open Notification Groups tab to create new group.
    HTTP Status 500 - Internal Server Error
    type Exception report
    message Internal Server Error
    description The server encountered an internal error (Internal Server Error) that prevented it from fulfilling this request.
    exception
    java.lang.NullPointerException
         at com.cisco.nm.trx.nos.action.NGroup.perform(NGroup.java:140)
         at org.apache.struts.action.ActionServlet.processActionPerform(ActionServlet.java:1786)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1585)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:491)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2417)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
         at org.apache.ajp.tomcat4.Ajp13Processor.process(Ajp13Processor.java:457)
         at org.apache.ajp.tomcat4.Ajp13Processor.run(Ajp13Processor.java:576)
         at java.lang.Thread.run(Thread.java:534)
    Apache Tomcat/4.1.29
    Regards,
    Naidu.

  • DFM email notification is randomly sent

    Hi,
    on 30 devices that are managed by LMS DFM, at least 10 of them have not generated email notifications, when their serial interface went down. In the past, they used to generate the notification correctly.
    I checked the following:
    - Device in Questioned state? : no , they are fully known in DFM
    - Device is in notification group? : yes
    - Device interface is managed under Device Detaile?: yes
    Are there any logs I can check, so that I can know if it's an LMS-related issue or an email  issue?
    Thanks for your help guys,
    Wass

    ..

  • Can workflow extended email notification setup be transported?

    I am creating the setup for extended email notification of workflows using transaction SWNADMIN.  Can this be transported from DEV to TST and then to PRD and if so, how do I attach it to a CTS?

    Yes, you can. Use SWNCONFIG instead to transport. From the menu options.
    Regards, IA

  • M425 alert email notification setup

    Looking for the email settings to setup alert notifications (low toner, maintenance needed, etc.) for this model printer. I've gone though the settings and am missing something as I don't see the setting. Please note this is not the settings for scanning as those are configured and working. What I need is to set this model printer up (like every other HP modle here) so it email's our support group alerts. Thanks in advance for your help.

    http://usalug.com/phpBB3/viewtopic.php?t=9752
    http://www.cyberciti.biz/tips/howto-write-perl-script-to-monitor-disk-space.html
    http://bash.cyberciti.biz/monitoring/shell-script-monitor-unix-linux-diskspace/
    http://www.cyberciti.biz/tips/shell-script-to-watch-the-disk-space.html
    Use these links for code and edit for your case.
    Thanks

  • Nokia 5230 Email notification setup

    Hi,
    I have the Nokia 5230 and it seems to keep asking me to setup my email. I have the email setup already; but it sporadically keeps requesting that it have access/user rights to setup the email. How can I fix this issue and cancel the notifications?
    Thanks

    Hello,
    I have a Nokia 5230 with some technical problems. I would appreciate help and advice to solve the problems. They are:
    1. Email setup
    When I first bought the phone I setup my email on Nokia 5230 successfully in July 2010. Nevertheless, at that time I deleted it after that. Later I installed Kaspersky Mobile Security trial version on my Nokia. 
    Then in Oct 2010, I tried to setup my email again, and till today, it doesn't work. I went to setup wizard, email setup, and email, put in my email address and password, but it is never successful in setting up the email on my front page. I have since deleted Kaspersky Mobile Security, but the email setup still does not work. How do I get it to work?
    2. How to use voice command
    I would appreciate some advice how to set up voice command on my Nokia so that for example,  I can just use my voice to say a name on the contact list and it will automatically call that person. 
    I would also like to setup the voice command so that I can use my voice and say Menu, and the menu will pop up. Any help in this will be much appreciated.
    3. Sim card memory is always full
    I do not know why the Sim card memory is full sign always blinks on the top right hand corner of my Nokia. How do I clear the memory in my Sim card? I have deleted most of my contacts saved on the Sim card memory, but the signal still blinks. 
    Thank you.
    N

  • Sun StorageTek 2510 Email Notifications Via CAM

    Hi There,
    I am slowly getting things setup. I am wanting to get email notifications setup.
    In CAM I have entered all the details correctly. If I click "Test Email" and enter an address with a description I just get:
    ErrorTest Email
    A connection cannot be made to the SMTP server at: [email address of the server]
    Does anyone else get this? I have a number of other monitoring programs able to send mail fine through our exchange servers.
    Where can I find a log or some help with this?
    Thanks!
    Cheers

    I'm on CAM 6.1.2.8 and it works fine with Exchange 2007.
    The application that I had this type of issue with was not CAM but used a Java mailer.
    Same type of behavior, would try to connect to Exchange, see that it was talking to Exchange, start trying some Exchange authentication junk to be helpful, and never send the email.
    The fix was to send the email to a Unix host, DMZ email firewall, etc - something that just does naked SMTP.
    Is your Exchange setup to allow the IP of the CAM system to connect and not be authenticated?

  • DFM 3.2 email notifications have stopped

    Good day.
    We're running LMS 3.2 with DFM 3.2, and at some point within the last month, email notifications from DFM have stopped flowing.  DFM is trapping events as they occur and these are viewable through the portal, but notifications that should be going out as email and SMS messages have stopped.
    I can view "Notification Customization" and "Event Sets" within the LMS DFM portal (running on Windows), but...
      - accessing "Notification Groups" returns an "HTTP Status 500" error
      - accessing "SNMP Trap Notifications" returns "Problem with File /WEB-INF/screens/Notification/newtrapSubscription.jsp!!!Cannot find bean NewSubscription in scope null"
    - accessing "E-mail Configuration" --> "E-mail Notificatin" returns "Problem with File /WEB-INF/screens/Notification/NewEmailSubscription.jsp!!!Cannot find bean NewSUbscription in scope null"
    - accessing "SNMP Trap Notification"  returns "Problem with File /WEB-INF/screens/Notification/newtrapSubscription.jsp!!!Cannot find bean NewSubscription in scope null"
    Backups going back beyond when this is believed to have stopped working are available if something needs to be restored.  If that's the direction I need to go, how do I restore just the DFM portion of the database?  If backup restore is not the way to proceed, what other advice can be provided.
    Thanks.

    Never mind...I just restored the entire LMS database using a backup dated prior to when the notifications stopped.
    Problem solved.

  • DFM alerts email notification

    Hi Joseph,
    I am configured email notification for alerts & events in DFM, I do receive email notifications for alerts/event when they are active
    but i do not receive any email even when the event is shown cleared in DFM. Whereas i have already checked the events "cleared" box while configuring
    it for notifications.
    Please let me know if u need anything.
    Regrds
    Gautam

    You also need to check the Informational box as cleared events are informational as opposed to critical.

  • Email Notifications DFM issue

    HI all
    I have a Cisco Works LMS 3.2 with DFM 3.2 on a Server 2008 Service Pack 2, and the email notifications on the DFM are not working, I recived emails from others modules but didnt from DFM, And I checked all the configurations and seems ok for me.
    I have the same CiscoWorks on a Server 2003 and the notifications are working properly.
    Could you help me with this issue
    Thanks for your help
    Regards
    Rafael Turriago

    Hi,
    Have you set the SMTP server under  DFM > Configuration > Other Configurations > SMTP Default Server & set up a Notification Subscription?
    Regards.

  • How to setup email notification

    How to setup email notification?

    Refer the doc below
    http://www.oracle.com/technology/products/oem/pdf/BestPractices-Notifications.pdf

Maybe you are looking for

  • Header and item levels in ALV_GRID

    I want to display customers info (like adress,phone number..) in one row  and its documents in other rows namely i want to display information hierarchicaly in ALV_GRID. I know it is possible to do with REUSE_ALV_HIERSEQ_LIST_DISPLAY but i want to do

  • Belkin Ultra-Slim 7-Port USB 2.0 Desktop Hub $49.95

    Does anyone know if this has to be plugged into a power outlet or just a USB port on your computer?

  • Cannot boot HP Mini 110-3135DX Notebook

    Getting Error message: Boot Device Not Found, Please install operating system on your hard disk. How/where can I download operating sytem onto flash drive so I can re-install it onto Notebook?

  • Quicktime: Error - 3

    Hi, all. I've posted this over in the iTunes forum, too. I'm running Windows XP, and have been running iTunes and Quicktime without incident for a couple years now. Every time I try to install the most recent version of iTunes (6.0.1), however, I run

  • Creating a datasource in ep6

    hi all, I am trying to create an oracle datasource in EP6.  I have read some posts regarding how to do this, but they all mention Visual Composer.  I don't knwo what this is.. can anyone help? Mariana