tsm client (basic question)


 
Thread Tools Search this Thread
Operating Systems Linux tsm client (basic question)
# 1  
Old 04-24-2007
tsm client (basic question)

Hello, i was trying to install tsm client on a linux box(i386)
I get asked for a lot of dependent filesets. I dont have the cd? how can i get these?? is there a way to copy these from a server which has it? and how do i check if a server has it? rpm -qa|grep fileset??

pls advice
[root@SWNHAMVM02 tmp]# rpm -ivh TIVsm-BA.i386.rpm
error: Failed dependencies:
TIVsm-API >= 5.2.5 is needed by TIVsm-BA-5.2.5-0
libApiDS.so is needed by TIVsm-BA-5.2.5-0
libct_cu.so is needed by TIVsm-BA-5.2.5-0
libct_cu.so(Base) is needed by TIVsm-BA-5.2.5-0
libdmapi.so is needed by TIVsm-BA-5.2.5-0
libgpfs.so is needed by TIVsm-BA-5.2.5-0
libha_gs_r.so is needed by TIVsm-BA-5.2.5-0
libha_gs_r.so(Base) is needed by TIVsm-BA-5.2.5-0
libICE.so.6 is needed by TIVsm-BA-5.2.5-0
libSM.so.6 is needed by TIVsm-BA-5.2.5-0
libX11.so.6 is needed by TIVsm-BA-5.2.5-0
libXext.so.6 is needed by TIVsm-BA-5.2.5-0
libXpm.so.4 is needed by TIVsm-BA-5.2.5-0
libXp.so.6 is needed by TIVsm-BA-5.2.5-0
libXt.so.6 is needed by TIVsm-BA-5.2.5-0
# 2  
Old 04-24-2007
hi

guys, i was able to do a

rpm --nodeps -ivh TIVsm-BA.i386.rpm

and seems to have installed just fine

Thanks!
karthik
# 3  
Old 04-25-2007
I would urge against --nodeps - you may find yourself running into big issues later. Try running ldd against the binaries installed by this RPM and ensure that everything is fulfilled before getting too carried away.

Without getting too distro-centric, this highlights one of the major issues with Linux package management in general - especially with third party packages. I always compile third-party apps from source to save myself these headaches. Or use a Linux distro with source-based package management.

Cheers,
ZB
# 4  
Old 04-25-2007
I agree with Bob, these dependencies are there most probably because the application will need them at some later point. If you have this option, find the source rpms and build them again, or just the source files, like the entire set or .c files, do a make install clean, etc... depening on the README file (if such).
Best option - find a package created especially for your distro.
If you are running Fedora, do "yum localinstall nameOfRPM"
# 5  
Old 04-27-2007
The package you installed was TIVsm-BA.i386.rpm and the dependencies it's complaining about is the Tivoli API interface, which is a packet similar to TIVsm-API.i386.rpm. You would there for be adivced to uninstall the TIVsm-BA.i386.rpm and then install them both at the same time to fullfill the dependency requirements.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Basic Newbie question

Hey guys I searched for this for the past few hours but maybe I dont know what the heck I am searching for. I am looking how to locate my .profile and where the heck I can find it to be able to edit it. Thanks in advance. (11 Replies)
Discussion started by: Koopa_Troopa
11 Replies

2. Solaris

Jumpstart basic question

Hello All, Do I really need to add the install server name in the /etc/hosts file? Why do we need to add? If I don't add it is not working. Isn't it only arp/rarp works here? I thought it works in mac address level. thanks in advance. (3 Replies)
Discussion started by: mokkan
3 Replies

3. Shell Programming and Scripting

basic nc question

i'm doing this in one terminal: nc -lu 7402 and it appears to start listening properly, then in another i do this: echo "hello" | nc -u localhost 7402 and nothing happens on the listening terminal - what am i doing wrong? thanks. (7 Replies)
Discussion started by: peterworth
7 Replies

4. Shell Programming and Scripting

basic question

hi, I have a basic question,, i am in a directory called /intas/OCU_3.9.1/sbin ocuut1@france>mv itsa_tcs itsa_tcs_old mv: itsa_tcs_old: rename: Permission denied i am logging as the owner of the file. when i am doing this i am getting the above error of permission denied. I know... (3 Replies)
Discussion started by: namishtiwari
3 Replies

5. UNIX for Dummies Questions & Answers

tsm client filesets for AIX 4.3.3

Hi, can somebody point to where i can get tsm client filesets to install tsm on AIX 4.3 node please? Thank You! karthik (0 Replies)
Discussion started by: karthikosu
0 Replies

6. HP-UX

Basic OS question

Could someone tell me the command to find out the OS version which will give 12 character not the 9 characters(which is usually machine id). uname -i gives machine id and uname -a is more comprehensive way to look. Thanks! (4 Replies)
Discussion started by: catwomen
4 Replies

7. UNIX for Dummies Questions & Answers

Really basic question....

Hello all. Let me start off by saying I know a little more then it seems by me asking this question... here goes I have an old 486 box and I want to start messing around with unix. I've been taking classes for 3 or 4 years in c programming in unix, so I am used to the commands and such, but I... (1 Reply)
Discussion started by: robherms
1 Replies

8. UNIX for Dummies Questions & Answers

Very Basic Question

How to know if my AIX 5.2 is running at 64bits? THANKS (5 Replies)
Discussion started by: GermanSkull
5 Replies

9. UNIX for Dummies Questions & Answers

basic question

hey...when i type who...what does "pts" field mean??? eg pts 0 etc (1 Reply)
Discussion started by: urwannabefriend
1 Replies

10. UNIX for Dummies Questions & Answers

basic question

I have some basic doubts. Can someone clarify in this forum? 1)if then eval ' tset -s -Q -m ':?hp' ' else eval ' tset -s -Q ' what does it exactly mean in .profile? 2) what are 'nobody' and 'noaccess' usernames in /etc/passwd file. ... (3 Replies)
Discussion started by: asutoshch
3 Replies
Login or Register to Ask a Question