TSM - Tivoli Storage Manager - Uninstall - Windows
Log In or Register to download the BES file, and more.

0 Votes

Collections (part of 1 collection)

Tivoli Storage Manager (TSM)

Description

This action will uninstall TSM.

Property Details

ID686
TitleTSM - Tivoli Storage Manager - Uninstall - Windows
DomainBESC
CategoryUninstall
Download Size0
SourceInternal
Source Release Date11/19/2012 12:00:00 AM
KeywordsTSM, Tivoli Storage Manager, Backup, Uninstall
Is TaskTrue
Added by on 12/4/2012 10:04:37 AM
Last Modified by on 12/4/2012 10:04:37 AM
Counters 6391 Views / 39 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

isWindows (Relevance 1172)
Used in 1152 fixlets and 538 analyses   * Results in a true/false
Show indented relevance
windows of operating system
Used in 1 fixlet   * Results in a true/false
Show indented relevance
exists key whose (value "displayname" of it as string contains "IBM Tivoli Storage Manager Client" of it and value "uninstallstring" of it as string as lowercase contains "msiexec") of key "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
Wait msiexec.exe /X {name of key whose (value "displayname" of it as string contains "IBM Tivoli Storage Manager Client" of it and value "uninstallstring" of it as string as lowercase contains "msiexec") of key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of native registry} /qn
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!
jgstew -
Definitely a good idea to test something like this on a few systems to make sure it works as expected first before deploying widely, though even then this might not have poped up until it was used in production. Definitely a bummer.
cjwolford -
I used the fixlet on ~100 sql servers to upgrade to the latest TSM/TDP clients using Server Automation, and only the active node of our 2008 R2 SQL cluster triggered the reboot on the uninstall somehow. It was slightly problematic, but it's done now. The exit code was 1641, which is successful uninstall with reboot triggered.
jgstew -
Thanks for letting me know. The `/qn` at the end should have handled that, but it is possible that some versions of TSM require `/norestart` as well to prevent this from happening. I didn't see this in testing when I created this originally.
cjwolford -
I needed to add a /norestart flag at the end due to it rebooting a server unintentionally.
jgstew -
Because this relevance uses "native registry" this one uninstaller will uninstall both the 32bit or 64bit version on the respective 32bit or 64bit system. Because this is a backup application you cannot install the 32bit version on a 64bit system.