One package from SP wont install correctly


 
Thread Tools Search this Thread
Operating Systems AIX One package from SP wont install correctly
Prev   Next
# 5  
Old 10-06-2015
Quote:
Originally Posted by agent.kgb
1. If you are an official IBM AIX user, you have access to Entitled Software Support, where you can download the full CD.
2. You receive your AIX CD/DVD with every new server you've bought.
3. It is a good practice to make a copy of the CD and save it somewhere. If you don't do it, it is a good time to start.
4. It is also a good practice to read what others write.

The difference between
Code:
installp -acFXYd filename.bff bos.net.tcp.client

and

Code:
installp -acFXYd /ibm/patch/src bos.net.tcp.client

is obvious IMO. In your particular case it should be:
Code:
installp -acFXYd  bos.net.tcp.client.6.1.8.19.U bos.net.tcp.client

Some more notices:
1. Make su - or sudo su -.
2. I saw a lot of troubles in my life trying installing packages from an NFS share. I can't explain it. In different environments with different NFS settings and shares. Sometimes everything is ok, sometimes some mystic with package installation. Try to copy the fileset to the local directory and install it.
3. Find an AIX CD from TL8. Then you will have access to .I package (installable), not .U package (updates) and you can try to apply the fix again.
Yes I understood what you wrote, but
Code:
installp -acFXYd  bos.net.tcp.client.6.1.8.19.U bos.net.tcp.client

errored out wherein
Code:
installp -acFXYd /ibm/patch/src bos.net.tcp.client

worked on another server.

I'll go ahead and download the full CD of the OS and hopefully that will work as installing from a local directory did not. Thanks for your ideas and help with this!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Oracle Linux DVD that I install from wont mount

Hi, I am trying to mount my Oracle Linux 6-2 bootable disk that I installed from in order to manually copy off the packages directory onto the server ( to create a local YUM repository ) I have checked the DVD in my windows laptop and can see the packages folder ( so I know the DVD is iso9660... (3 Replies)
Discussion started by: jimthompson
3 Replies

2. HP-UX

Why wont my Service Guard Package Fail?

Hi There I have a 2 node failover SG cluster, with a 4 packages running, that due to various reason I cant fail over/test for a while. Therefore have created a test package to test over the 2 nodes. The package resources include a presented LUN from our HP SAN and a package IP address. The... (2 Replies)
Discussion started by: Pentat0nicc
2 Replies

3. UNIX for Dummies Questions & Answers

Can't install rpm package with --prefix in new path.Error: package is not relocatable

Hello, i have downloaded an rpm package "hadoop-0.20.205.0-1.amd64.rpm" in /usr/local/ directory. I'm trying to install the rpm package in a new path/location (/usr/local/hadoop-0.20.205), but i can't. I did: 1st try: Didn't work sudo rpm -i --prefix=/usr/local/hadoop-0.20.205... (1 Reply)
Discussion started by: g_p
1 Replies

4. Linux

How install a new package without remove old package?

Dear all, I would like to install a new version of package without remove old version on Centos and vice versa. Please give me advice! thanks much, (2 Replies)
Discussion started by: all4cfa
2 Replies

5. UNIX for Advanced & Expert Users

snoop package install

I was trying to install the solaris snoop package on a flavor of linux. I got the tar file, unzipped it. when I CD to the unzipped snoop directory, I ran the command ./configure ; make and I got the following error. Did anybody run into this before? what can I do to install snoop? checking... (1 Reply)
Discussion started by: Pouchie1
1 Replies

6. Solaris

how to install this package

Dears, i am new user in solaris i am using solaris 10 https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_SMI-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=Sol-audio-drivers1.0-x86-G-F@CDS-CDS_SMI after i unzip this package i didn't found any package to install cos i only... (1 Reply)
Discussion started by: sharkux
1 Replies

7. Solaris

not able to install the package

I am working with sun solaris 9 and I want to install some packages but due to less disk space I am not able to install the packages. I am giving the output of filesystem-- # df -k Filesystem kbytes used avail capacity Mounted on /dev/dsk/c0t0d0s0 2148263 1997593 107705 ... (10 Replies)
Discussion started by: smartgupta
10 Replies

8. Solaris

how to install package

Hi How to install package from Freeware for Solaris Specificaly i want to install lsof-4.77-sol10-sparc-local.gz Thanks Amit (2 Replies)
Discussion started by: amitarcade
2 Replies

9. UNIX for Dummies Questions & Answers

uninstall and install a package

Hi, on Red Hat Enterprise Linux AS release 3 (Taroon). How can I : 1-install a package (exemple : compat-gcc-7.3-2.96.128.src.rpm) 2-uninstall (or delete or deinstall) a package (exemple : compat-gcc-7.3-2.96.122). Many thanks before. (6 Replies)
Discussion started by: big123456
6 Replies

10. Solaris

Solaris has a lot of bugs, fstream wont write to file correctly!

I've got a c++ program that works fine on Linux, compiles on Solaris fine with g++, but will not write to a fstream correctly in a class object. And I've run into numerous other bugs in the disk management. Jon (4 Replies)
Discussion started by: Joncamp
4 Replies
Login or Register to Ask a Question