Configure Production Client Performance Settings
0 Votes |
Description
Property Details
87 | |
Configure Production Client Performance Settings | |
BES | |
BES Client Settings | |
0 | |
danielheth@bigfix.me | |
<Unspecified> | |
<Unspecified> | |
2/14/2012 12:00:00 AM | |
Settings Configure Production Performance BES | |
danielheth on 10/17/2012 9:31:55 AM | |
danielheth on 10/17/2012 9:37:44 AM | |
3972 Views / 11 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 1 fixlet | * Results in a true/false |

host name of root server as string as lowercase contains "master.bigfix.me"
Used in 1 fixlet | * Results in a true/false |

if name of operating system as lowercase starts with "win" then (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "20") of client) OR (exists setting "_BESClient_Resource_SleepIdle" whose (value of it != "480") of client) OR (exists setting "_BESClient_Report_MinimumInterval" whose (value of it != "900") of client) OR (exists setting "_BESClient_Comm_CommandPollEnable" whose (value of it != "1") of client) OR (exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose (value of it != "3600") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "41400") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "302400") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "10800") of client) else (exists setting "_BESClient_Resource_WorkIdle" whose (value of it != "10") of client) OR (exists setting "_BESClient_Resource_SleepIdle" whose (value of it != "480") of client) OR (exists setting "_BESClient_Report_MinimumInterval" whose (value of it != "1800") of client) OR (exists setting "_BESClient_Comm_CommandPollEnable" whose (value of it != "1") of client) OR (exists setting "_BESClient_Comm_CommandPollIntervalSeconds" whose (value of it != "86400") of client) OR (exists setting "_BESClient_Register_IntervalSeconds" whose (value of it != "82800") of client) OR (exists setting "_BESClient_RelaySelect_IntervalSeconds" whose (value of it != "604800") of client) OR (exists setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds" whose (value of it != "21600") of client)
Actions
Action 1 (default)
Action Link Click
here to deploy this action.
Script Type
BigFix Action Script
parameter "IsRelayRunning"="{if name of operating system as lowercase starts with "win" then exists running application "BESRelay.exe" else False}"
if {parameter "IsRelayRunning" as boolean}
//Work/Sleep Speed settings milliseconds
setting "_BESClient_Resource_WorkIdle"="20" on "{now}" for client
setting "_BESClient_Resource_SleepIdle"="480" on "{now}" for client
//update action status (15min)
setting "_BESClient_Report_MinimumInterval"="900" on "{now}" for client
//enable upline querying for cmds (60min)
setting "_BESClient_Comm_CommandPollEnable"="1" on "{now}" for client
setting "_BESClient_Comm_CommandPollIntervalSeconds"="3600" on "{now}" for client
//setup Register/Heartbeat (11.5hrs) and ForceRelaySelect (3.5days) settings
setting "_BESClient_Register_IntervalSeconds"="41400" on "{now}" for client
setting "_BESClient_RelaySelect_IntervalSeconds"="302400" on "{now}" for client
//if com failures occurs, then resist the urge to failover for 3 hours.
setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds"="10800" on "{now}" for client
else
//Work/Sleep Speed settings milliseconds
setting "_BESClient_Resource_WorkIdle"="10" on "{now}" for client
setting "_BESClient_Resource_SleepIdle"="480" on "{now}" for client
//update action status (30min)
setting "_BESClient_Report_MinimumInterval"="1800" on "{now}" for client
//enable upline querying for cmds (24hours)
setting "_BESClient_Comm_CommandPollEnable"="1" on "{now}" for client
setting "_BESClient_Comm_CommandPollIntervalSeconds"="86400" on "{now}" for client
//setup Register/Heartbeat (23hrs) and ForceRelaySelect (7days) settings
setting "_BESClient_Register_IntervalSeconds"="82800" on "{now}" for client
setting "_BESClient_RelaySelect_IntervalSeconds"="604800" on "{now}" for client
//if com failures occurs, then resist the urge to failover for 6 hours.
setting "_BESClient_RelaySelect_ResistFailureIntervalSeconds"="21600" on "{now}" for client
endif
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |