Configure Production Client Performance Settings
Log In or Register to download the BES file, and more.

0 Votes

Description

The settings contained within this policy are designed for the production environment. 

Property Details

ID87
TitleConfigure Production Client Performance Settings
DomainBES
CategoryBES Client Settings
Download Size0
Sourcedanielheth@bigfix.me
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date2/14/2012 12:00:00 AM
KeywordsSettings Configure Production Performance BES
Added by on 10/17/2012 9:31:55 AM
Last Modified by on 10/17/2012 9:37:44 AM
Counters 3972 Views / 11 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 1 rating. ** Log In or Register to add your rating.

Relevance

Used in 1 fixlet   * Results in a true/false
Show indented relevance
host name of root server as string as lowercase contains "master.bigfix.me"
Used in 1 fixlet   * Results in a true/false
Show indented relevance
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:
Share this page on Yammer

Comments

Log In or Register to leave comments!