Go to previous topic
Go to next topic
Last Post 4/30/2012 7:21 PM by  Dennis Odri
How to get Priority Manager & Email Manager to start automatically
 2 Replies
AddThis - Bookmarking and Sharing Button
Author Messages
Dennis Odri
HelpMaster tech support
Helpdesk leader
Helpdesk leader
Posts:45
Points:81


--
5/26/2008 9:04 PM

    We've experienced, and had reports of clients experiencing, difficulties getting the HelpMaster Pro services to start automatically after a system reboot.

    We finally managed to acheive reboots of our server where every single service that we want running successfully starts automatically. We did this by adding service dependencies to the following services;

    HelpMaster Pro 8 Email Manager Service (HMP8EmailManagerService)
    HelpMaster Pro 8 Priority Manager Service (HMP8PriorityManagerService)
    Symantec Mail Security for Microsoft Exchange (SMSMSE)
     
    This is done from the registry by adding (if not already there) a new 'Multi-String Value' named "DependOnService" under each service in the following registry location, HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services. Each dependency service name needs to be entered on a single line followed by a carriage return. Here is a list of the required dependency services to add for each of the above;
     
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HMP8EmailManagerService - DependOnService ( New Multi-String Value)
    Winmgmt (Always required)
    MSSQLSERVER (Only required if this same machine is hosting the HMP database)
    MSExchangeIS (Only required if HMP services are running on the Exchange server)
     
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HMP8PriorityManagerService - DependOnService ( New Multi-String Value)
    Winmgmt (Always required)
    MSSQLSERVER (Only required if this same machine is hosting the HMP database)
    MSExchangeIS (Only required if HMP services are running on the Exchange server)
     
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SMSMSE - DependOnService ( Already existing Multi-String Value)
    MSExchangeIS (Don't remove any of the existing ones, just add this one to the end. Only required if SMSME is running on the Exchange server)
     
    Hope this helps someone get their HelpMaster Pro services (and Symantec's) starting automatically.
    Itro
    Helpdesker
    Helpdesker
    Posts:21
    Points:41


    --
    7/23/2011 3:06 AM
    We've not implemented this in the past. But going forward would like to... Can you tell me if the dependencies are the same under v11? And have you built the dependencies into your install so we don't need to edit the registry.

    Many thanks.
    Dennis Odri
    HelpMaster tech support
    Helpdesk leader
    Helpdesk leader
    Posts:45
    Points:81


    --
    4/30/2012 7:21 PM
    Just an update to this topic;

    From HelpMaster v11 onwards the Winmgmt dependency has been added to all services by default. The others have not and will not because every ones configuration is different and the services may or may not be installed on an SQL or Exchange server.

    However from Server 2008 onwards you only need to select "Automatic (Delayed start)" from each services properties screen regardless of dependencies as they will all be started before a "Delayed start" service is.


    ---