BES Client Setting: Client UI Minimum Analysis Interval
Log In or Register to download the BES file, and more.

0 Votes

Description

The following setting can be used to improve the responsiveness of BES Clients reporting information to the BES Console by minimizing the processing time spent updating Offer messages to end users.

The BES Client's Minimum Analysis Interval setting controls how frequently the BES Client evaluates action progress information and updates the BES Client UI with new information.  Raising the Minimum Analysis Interval will cause the BES Client UI progress information to update slower but will allow the BES Client to report information on Fixlets, Properties and Actions to the BES Console faster.

The BES Client UI is only displayed if their are offers available to the end user or if the BES Client UI is set to be "always on".  Action messages and pop-up windows for end users, like restart requests, are not affected by the Minimum Analysis Interval.

Note: It is strongly recommended that you increase the Minimum Analysis Interval to increase the responsiveness of BES Clients.  If you are not using the main BES Client UI features or Offers, there is no down side to raising this value.

Property Details

ID228
TitleBES Client Setting: Client UI Minimum Analysis Interval
CategoryBES Client Setting
Download Size0
SourceBigFix
Source ID<Unspecified>
Source Severity<Unspecified>
KeywordsBES Client Minimum Interval information
Added by on 10/17/2012 1:14:36 PM
Last Modified by on 10/17/2012 1:14:36 PM
Counters 6192 Views / 12 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 221 fixlets   * Results in a true/false
Show indented relevance
(if exists property "in proxy agent context" then ( not in proxy agent context ) else true )
Used in 92 fixlets and 24 analyses   * Results in a true/false
Show indented relevance
version of client >= "5.1"
Used in 19 fixlets   * Results in a true/false
Show indented relevance
version of client >= "7.0"

Actions

Action 1

Action Link Click here to increase the Minimum Analysis Interval if you are not using the Offers feature. (Recommended)
Script Type BigFix Action Script
setting "_BESClient_Report_MinimumAnalysisInterval"="300" on "{parameter "action issue date" of action}" for client
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to increase the Minimum Analysis Interval if you are using the Offers feature. (Recommended)
Script Type BigFix Action Script
setting "_BESClient_Report_MinimumAnalysisInterval"="30" on "{parameter "action issue date" of action}" for client
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 3

Action Link Click here to set the Minimum Analysis Interval to the default value.
Script Type BigFix Action Script
// 7.0 - 7.2.1.357 BES Client default is 5
// >7.2.1.357 BES Client default is 60
delete __appendfile
delete temp.reg
appendfile REGEDIT4
appendfile [-HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\_BESClient_Report_MinimumAnalysisInterval]
move __appendfile temp.reg
wait regedit -s temp.reg
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!