Recommended Client Settings - Initial Provisioning Speed up
0 Votes |
Versioning - This is the latest version.
1 | Recommended Client Settings - Initial Provisioning Speed up | 12/6/2013 2:41:37 PM |
2 | Recommended Client Settings - Initial Provisioning Speed up | 4/10/2015 8:53:57 AM |
3 | Recommended Client Settings - Initial Provisioning Speed up | 4/10/2015 8:57:33 AM |
Description
This task is set to run once and only once against all clients in BigFix / TEM / IEM. This task's action should change nothing unless the client does not have any of these settings set at all, even if it runs once against the client. This task will also not overwrite any settings placed subsequently on the client even if this task is restarted and runs again on the client. The goal is to speed up initial provisioning of the client, particularly in the case where the MSI installer is used, or if a clientsettings.cfg file is not used.
WorkIdle should be reduced once initial provisioning is completed, particularly on laptops which may experience reduced battery life due to the aggressive WorkIdle setting.
Property Details
5024 | |
Alpha - Code that was just developed | |
Recommended Client Settings - Initial Provisioning Speed up | |
BESC | |
0 | |
Internal | |
jgs194 | |
10/17/2013 12:00:00 AM | |
jgstew on 4/10/2015 8:57:33 AM | |
jgstew on 4/10/2015 8:57:33 AM | |
9257 Views / 16 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 1 fixlet | * Results in a true/false |

Actions
Action 1 (default)
//begin: set recommended client settings - only if these settings are not set.
if {not exists setting "_BESClient_Resource_StartupNormalSpeed" of client}
setting "_BESClient_Resource_StartupNormalSpeed"="1" on "{parameter "action issue date" of action}" for client
endif
if {not exists setting "_BESClient_Resource_SleepIdle" of client}
setting "_BESClient_Resource_SleepIdle"="500" on "{parameter "action issue date" of action}" for client
endif
// WorkIdle should be reduced once initial provisioning is completed.
if {not exists setting "_BESClient_Resource_WorkIdle" of client}
setting "_BESClient_Resource_WorkIdle"="55" on "{parameter "action issue date" of action}" for client
endif
if {not exists setting "_BESClient_Download_RetryMinutes" of client}
setting "_BESClient_Download_RetryMinutes"="1" on "{parameter "action issue date" of action}" for client
endif
if {not exists setting "_BESClient_Download_DownloadsCacheLimitMB" of client}
setting "_BESClient_Download_DownloadsCacheLimitMB"="10000" on "{parameter "action issue date" of action}" for client
endif
if {not exists setting "_BESClient_Download_NormalStageDiskLimitMB" of client}
setting "_BESClient_Download_NormalStageDiskLimitMB"="10000" on "{parameter "action issue date" of action}" for client
endif
if {not exists setting "_BESClient_Download_PreCacheStageDiskLimitMB" of client}
setting "_BESClient_Download_PreCacheStageDiskLimitMB"="5000" on "{parameter "action issue date" of action}" for client
endif
//end: set recommended client settings
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |