Sequence for restarting SCOM services
Hi All,
May i know the sequence for restarting the SCOM services. Which one would be the first. Health service, SDK or config service.
Kindly let me know with service sequence.
Regards,
Sandy
August 23rd, 2012 9:50am
As MS Log file (OpsMgrSetupWizard.log) says
[19:42:42]: Always:
:Starting OM Services.
[19:42:42]: Debug:
:StartService: attempting to start service OMSDK
[19:42:59]: Debug:
:StartService: Able to start the service OMSDK after 0 minutes.
[19:42:59]: Debug:
:StartService: attempting to start service healthservice
[19:43:41]: Debug:
:StartService: Able to start the service healthservice after 1 minutes.
[19:43:41]: Debug:
:StartService: attempting to start service cshost
[19:43:43]: Debug:
:StartService: Able to start the service cshost after 0 minutes.
[19:43:43]: Info:
:StartServices completed.
The right start order is
1. SDK
2. Health
3. Config
and stop order - Config, Health, SDK
Free Windows Admin Tool Kit Click here and download it now
September 17th, 2012 12:38pm
I have to agree with Alexis.
A Microsoft Support tech told me
1. SDK
2. Config
3. Health
which is close enough. I'd go with the log file.
Also remember the ACS Collector & Forwarder and if you have it, the Exchange Correlation Engine.
I've gone as far as renaming the Display name of the service, to keep it in sequence.
These are teh Registry keys that need updating to your liking.
HKLM\SYSTEM\CurrentControlSet\Services\OMSDK\DisplayName
HKLM\SYSTEM\CurrentControlSet\Services\OMCFG\DisplayName
HKLM\SYSTEM\CurrentControlSet\Services\HealthService\DisplayName
HKLM\SYSTEM\CurrentControlSet\Services\OpsMgrVSSWriter\DisplayName
HKLM\SYSTEM\CurrentControlSet\Services\MSExchangeMonitoringCorrelation\DisplayName
HKLM\SYSTEM\CurrentControlSet\Services\AdtAgent\DisplayName
HKLM\SYSTEM\CurrentControlSet\Services\AdtServer\DisplayName
September 17th, 2012 8:29pm