Switch BES Client ActionSite Masthead (Mac OS X)
0 Votes |
Collections (part of 1 collection)
Versioning - This is the latest version.
1 | TROUBLESHOOTING: Switch ActionSite Masthead on Mac OS X | 10/17/2012 1:15:29 PM |
2 | Switch BES Client ActionSite Masthead (Mac OS X) | 8/9/2013 2:07:13 PM |
3 | Switch BES Client ActionSite Masthead (Mac OS X) | 8/9/2013 2:10:35 PM |
Description
Sometimes it is necessary to switch the BES Client's action site masthead. The action site masthead serves the following functions:
A common use for this task is to switch BES Clients from one BES Server to another. This task applies only to Mac OS X based computers. Note: This action will download the file from url http://localhost:52311/Uploads/masthead.afxm and use it as the new masthead. Please put the file at that location or use a custom action to change the download url. Note: The actions below will remove manual BES Relay settings from the BES Client prior to switching the BES Client masthead. Important Note: Please make sure the new action site masthead is valid and points to a working BES Server. Once the masthead is switched, the BES Client may not be able to report the final status of the action because they may be pointing to a different BES Server. Due to the complexity of this action, please fully test this action before use in a production environment. |
Property Details
2558 | |
Production - Fully Tested and Ready for Production | |
Switch BES Client ActionSite Masthead (Mac OS X) | |
BESC | |
Common Tasks | |
9216 | |
danielheth@bigfix.me | |
<Unspecified> | |
Low | |
8/9/2013 12:00:00 AM | |
BES masthead Client Note Mac | |
True | |
danielheth on 8/9/2013 2:10:35 PM | |
danielheth on 8/9/2013 2:10:35 PM | |
9584 Views / 90 Downloads | |
![]() ![]() ![]() ![]() ![]() |
Relevance
Used in 221 fixlets | * Results in a true/false |

Used in 12 fixlets | * Results in a true/false |

Used in 2 fixlets | * Results in a true/false |

Actions
Action 1
setting "__RelayServer1"="" on "{parameter "action issue date" of action}" for client
setting "__RelayServer2"="" on "{parameter "action issue date" of action}" for client
setting "_BESClient_RelaySelect_FailoverRelay"="" on "{parameter "action issue date" of action}" for client
setting "_BESClient_Register_Affiliation_SeekList"="" on "{parameter "action issue date" of action}" for client
setting "_BESClient_RelaySelect_TertiaryRelayList"="" on "{parameter "action issue date" of action}" for client
download http://lab.bigfix.me:52311/masthead/masthead.afxm
//continue if {(size of it = 8213 and sha1 of it = "267c5ca821c50e302ce5b6fb9dccaf3b8572169a") of file "masthead.afxm" of folder "__Download"}
if {version of client >= "8.2.1310.0"}
delete "/Library/Application Support/BigFix/BES Agent/actionsite.afxm_old"
move "/Library/Application Support/BigFix/BES Agent/actionsite.afxm" "/Library/Application Support/BigFix/BES Agent/actionsite.afxm_old"
move __Download/masthead.afxm "/Library/Application Support/BigFix/BES Agent/actionsite.afxm"
else
delete /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm_old
delete /Library/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm_old
delete /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm_old
delete /Library/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm_old
if {exists file ("/Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm")}
move /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm_old
move __Download/masthead.afxm /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm
elseif {exists file ("/Library/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm")}
move /Library/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm /Library/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm_old
move __Download/masthead.afxm /Library/BESAgent/BESAgent.app/Contents/MacOS/actionsite.afxm
elseif {exists file ("/Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm")}
move /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm_old
move __Download/masthead.afxm /Library/StartupItems/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm
else
move /Library/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm /Library/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm_old
move __Download/masthead.afxm /Library/BESAgent/BESAgent.app/Contents/MacOS/ActionSite.afxm
endif
endif
delete "{(client folder of current site as string) & "/__appendfile"}"
appendfile #!/bin/sh
appendfile sleep 5
if {((version of client > "7.1") AND (exists file "/Library/LaunchDaemons/BESAgentDaemon.plist") AND (system version >= "10.4"))}
appendfile /bin/launchctl unload /Library/LaunchDaemons/BESAgentDaemon.plist
appendfile sleep 5
appendfile /bin/launchctl load /Library/LaunchDaemons/BESAgentDaemon.plist
else
appendfile /sbin/SystemStarter stop BESAgent
appendfile sleep 5
appendfile /sbin/SystemStarter start BESAgent
endif
wait chmod 555 "{(client folder of current site as string) & "/__appendfile"}"
run {"/bin/sh -c %22trap '' 15;'" & (client folder of current site as string) & "/__appendfile'%22"}
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |