TSM - Tivoli Storage Manager - Install & Update - Windows - superseded
Log In or Register to download the BES file, and more.

0 Votes

Collections (part of 1 collection)

Tivoli Storage Manager (TSM)

Versioning - This is an older version.

1TSM - Tivoli Storage Manager - Install & Update - Windows12/4/2012 9:30:21 AM
2TSM - Tivoli Storage Manager - Install & Update - Windows9/23/2013 2:07:52 PM

Description

This action will install IBM Tivoli Storage Manager Client for Windows. This will work for 32bit or 64bit clients.

The latest version of the IBM TSM client can be downloaded from here: http://www-01.ibm.com/support/docview.wss?uid=swg21239415


Property Details

ID684
TitleTSM - Tivoli Storage Manager - Install & Update - Windows
DomainBESC
CategoryInstall
Download Size411530927
SourceInternal
Source IDjgstew
Source Release Date12/3/2012 12:00:00 AM
KeywordsTSM Tivoli Storage Manager Install
Is TaskTrue
Added by on 12/4/2012 9:30:21 AM
Last Modified by on 12/4/2012 9:30:21 AM
Counters 9293 Views / 22 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 57 fixlets and 4 analyses   * Results in a true/false
Show indented relevance
(name of it = "WinXP" OR name of it = "WinXP-2003" OR (name of it = "WinVista" AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = "WinVista" AND product type of it = nt workstation product type AND x64 of it) OR (name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)) of operating system
Used in 29 fixlets   * Results in a true/false
Show indented relevance
exists file "msiexec.exe" whose (version of it >= "3.1") of system folder
isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 2 fixlets   * Results in a true/false
Show indented relevance
exists key whose (value "DisplayName" of it as string contains "Microsoft Visual C++ 2010" AND (it >= "10.0.40219" as version) of (value "DisplayVersion" of it as string as version)) of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registry
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not exists key whose("IBM Tivoli Storage Manager Client" = value "DisplayName" of it AND value "DisplayVersion" of it as string as version >= "6.3.0") of keys "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry

Actions

Action 1 (default)

Action Link Click here to deploy this action.
Script Type BigFix Action Script
// https://wss.psu.edu/SysMan/Content%20Development/Fixlet%20-%20Install/Install%20Tivoli%20Storage%20Manager%20client.aspx
prefetch TIV-TSMBAC-WinX32.tmp sha1:bb9bf44e0695a5235312046e278a99f487efa7f4 size:174292530 http://www.domain.tld:52311/Uploads/bb9bf44e0695a5235312046e278a99f487efa7f4/TIV-TSMBAC-WinX32.tmp
prefetch TIV-TSMBAC-WinX64.tmp sha1:ab3ecf6509435c56f0a169b2ae194e0e5974c202 size:237238397 http://www.domain.tld:52311/Uploads/ab3ecf6509435c56f0a169b2ae194e0e5974c202/TIV-TSMBAC-WinX64.tmp
if {x64 of operating system}
extract TIV-TSMBAC-WinX64.tmp
wait msiexec /i "__Download\IBM Tivoli Storage Manager Client.msi" RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1 INSTALLDIR="c:\program files\tivoli\tsm" ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,ApiRuntime,AdministrativeCmd" TRANSFORMS=__Download\1033.mst /qn
else
extract TIV-TSMBAC-WinX32.tmp
wait msiexec /i "__Download\IBM Tivoli Storage Manager Client.msi" RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1 INSTALLDIR="c:\program files\tivoli\tsm" ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,ApiRuntime,AdministrativeCmd" TRANSFORMS=__Download\1033.mst /qn
endif
action may require restart
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!
loufoss -
Anyone ever write a linux version of this for RHEL?
jgstew -
I have many helpful TSM items on this site: http://bigfix.me/search/TSM
k5jayaganesh -
Thanks to all. Great to hear now fixlet is available for IBM Tivoli Storage Manager Client for Windows using TEM . I tried the same by creating custom batch script for TSM client Installation. But it works only in few cases.
jgstew -
This is also an example of how to use a prefetch block.
jgstew -
This installer task is an example of how to use unzip & 7zip without needing either installed.
jgstew -
This new version should work as is on any BigFix/IEM server: http://bigfix.me/fixlet/details/2608 Please test, this is new code and I have not had a chance to use it much.
jgstew -
This may be harder than I thought. I think you may have to extract the .exe downloaded from IBM and not used directly, at least the way this is written.
jgstew -
If your server had the exactly matching file that I used, then this should work as is, but otherwise it is more of a template that requires some adjustment.
jgstew -
Either you did not edit the prefetch line in this task to point to your server, or your server does not have the matching SHA1 file. Test this in the Fixlet Debugger first. You need to download the TSM Client for Windows directly from IBM, then upload it to your Bigfix/TEM/IEM root server using the Windows Software Distribution Wizard, but ignore everything in the wizard except for uploading the file. Once done, it should pop up a dialog to create a fixlet/task. You need to copy the "prefetch" line from this task, save it somewhere, and hit cancel to not create the task that the wizard pops up. Then you need to replace the prefetch line in the above task with the prefetch line the wizard created. Alternatively I may be able to find a link from IBM directly that could be used in this task instead.
Santosh -
TIV-TSMBAC-WinX32.tmp Failed [-] [+] Download error: "Unexpected HTTP response: 404 Not Found" Download requested on server: URL: http://TEMSER123:52311/Uploads/bb9bf44e0695a5235312046e278a99f487efa7f4/TIV-TSMBAC-WinX32.tmp SHA1: bb9bf44e0695a5235312046e278a99f487efa7f4 Size: Next retry: 3 minutes. Retry now TIV-TSMBAC-WinX64.tmp Failed [-] [+] Download error: "Unexpected HTTP response: 404 Not Found" Download requested on server: URL: http://TEMSER123:52311/Uploads/ab3ecf6509435c56f0a169b2ae194e0e5974c202/TIV-TSMBAC-WinX64.tmp SHA1: ab3ecf6509435c56f0a169b2ae194e0e5974c202 Size: Next retry: 3 minutes. Retry now ********************** ************************ ********************** I am receiving this error while deploying it.. can you please suggest how to proceed, I think I did not download the TSM Software before deploying. if it is correct that I did not download, then if I download to a temp location on one server, then after downloading TSM Software of exe file , what should I do in TEM ? appreciate your help on this.