BES Client Setting: Fix Service Recovery Actions
| 0 Votes |
Description
| This task will identify machines where the BES Client Service is not configured to recover automatically in the event that the service crashes. It will configure the service to restart automatically on the first and second failure, but to take no action on subsequent failures. |
Property Details
| 457 | |
| BES Client Setting: Fix Service Recovery Actions | |
| BES Client Setting | |
| 0 | |
| Internal | |
| <Unspecified> | |
| <Unspecified> | |
| 11/24/2008 12:00:00 AM | |
| BES Client Service TABLE TBODY | |
| besSupport on 10/17/2012 1:15:31 PM | |
| danielheth on 10/17/2012 1:15:31 PM | |
| 4021 Views / 4 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 223 fixlets | * Results in a true/false |
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
version of client >= "5.1"
| Used in 1 fixlet | * Results in a true/false |
name of operating system as lowercase starts with "win" AND major version of operating system >= 5
| Used in 1 fixlet | * Results in a true/false |
(not exists value "FailureActions" of key "HKLM\System\CurrentControlSet\Services\BESClient" of registry) OR (preceding text of position 2 of following text of position 40 of it != "01" OR preceding text of position 2 of following text of position 56 of it != "01" OR preceding text of position 2 of following text of position 72 of it != "00") of (value "FailureActions" of key "HKLM\System\CurrentControlSet\Services\BESClient" of registry as string)
Actions
Action 1
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
if {exists value "FailureActions" of key "HKLM\System\CurrentControlSet\Services\BESClient" of registry}
parameter "keyvalue" = "{concatenation "," of firsts 2 of following texts of positions whose ( it mod 2 = 0 ) of ((first 40 of it & "01" & first 14 of following text of position 42 of it & "01" & first 14 of following text of position 58 of it & "00" & following text of position 74 of it) of (value "FailureActions" of key "HKLM\System\CurrentControlSet\Services\BESClient" of registry as string))}"
createfile until end-reg
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BESClient]
"FailureActions"=hex:{parameter "keyvalue"}
end-reg
move __createfile failureactions.reg
wait regedit /s failureactions.reg
else
createfile until end-reg
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BESClient]
"FailureActions"=hex:00,00,00,00,00,00,00,00,00,00,00,00,03,00,00,00,4c,00,41,00,01,00,00,00,60,ea,00,00,01,00,00,00,60,ea,00,00,00,00,00,00,60,ea,00,00
end-reg
move __createfile failureactions.reg
wait regedit /s failureactions.reg
endif
delete "failureactions.reg"
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Action 2
Action Link Click
here for more information from Microsoft about Service Recovery Actions.
Script Type
URL
http://technet.microsoft.com/en-us/library/cc738230.aspx
Sharing
| Social Media: |

