Install/Upgrade BigfixMeSync Plugin to v1.0.0 - superseded
| 0 Votes |
Versioning - This is an older version.
| 1 | Install/Upgrade BigfixMeSync Plugin to v1.0.0 | 2/20/2015 3:19:14 AM |
| 2 | Install/Upgrade BigfixMeSync Plugin to v1.1.0 | 6/19/2015 6:10:50 AM |
| 3 | Install/Upgrade BigfixMeSync Plugin to v1.1.1 | 6/25/2015 6:37:21 AM |
| 4 | Install/Upgrade BigfixMeSync Plugin to v1.1.2 | 10/26/2015 3:51:39 PM |
| 5 | Install/Upgrade BigfixMeSync Plugin to v1.1.3 | 11/16/2015 3:48:21 AM |
| 6 | Install/Upgrade BigfixMeSync Plugin to v1.1.4 | 3/15/2016 3:29:00 PM |
| 7 | Install/Upgrade BigfixMeSync Plugin to v1.1.5 | 5/2/2016 7:00:23 AM |
Description
|
This task installs the BigfixMeSync plugin onto your IEM server. Click Take Action and target the IEM Server to complete this task. 1. Install the plugin service using BESSupport -> ID# 708 Then this task will become valid and installable, do so. At the first start BigfixMeSync plugin: 1. Creates Bigfix.me Sync custom site When you see that Bigfix.me Sync custom site is created, you may need to restart your console to see the new bigfix.me domain. Then drill down to the Sync BFME Dashboard within Bigfix.me Sync site to further configure the Bigfix.me Synchronization Plugin. |
Property Details
| 3983 | |
| Production - Fully Tested and Ready for Production | |
| Install/Upgrade BigfixMeSync Plugin to v1.0.0 | |
| BESC | |
| Installation / Upgrade | |
| 408885 | |
| luisa_attanasio@it.ibm.com | |
| <Unspecified> | |
| <Unspecified> | |
| 2/22/2015 12:00:00 AM | |
| BigfixMeSynch | |
| lattanas on 2/20/2015 3:19:14 AM | |
| lattanas on 2/20/2015 3:19:14 AM | |
| 13559 Views / 45 Downloads | |
* Average over 0 ratings.
** Log In or Register to add your rating.
|
Relevance
| Used in 7 fixlets | * Results in a true/false |
| Used in 22 fixlets | * Results in a true/false |
| Used in 7 fixlets | * Results in a true/false |
| Used in 9 fixlets | * Results in a true/false |
| Used in 1 fixlet | * Results in a true/false |
Actions
Action 1 (default)
// set install parameters
parameter "pluginVersion" = "1.0.0"
parameter "serverFolder" = "{parent folder of file (following text of first "%22" of (image path of main gather service as string))}"
parameter "pluginsFolder" = "{parameter "serverFolder"}\Applications"
parameter "configFolder" = "{parameter "pluginsFolder"}\Config"
parameter "pluginFolder" = "{parameter "pluginsFolder"}\bigfixMeSync"
// create pluginsFolder folder and sub-folder pluginFolder if needed
if {NOT exist folder (parameter "pluginsFolder")}
waithidden cmd.exe /C mkdir "{parameter "pluginsFolder"}"
endif
if {NOT exist folder (parameter "configFolder")}
waithidden cmd.exe /C mkdir "{parameter "configFolder"}"
endif
if {NOT exist folder (parameter "pluginFolder")}
waithidden cmd.exe /C mkdir "{parameter "pluginFolder"}"
endif
// going to try to precache first
prefetch bigfixMeSync1.0.0.zip sha1:afe621c61c4fb43a44ef1af9d2edce6ad50db013 size:2082598 http://files.bigfix.me//bigfixMeSync1.0.0.zip sha256:783cd276690e6fcaeaad7190a963506c09ab311542600869774580bcfe4f7e9b
//rretrieve unzip utility
prefetch unzip.exe sha1:e1652b058195db3f5f754b7ab430652ae04a50b8 size:167936 http://files.bigfix.me/unzip-5.52.exe sha256:8d9b5190aace52a1db1ac73a65ee9999c329157c8e88f61a772433323d6b7a4a
utility __Download\unzip.exe
waithidden __Download\unzip.exe -qq -o -d "{parameter "pluginFolder"}" __Download\bigfixMeSync1.0.0.zip
// Configure Plugin settings
delete __appendfile
if {NOT exists file "bigfixMeSync.xml" of folder (parameter "configFolder")}
appendfile "1.0" encoding="utf-8" ?>
appendfile
appendfilebigfixMeSync
appendfile" {parameter "pluginFolder"}\bigfixMeSync.exe" %RESTURL% %MOUSERNAME% %MOPASSWORD%
appendfile
appendfile600
appendfile
appendfileTrue
appendfile
move __appendfile "{parameter "configFolder"}\bigfixMeSync.xml"
endif
// configure plugin
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync]" "Installation Time"="{now}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync]" "Version"="{parameter "pluginVersion"}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync]" "Path"="{escape of (parameter "pluginFolder")}"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync]" "DebugLevel"="0"
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server\Applications\bigfixMeSync]" "KeepLogs"="15"
// Start Plugin Service if it is stated
if {exists service "BESPluginService"}
waithidden cmd.exe /C net restart BESPluginService
endifc
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
| Social Media: |
Comments
|
|
|
| Other Info here: https://forum.bigfix.com/t/connecting-your-iem-environment-to-bigfix-me/12449 | |
|
|
|
| Info here: http://bigfix.me/learn#tabs-5 | |

