Force Refresh
0 Votes |
Description
Force the Bigfix Agent to check-in. This task is useful when the client is unable to receive UDP Pings, a technician can instruct the end-user to open the UI and force the BigFix Agent to check-in.
To enable the re-offer when applicable, the following relevance must be applied to the action:
not exists last active time of action or ( absolute value of ( now - last active time of action ) ) > 1 * second
References:
Property Details
21737 | |
Alpha - Code that was just developed | |
Force Refresh | |
BESC | |
Internal | |
9/22/2016 12:00:00 AM | |
Force Refresh, Force Checkin | |
True | |
gavinmclean on 9/27/2016 7:22:55 PM | |
gavinmclean on 9/27/2016 7:22:55 PM | |
10326 Views / 60 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Actions
Action 1 (default)
Action Link
Report now
Script Type
BigFix Action Script
// Enter your action script here
notify client ForceRefresh
Success Criteria
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
@jgstew - Just came across these and figure they are applicable: - https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/Tivoli%20Endpoint%20Manager/page/Client%20Refresh%20and%20Reset - https://www.ibm.com/support/knowledgecenter/en/SS2TKN_9.5.0/com.ibm.bigfix.doc/Platform/Action/c_notify_client_forcerefresh.html Based on the activity I see in the client logs, this action forces a full report to be sent (as per the documentation) and it seems to grab the latest version of the actionsite. |
![]() |
|
I believe this forces the client to update all properties, but I don't believe it does the equivalent of a UDP notification or a command poll, though I could be wrong about that. |