Service recovery settings

  • Thread starter Thread starter Simon Geary
  • Start date Start date
S

Simon Geary

Can the Windows 2000 service recovery options be controlled by Group Policy?
We have one misbehaving service that we would like to configure the service
recovery options for by Group Policy, can this be done?
 
Hi Simon,

The services status is saved in the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services key.

You can run a test machine. Export the registry key of the service before
making the changes. Change teh service recovery options. Then, find the
related service in the registry. Export the registry keys of the service.
Compare the registry and find what's changed in the registry.

Deploy the changes in the Group Policy.

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Microsoft Online Partner Support

MCSE 2000

Get Secure! - www.microsoft.com/security

This posting is provided "as is" with no warranties and confers no rights.
 
Got it, thanks!
You need to add a FailureActions REG_BINARY value to the registry key.

Cheers,
Simon
 
Hi Simon,

That's fine!

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Microsoft Online Partner Support

MCSE 2000

Get Secure! - www.microsoft.com/security

This posting is provided "as is" with no warranties and confers no rights.
 
"Deploy the changes in the Group Policy."

What are you refering to??
How to "Deploy the changes in the Group Policy."

Kurt
 
You need to create a custom administrative template to apply registry
changes such as these which do not have a predefined Group Policy setting.
This article shows you how to create a custom template that allows you to
deploy these changes.
http://support.microsoft.com/?id=323639

Kurt Roggen said:
"Deploy the changes in the Group Policy."

What are you refering to??
How to "Deploy the changes in the Group Policy."

Kurt


"Steven Liu [MSFT]" said:
Hi Simon,

The services status is saved in the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services key.

You can run a test machine. Export the registry key of the service before
making the changes. Change teh service recovery options. Then, find the
related service in the registry. Export the registry keys of the service.
Compare the registry and find what's changed in the registry.

Deploy the changes in the Group Policy.

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Microsoft Online Partner Support

MCSE 2000

Get Secure! - www.microsoft.com/security

This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top