DX NetOps

 View Only
  • 1.  Multiple ALARM Notifier CA Spectrum

    Posted Jan 04, 2019 03:32 PM

    i have two alarm notifier in CA Spectrum, at the same time one notifier send alarm to another machine and other notifier send alarm on email.

    is it possible that they work at same time??

    and please share the path where i can add SMTP hosts and SMTP email server IP.?

    is it write if i can use SMTP Server IP instead of his name??



  • 2.  Re: Multiple ALARM Notifier CA Spectrum

    Broadcom Employee
    Posted Jan 04, 2019 03:52 PM

    Hi Adbul

     

    - You can have more than one AlarmNotifier running. You would need to create additional Alarm Notifier support files, unique to each Alarm Notifier instance, so they are not in conflict with each other. If you are not familiar with Alarm Notifier configuration files, I would recommend to review the Alarm Notifier section of the guides: AlarmNotifier - CA Spectrum - 10.2 to 10.2.3 - CA Technologies Documentation 

     

    Important components to be aware of:

    - custom alarm notifier directory which would contain: custom alarm notifier instance, .alarmrc, and related alarm notifier scripts

    - the .alarmrc would need to be configured to point to the correct script locations

    - custom processd ticket for the custom alarm notifier instance, which would be created in <SPECROOT>/lib/SDPM/partlist

    - the custom IDB file within /partslist directory would need to be configured to define the appropriate custom alarm notifier partname, and file locations

     

    As for SMTP, that is set up based on OS instructions: 

    https://comm.support.ca.com/kb/how-to-configuring-spectrum-alarm-notifier-to-send-email-notifications/kb000021373 

     

    WINDOWS ONLY

    CA includes Simple mail for use in sending emails. This will also need to configured for AlarmNotifier to successfully send an email. To configure Simple mail please do the following:

    1. Open a command prompt in Windows 
    2. mail -h SMTP Hostname -u Return Username -m Domain Name
    3. As an example mail -h smtp.ca.com -u spectrum -m ca.com
    4. Once this command is run you can run regedit and search for smail. In the smail folder these are the entries from the example. You should see the settings you used.

      Default REG_SZ (value not set)
      hostname REG_SZ ca.com
      smtphost REG_SZ smtp.ca.com
      username REG_SZ spectrum

    SOLARIS/LINUX ONLY

    AlarmNotifier utilizes the email utility configured for the Operating System, typically this is sendmail. If emails fail to send please see your system admin to ensure sendmail is set up correctly for your environment.

     

    Regards, 

    Jay V



  • 3.  Re: Multiple ALARM Notifier CA Spectrum

    Posted Jan 23, 2019 12:02 PM

    Thanks Jay for response.

    i was succeeded in my task i have deployed 3 alarm notifier in my CA Spectrum and they are working perfectly fine.

    but only facing one problem that when i ran the .exe file the command prompt was displayed and when i close the command prompt service was also closed.

    any hint about it.



  • 4.  Re: Multiple ALARM Notifier CA Spectrum
    Best Answer

    Broadcom Employee
    Posted Jan 23, 2019 01:58 PM

    Hi Abdul,  

    You need to configure each Notifier via processd by creating their own *.idb file:

    How to Configure Alarm Notifier in Processd to be - CA Knowledge  

     

    Cheers

    Jay