Install Tivoli Endpoint Manager Relay (Version 8.1.634.0)
Log In or Register to download the BES file, and more.

0 Votes

Description

Installs the Tivoli Endpoint Manager Relay 8.1.634.0 on the selected Windows computers.

For more information on Tivoli Endpoint Manager Relays, please visit the following support web pages:

File Size:

6.03 MB

Property Details

ID151
TitleInstall Tivoli Endpoint Manager Relay (Version 8.1.634.0)
CategoryUpgrade
Download Size6326856
SourceIBM
Source ID<Unspecified>
Source Severity<Unspecified>
Source Release Date1/9/2012 12:00:00 AM
KeywordsTivoli Endpoint Manager Relay Relays
Added by on 10/17/2012 1:13:48 PM
Last Modified by on 10/17/2012 1:13:48 PM
Counters 5498 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 257 fixlets and 9 analyses   * Results in a true/false
Show indented relevance
name of operating system as lowercase starts with "win"
Used in 17 fixlets   * Results in a true/false
Show indented relevance
version of regapp "iexplore.exe" >= "5"
Used in 47 fixlets   * Results in a true/false
Show indented relevance
version of registration server >= "8.1"
Used in 4 fixlets   * Results in a true/false
Show indented relevance
(it = "Win7" OR it = "Win2008R2" OR it = "Win2008" OR it = "WinVista" OR it = "Win2003" OR it = "WinXP" OR it = "WinXP-2003" OR it = "Win2000") of name of operating system
Used in 11 fixlets   * Results in a true/false
Show indented relevance
not exists regapp "besrelay.exe"
Used in 6 fixlets   * Results in a true/false
Show indented relevance
not (exists key "HKLM\Software\BigFix\Enterprise Server" of registry AND exists value "BESInstalled" of key "HKLM\Software\BigFix\Enterprise Server" of registry AND value "BESInstalled" of key "HKLM\Software\BigFix\Enterprise Server" of registry = 1)
Used in 30 fixlets   * Results in a true/false
Show indented relevance
if (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Brand" whose (exists value "value" of it) of registry) then (value "value" of key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Brand" of registry as string = "BigFix") else ("BigFix"="BigFix")

Actions

Action 1 (default)

Action Link Click here to install the Tivoli Endpoint Manager Relay to the default location.
Script Type BigFix Action Script
continue if {name of operating system is not "Win2000" or not exists running application "mmc.exe"}
prefetch BESRelay.exe sha1:08c877763a733086c0bc47e7b3a552d857bc113a size:6326856 http://software.bigfix.com/download/bes/81/BigFix-BES-Relay-8.1.634.0.exe
delete __Local\Get\BESRelay.exe
// If the next line fails, there is not enough free space to complete this action
continue if {6326856 < free space of drive of client folder of current site}
move __Download\BESRelay.exe __Local\Get\BESRelay.exe
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\Installer]" "Logging"="voicewarmupx"
wait __Local\Get\BESRelay.exe /s /v"RESTARTBESCLIENT=0 REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn"
delete __Local\Get\BESRelay.exe
// if for some reason the Tivoli Endpoint Manager Relay hasn't started yet, fail here
continue if {exists running service "BESRelay"}
// Now force a relay selection to our newly installed relay
relay select
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 2

Action Link Click here to be prompted for a path where the Tivoli Endpoint Manager Relay will be installed.
Script Type BigFix Action Script
action parameter query "Relay Install Location" with description "Please enter the path where you would like the Tivoli Endpoint Manager Relay installed:" with default value "C:\Program Files\BigFix Enterprise\BES Relay"
continue if {name of operating system is not "Win2000" or not exists running application "mmc.exe"}
prefetch BESRelay.exe sha1:08c877763a733086c0bc47e7b3a552d857bc113a size:6326856 http://software.bigfix.com/download/bes/81/BigFix-BES-Relay-8.1.634.0.exe
delete __Local\Get\BESRelay.exe
// If the next line fails, there is not enough free space to complete this action
continue if {6326856 < free space of drive of client folder of current site}
move __Download\BESRelay.exe __Local\Get\BESRelay.exe
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\Installer]" "Logging"="voicewarmupx"
wait __Local\Get\BESRelay.exe /s /v"INSTALLDIR=\"{parameter "Relay Install Location" of action}\" RESTARTBESCLIENT=0 REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn"
delete __Local\Get\BESRelay.exe
// if for some reason the Tivoli Endpoint Manager Relay hasn't started yet, fail here
continue if {exists running service "BESRelay"}
// Now force a relay selection to our newly installed relay
relay select
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.

Action 3

Action Link Click here to install the Tivoli Endpoint Manager Relay on the drive with the most free space.
Script Type BigFix Action Script
continue if {name of operating system is not "Win2000" or not exists running application "mmc.exe"}
prefetch BESRelay.exe sha1:08c877763a733086c0bc47e7b3a552d857bc113a size:6326856 http://software.bigfix.com/download/bes/81/BigFix-BES-Relay-8.1.634.0.exe
delete __Local\Get\BESRelay.exe
// If the next line fails, there is not enough free space to complete this action
continue if {6326856 < free space of drive of client folder of current site}
move __Download\BESRelay.exe __Local\Get\BESRelay.exe
regset "[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\windows\Installer]" "Logging"="voicewarmupx"
wait __Local\Get\BESRelay.exe /s /v"INSTALLDIR=\"{name of drive whose (type of it = "DRIVE_FIXED" AND free space of it = maximum of (free spaces of drives whose (type of it = "DRIVE_FIXED")))}\Program Files\BigFix Enterprise\BES Relay\" RESTARTBESCLIENT=0 REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn"
delete __Local\Get\BESRelay.exe
// if for some reason the Tivoli Endpoint Manager Relay hasn't started yet, fail here
continue if {exists running service "BESRelay"}
// Now force a relay selection to our newly installed relay
relay select
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!