Problems with Installation package and Failed dependencies

tasmacher

ADSM.ORG Member
Joined
Mar 30, 2011
Messages
150
Reaction score
0
Points
0
We're just testing 7.1.6.3 in our environment.
The package 'gskcrypt64-8.0.50.66.linux.x86_64.rpm' and 'gskssl64-8.0.50.66.linux.x86_64.rpm' could be installed without problems.

When installing 'TIVsm-API64.x86_64.rpm' The first dependency errors arose:
schooladmin.innenstadtwest.schuledo.de:~/TSM/TSM_test # rpm -Uvh TIVsm-API64.x86_64.rpm
error: Failed dependencies:
libxmlutil-7.1.2.0.so()(64bit) is needed by (installed) TIVsm-BA-7.1.2-0.x86_64
TIVsm-API64 = 7.1.2-0 is needed by (installed) TIVsm-BA-7.1.2-0.x86_64
TIVsm-API64 = 7.1.2-0 is needed by (installed) TIVsm-msg.DE_DE-7.1.2-0.x86_64

With support by 'http://www-01.ibm.com/support/docview.wss?uid=swg21652270' I could limit this down to the following dependency:
schooladmin.innenstadtwest.schuledo.de:~/TSM/TSM_test # rpm -Uvh TIVsm-API64.x86_64.rpm TIVsm-BA.x86_64.rpm
error: Failed dependencies:
TIVsm-API64 = 7.1.2-0 is needed by (installed) TIVsm-msg.DE_DE-7.1.2-0.x86_64

We tried the paramter 'rpm -F' for update, but the error still exists further.
Is there possibly a new 'TIVsm-msg.DE_DE' ?
We use today 'Client Version 7, Release 1, Level 2.0'
 
We use the parameter '-e' for the old installation package and '-i' for the new package. Now, it works:

schooladmin.innenstadtwest.schuledo.de:~/TSM/TSM_test # rpm -e TIVsm-msg.DE_DE-7.1.2-0.x86_64
schooladmin.innenstadtwest.schuledo.de:~/TSM/TSM_test # rpm -e TIVsm-API64-7.1.2-0.x86_64
schooladmin.innenstadtwest.schuledo.de:~/TSM/TSM_test # rpm -i TIVsm-BA.x86_64.rpm TIVsm-API64.x86_64.rpm
schooladmin.innenstadtwest.schuledo.de:~/TSM/TSM_test # dsmc
IBM Tivoli Storage Manager
Command Line Backup-Archive Client Interface
Client Version 7, Release 1, Level 6.3
Client date/time: 16-01-2017 13:02:51
(c) Copyright by IBM Corporation and other(s) 1990, 2016. All Rights Reserved.

Node Name: INNENSTADTWEST
Session established with server TSM32: Linux/x86_64
Server Version 7, Release 1, Level 7.0
Server date/time: 16-01-2017 13:02:51 Last access: 16-01-2017 12:16:09
 
Hello,

I have had simlar problems updating rpm packets (not just with TSM packages). You may try to remove the old and install the new packages.

-- Torsten.
 
Back
Top