The following was used to resolve the performance issues:
- On your NS navigate to Configuration > Server Settings > Notification Server Settings > Error Logging. Ensure that Trace logging is unchecked.
- Check and modify the following settings in your Coresettings.config file:
- On your NS navigate to the following directory <installpath>\Program Files\Altiris\Notification Server\Config\ and copy and paste the Coresettings.config file somewhere safe (as a backup).
- Now open it in Notepad (<installpath>\Program Files\Altiris\Notification Server\Config\Coresettings.config) and do a search for the following two entries:
<customSetting key="MaxConcurrentFastMsgs" type="local" value="10" />
AND
<customSetting key="MaxConcurrentSlowMsgs" type="local" value="3" />
and modify the settings here as per the below information:
For the Evtqfast (MaxconcurrentFastMsgs), the value should be changed to 5.
For the Evtqueue (MaxConcurrentSlowMsgs), the value should be changed to 2.
Note! The settings listed above are case sensitive. Do not change the existing case formatting when changing the values.
- Restart the Altiris Service and Client Message Dispatcher.
Take a moment to review some of the files sitting in the queues (waiting to be processed by the NS). The 503 error may be the result of a policy that is running too frequently on the Altiris Agents. The agents may be sending more .NSE files than the Notification Server is able to handle in a short period of time.
Applies To
Notification Server 6.0 SP2 Hotfix19
This could apply to any particular Altiris environmental variables. The NS was hosted on a dual processor system also hosting the SQL server.