A system administrator needs to configure automatic failover and recovery responses for a custom line-of-business background service on a Windows workstation that occasionally stops due to socket timeouts. Which TWO actions can be natively configured on the Recovery tab within the properties dialog of a Windows service in the Services snap-in (services.msc)?
- Restart the ServiceAnswer
- Run a ProgramAnswer
- CCreate a System Restore point
- DUpgrade the Windows edition automatically
Answer
The correct options are 'Restart the Service' and 'Run a Program'.
Within the Services management console (services.msc), accessing the Recovery tab of any service provides four specific native dropdown options for handling first, second, and subsequent service failures: 'Take No Action', 'Restart the Service', 'Run a Program', and 'Restart the Computer'. Therefore, configuring 'Restart the Service' and 'Run a Program' are valid native options.
Step-by-Step Solution
Key Concept
Windows Services Recovery Actions