After integrating the SDNotifier for the Service Desk integration with Spectrum, it is desirable to ensure the SDNotifier process is started automatically.
How to configure the SDNotifier in Spectrum to start automatically
Release : Any
Component : Spectrum integration with Service Desk
1. Log into the SpectroSERVER system where SDNotifier is to run
2. Make a copy of the $SPECROOT/lib/SDPM/partslist/ALARMNOTIFIER.idb and name it SDNOTIFIER.idb
3. Edit the SDNOTIFIER.idb file so it looks like the following:
# Processd Install Ticket for SDNotifier
PARTNAME;SDNOTIFIER;
APPNAME;SDNotifier;
WORKPATH;$SPECROOT/Notifier/sd_notifier;
LOGNAMEPATH;$WORKPATH/SD_NOTIFIER.OUT;
#ADMINPRIVS;N;
AUTORESTART;y;
AUTOBOOTSTART;y;
#STATEBASED;N;
NUMPROCS;1; // one per host
RETRYTIMEOUT;600; // 10 minutes
#TICKETUSER;$USER;
RETRYMAX;3; // 3 retries allowed
STARTPRIORITY;30;
SERVERPROCESS;Y;
#ENV;<var>=<value>;
ARGV;$SPECROOT/Notifier/sd_notifier/SDNotifier<CSEXE>;
4. Processd will need to be restarted in order to pick up the new .idb file
a. Stop the SpectroSERVER and ArchMgr
b. If on Windows, stop the 'Spectrum Processd Daemon' Service
If on Linux, sudo systemctl stop processd
c. If on Windows, start the 'Spectrum Processd Daemon' Service
If on Linux, sudo systemctl start processd
d. Start the SpectroSERVER and ArchMgr
5. Check to verify SDNotifier is running
Please reference the "Configuring the AlarmNotifier Integration Component for CA Service Desk Manager" section of the documentation for more information.
Please reference the "Install Ticket Files" section of the documentation for more information.