Updated Windows Server/Console Components - Tivoli Endpoint Manager version 8.2.1312.0 Now Available!
0 Votes |
Description
Version 8.2.1312.0 of Tivoli Endpoint Manager is now available! Tivoli Endpoint Manager 8.2 contains a number of powerful new features and performance optimizations. This Fixlet message will upgrade all Tivoli Endpoint Manager Servers, Consoles, and if present Installation Folders on the targeted computers. Click the link below for more information on changes in Tivoli Endpoint Manager 8.2. Please take a few moments to read through all of the upgrade material available before attempting the upgrade. Depending on the details of your deployment, the full upgrade process can take a while and Tivoli Endpoint Manager will not be usable during the upgrade process.
If you have any issues during the upgrade, you may want to review the manual upgrade instructions below to help resolve the issues. Important Note: It is recommended that you run this upgrade targeted to the Server and all relevant computers. Consoles that are not upgraded at the same time as the server will be unable to communicate with the upgraded server. Important Note: If the Tivoli Endpoint Manager Console is open while the Server upgrade installer is running, the upgrade process will attempt to shut down the running Tivoli Endpoint Manager Console. Please deploy this action at a time when this service interruption is acceptable. Important Note: After an upgrade, you are required to run the Tivoli Endpoint Manager Administration tool on the server to complete the setup of the Server. Tivoli Endpoint Manager Consoles will not function until this process is completed and as it requires authentication it cannot be completed by this fixlet. |
File Size:
508 MBProperty Details
211 | |
Updated Windows Server/Console Components - Tivoli Endpoint Manager version 8.2.1312.0 Now Available! | |
11 | |
533038384 | |
IBM | |
<Unspecified> | |
Critical | |
8/21/2012 12:00:00 AM | |
Tivoli Endpoint Manager Console Updated | |
besSupport on 10/17/2012 1:14:12 PM | |
danielheth on 10/17/2012 1:14:12 PM | |
6479 Views / 13 Downloads | |
* Average over 0 ratings. ** Log In or Register to add your rating. |
Relevance
Used in 34 fixlets | * Results in a true/false |
Used in 29 fixlets | * Results in a true/false |
Used in 6 fixlets | * Results in a true/false |
Used in 6 fixlets | * Results in a true/false |
Used in 6 fixlets | * Results in a true/false |
Used in 30 fixlets | * Results in a true/false |
Used in 2 fixlets | * Results in a true/false |
Used in 2 fixlets | * Results in a true/false |
Used in 2 fixlets | * Results in a true/false |
Actions
Action 1
// Update the Tivoli Endpoint Manager Server if it is installedSuccess Criteria
regset "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]" "Logging"="voicewarmupx"
prefetch BESConsoleUpgrade.exe sha1:525054e4ae4d7b52cdf2b32583eb4e6a029fbbee size:60703784 http://software.bigfix.com/download/bes/82/BigFix-BES-Console-8.2.1312.0.exe
delete __Local\Get\BESServerUpgrade.exe
delete __Local\Get\BESConsoleUpgrade.exe
delete __Local\Get\BESFolders.exe
delete __Local\Get\BESClientUpgrade.exe
// If the next line fails, there is not enough free space to complete this action
continue if {533038384 < free space of drive of client folder of current site}
if {exists running service "BESRootServer" and not (( exists key "HKLM\Software\BigFix\Enterprise Server" whose (exists value "UseRemoteDB" whose (it as string = "1") of it) of registry) and exists value "Trusted_Connection" whose (it as string = "Yes") of key ("HKLM\Software\ODBC\ODBC.INI\" & ( if (exists key "HKLM\Software\BigFix\Enterprise Server\Database" whose ( exists value "DSN" of it ) of it) then (value "DSN" of key "HKLM\Software\BigFix\Enterprise Server\Database" of it as string) else "bes_bfenterprise")) of registry) and (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it < "8.2.1312.0" AND it >= "7.0.1")) of registry) }
prefetch BESServerUpgrade.exe sha1:3c0cc4410ae44694bd6301f9b4031e0f36d12782 size:183802048 http://software.bigfix.com/download/bes/82/BigFix-BES-Server-8.2.1312.0.exe
move __Download\BESServerUpgrade.exe __Local\Get\BESServerUpgrade.exe
wait __Local\Get\BESServerUpgrade.exe /s /Verbose"C:\besserverupgrade.log" /v"REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable"
delete __Local\Get\BESServerUpgrade.exe
// Verify that the server upgraded so we can terminate if the upgrade aborted for any reason such as server was previously running SQL2000
continue if { exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it = "8.2.1312.0")) of registry }
relay select
action may require restart
endif
// Update the Tivoli Endpoint Manager Console if it is installed
if {exists regapp "BESConsole.exe" and ( not exists service "BESRootServer" or (exists key "HKLM\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it >= "8.2.1312.0")) of registry)) and (exists regapp "BESConsole.exe" whose (version of it < "8.2.1312.0" AND version of it >= "6")) }
move __Download\BESConsoleUpgrade.exe __Local\Get\BESConsoleUpgrade.exe
wait __Local\Get\BESConsoleUpgrade.exe /s /v"/l*voicewarmup \"{location of regapp "BESConsole.exe"}\besconsoleupgrade.log\" REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn"
delete __Local\Get\BESConsoleUpgrade.exe
action may require restart
endif
// Update the Tivoli Endpoint Manager Installation Folders if installed
if { (exists key "HKLM\SOFTWARE\BigFix\BES Installation Generator" of registry) AND (version of file (value "InstallFolder" of key "HKLM\SOFTWARE\BigFix\BES Installation Generator" of registry as string & "BESClientDeploy\BESClientDeploy.exe") < "8.2.1312.0") }
prefetch BESFolders.exe sha1:ac22621fa098bc34974c8e8de105957d7a064ce4 size:279097472 http://software.bigfix.com/download/bes/82/BigFix-BES-8.2.1312.0.exe
regset "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]" "Logging"="voicewarmupx"
move __Download\BESFolders.exe __Local\Get\BESFolders.exe
wait __Local\Get\BESFolders.exe /s /Verbose"C:\besinstallationgenerator.log" /v"REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable"
delete __Local\Get\BESFolders.exe
endif
if {(version of client < "8.2.1312.0") AND (not exists relay service) AND ((exists main gather service) OR (version of current relay >= "8.2"))}
prefetch BESClientUpgrade.exe sha1:4e63d079563e1b0f7e9abfead4bf4747f03412a3 size:9435080 http://software.bigfix.com/download/bes/82/BigFix-BES-Client-8.2.1312.0.exe
move __Download\BESClientUpgrade.exe __Local\Get\BESClientUpgrade.exe
// The following line may show as Failed if the command executes a restart of the client - This is normal behaviour on success
wait __Local\Get\BESClientUpgrade.exe /s /v"/l*voicewarmup \"{location of client}\besclientupgrade.log\" REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn"
else
// Make sure we select the new relay if we aren't installing
relay select
endif
This action will be considered successful when the following relevance clause evaluates to false:
Action 2
// Update the Tivoli Endpoint Manager Server if it is installedSuccess Criteria
regset "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]" "Logging"="voicewarmupx"
prefetch BESConsoleUpgrade.exe sha1:525054e4ae4d7b52cdf2b32583eb4e6a029fbbee size:60703784 http://software.bigfix.com/download/bes/82/BigFix-BES-Console-8.2.1312.0.exe
delete __Local\Get\BESServerUpgrade.exe
delete __Local\Get\BESConsoleUpgrade.exe
delete __Local\Get\BESFolders.exe
// If the next line fails, there is not enough free space to complete this action
continue if {533038384 < free space of drive of client folder of current site}
if {exists running service "BESRootServer" and not (( exists key "HKLM\Software\BigFix\Enterprise Server" whose (exists value "UseRemoteDB" whose (it as string = "1") of it) of registry) and exists value "Trusted_Connection" whose (it as string = "Yes") of key ("HKLM\Software\ODBC\ODBC.INI\" & ( if (exists key "HKLM\Software\BigFix\Enterprise Server\Database" whose ( exists value "DSN" of it ) of it) then (value "DSN" of key "HKLM\Software\BigFix\Enterprise Server\Database" of it as string) else "bes_bfenterprise")) of registry) and (exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it < "8.2.1312.0" AND it >= "7.0.1")) of registry) }
prefetch BESServerUpgrade.exe sha1:3c0cc4410ae44694bd6301f9b4031e0f36d12782 size:183802048 http://software.bigfix.com/download/bes/82/BigFix-BES-Server-8.2.1312.0.exe
move __Download\BESServerUpgrade.exe __Local\Get\BESServerUpgrade.exe
wait __Local\Get\BESServerUpgrade.exe /s /Verbose"C:\besserverupgrade.log" /v"REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable"
delete __Local\Get\BESServerUpgrade.exe
// Verify that the server upgraded so we can terminate if the upgrade aborted for any reason such as server was previously running SQL2000
continue if { exists key "HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it = "8.2.1312.0")) of registry }
relay select
action may require restart
endif
// Update the Tivoli Endpoint Manager Console if it is installed
if {exists regapp "BESConsole.exe" and ( not exists service "BESRootServer" or (exists key "HKLM\SOFTWARE\BigFix\Enterprise Server" whose (exists ((value "Version" of it) as string as version) whose (it >= "8.2.1312.0")) of registry)) and (exists regapp "BESConsole.exe" whose (version of it < "8.2.1312.0" AND version of it >= "6")) }
move __Download\BESConsoleUpgrade.exe __Local\Get\BESConsoleUpgrade.exe
wait __Local\Get\BESConsoleUpgrade.exe /s /v"/l*voicewarmup \"{location of regapp "BESConsole.exe"}\besconsoleupgrade.log\" REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable /qn"
delete __Local\Get\BESConsoleUpgrade.exe
action may require restart
endif
// Update the Tivoli Endpoint Manager Installation Folders if installed
if { (exists key "HKLM\SOFTWARE\BigFix\BES Installation Generator" of registry) AND (version of file (value "InstallFolder" of key "HKLM\SOFTWARE\BigFix\BES Installation Generator" of registry as string & "BESClientDeploy\BESClientDeploy.exe") < "8.2.1312.0") }
prefetch BESFolders.exe sha1:ac22621fa098bc34974c8e8de105957d7a064ce4 size:279097472 http://software.bigfix.com/download/bes/82/BigFix-BES-8.2.1312.0.exe
regset "[HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer]" "Logging"="voicewarmupx"
move __Download\BESFolders.exe __Local\Get\BESFolders.exe
wait __Local\Get\BESFolders.exe /s /Verbose"C:\besinstallationgenerator.log" /v"REBOOT=ReallySuppress MSIRESTARTMANAGERCONTROL=Disable"
delete __Local\Get\BESFolders.exe
endif
This action will be considered successful when the following relevance clause evaluates to false:
Sharing
Social Media: |