TDP 712 installation issue

jcosu86

ADSM.ORG Member
Joined
Jul 16, 2015
Messages
42
Reaction score
0
Points
0
Hello. I'm new to TDP/TSM. I am installing the TSM and TDP 7.1.2 clients on an Oracle database development server running Linux 6. Initially I was given 2 different versions of the software and installed TSM 6.3 and TDP 7.1.2. In order to "start fresh" i issued the following:

rpm -e TIVsm-BA
rpm -e TIVsm-API64
rpm -e gskssl64
rpm -e gskcrypt

I thought that would uninstall all tivoli software. I then deleted all files under the /opt/tivoli directory.

After this, I went through the installation process for TSM 7.1.2 without issue

rpm -iv gskcrypt64-8.0.50.40.linux.x86_64.rpm
rpm -iv gskssl64-8.0.50.40.linux.x86_64.rpm
rpm -iv TIVsm-API64.x86_64.rpm
rpm -iv TIVsm-BA.X86_64.rpm

Then I try to reinstall TDP 7.1.2 using /TDP-Oracle.x86_64.bin -i console, it told me that it was already installed:

Install Conflict
----------------
An existing version of IBM Tivoli Storage Manager for Databases - Data
Protection for Oracle already installed.

Apparently the uninstall process uses files that were deleted. How can I remove the TDP so I can reinstall it?
 
Thank you folks for responding. This has been a head-scratcher.

moon-buddy: from the command rpm -qa |grep TIV* I get:
[oracle@lxdbdev02:~ repdev]$ rpm -qa |grep TIV*
TIVsm-API64-7.1.2-0
TIVsm-BA-7.1.2-0

GuilhermeResende: I will try the solution given and report back.
 
GuilhermeResende: That did the trick! Thanks so much!
 
Back
Top