AlarmNotifier Application Model not showing up in Spectrum OneClick
search cancel

AlarmNotifier Application Model not showing up in Spectrum OneClick

book

Article ID: 106814

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

After configuring a new instance of AlarmNotifier and starting the process, the Application Model is not showing in Spectrum OneClick under Locator Search -> SANM -> All Applications.

Environment

CA Spectrum

Resolution

You may not have specified the correct Partname for the ARGV statement in the .idb file that you created for this instance. Your of your .idb file may look like the following:

# Processd Install Ticket for AlarmNotifier 
PARTNAME;EXAMPLE; 
APPNAME;AlarmNotifier; 
WORKPATH;$SPECROOT/Notifier; 
LOGNAMEPATH;$WORKPATH/NOTIFIER.OUT; 
#ADMINPRIVS;N; 
AUTORESTART;y; 
AUTOBOOTSTART;y; 
#STATEBASED;N; 
NUMPROCS;1; // one per host 
RETRYTIMEOUT;600; // 10 minutes 
TICKETUSER;spectrum; 
RETRYMAX;3; // 3 retries allowed 
STARTPRIORITY;30; 
SERVERPROCESS;Y; 
#ENV;<var>=<value>; 
ARGV;$SPECROOT/Notifier/AlarmNotifier<CSEXE> -r $SPECROOT/Notifier/.alarmrc_example; 

and should be changed to the following:

# Processd Install Ticket for AlarmNotifier 
PARTNAME;EXAMPLE; 
APPNAME;AlarmNotifier; 
WORKPATH;$SPECROOT/Notifier; 
LOGNAMEPATH;$WORKPATH/NOTIFIER.OUT; 
#ADMINPRIVS;N; 
AUTORESTART;y; 
AUTOBOOTSTART;y; 
#STATEBASED;N; 
NUMPROCS;1; // one per host 
RETRYTIMEOUT;600; // 10 minutes 
TICKETUSER;spectrum; 
RETRYMAX;3; // 3 retries allowed 
STARTPRIORITY;30; 
SERVERPROCESS;Y; 
#ENV;<var>=<value>; 
ARGV;$SPECROOT/Notifier/AlarmNotifier<CSEXE> -n EXAMPLE -r $SPECROOT/Notifier/.alarmrc_example;

Then restart the AlarmNotifier process and you should now see the application model in OneClick.