Update BES Server Plugin Service
Log In or Register to download the BES file, and more.

0 Votes

Description

An update to the BES Server Plugin Service is available.

The BES Server Plugin Service is required by several BigFix Applications to facilitate automation of processes that require communication with the BES Server and Webreports.

File Size:

1.72 MB

Property Details

ID285
TitleUpdate BES Server Plugin Service
CategorySupport
Download Size1811968
SourceBigFix
Source ID<Unspecified>
Source SeverityCritical
Source Release Date2/8/2012 12:00:00 AM
KeywordsBES Plugin Service TABLE TBODY
Added by on 10/17/2012 1:14:43 PM
Last Modified by on 10/17/2012 1:14:43 PM
Counters 4432 Views / 6 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 85 fixlets and 10 analyses   * Results in a true/false
Show indented relevance
exists relay service OR exists main gather service
Used in 106 fixlets and 5 analyses   * Results in a true/false
Show indented relevance
exists main gather service
Used in 12 fixlets   * Results in a true/false
Show indented relevance
exists service "BESPluginService"
Used in 3 fixlets   * Results in a true/false
Show indented relevance
exists services whose(service name of it = "BESRootServer")
Used in 1 fixlet   * Results in a true/false
Show indented relevance
exists (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) whose (exists file "MFS.exe" whose (version of it < "1.0.0.14") of it)

Actions

Action 1 (default)

Action Link Click here to update the BES Server Plugin Service.
Script Type BigFix Action Script
// download new plugin service
prefetch MFS.exe sha1:680a36d1c4ddcc88d20bb5890a7485a5a487231d size:1811968 http://software.bigfix.com/download/bes/util/mfs-1.0.0.14.exe
// stop plugin service
waithidden "{pathname of (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) & "\MFS.exe"}" -stop
// uninstall and remove
waithidden "{pathname of (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) & "\MFS.exe"}" -uninstall
delete "{pathname of (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) & "\MFS.exe"}"
// copy plugin service over and install
copy __Download\MFS.exe "{pathname of (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) & "\MFS.exe"}"
waithidden "{pathname of (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) & "\MFS.exe"}" -install
// restart plugin service
waithidden "{pathname of (folder (value "EnterpriseServerFolder" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" of registry as string & "Applications")) & "\MFS.exe"}" -start
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!