Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Which lpp

Status
Not open for further replies.

Mag0007

MIS
Feb 15, 2005
829
US
I want to know which lpp consists of a program.

For example if I want to install "Java", which lpp would have the Java stuff. And if it possible to find out what CD?


Thanks!
 
Hi Mag,

All you need is :

Java.rte.bin 1.1.8.11 Runtime Environment
Java.rte.classes 1.1.8.11 Java Runtime Environment
Java.rte.lib 1.1.8.11 Java Runtime Environment
Java.samples.demos 1.1.8.1 Java Sample Demos
Java130.rte.bin 1.3.0.16 Java Runtime Environment
Java130.rte.lib 1.3.0.16 Java Runtime Environment
USFSpjava.rte 1.1.6.0 C F Java 1.1.6 Patches
cluster.adt.es.java.demo.monitor


sushveer
IBM certified specialist-p-series AIX5L System Administration
AIX/SOLARIS/WEBSPHERE-MQ/TIVOLI Administrator
 

try:

lslpp -w "your_program_with_full_path"


lslpp -l|grep Java


If you have installed for example: Java.rte.bin

then try also:

lslpp -f Java.rte.bin
 
Thanks for the replies. I was just using Java as an example. But is it possible to find out WHICH cd has my desired program?

Thanks!
 
Try which_fileset:

which_fileset df
/usr/bin/df bos.rte.filesystem 4.3.3.0

You'll need bos.content_list installed first.

 
wait! which_fileset knows what media the fileset exists on? For example, if I don't have 'topas' installed, it will tell me which fileset it can be found on? and What media (number)?


 
The /usr/lpp/bos/AIX_file_list file is large and not installed automatically. You must install the bos.content_list fileset to receive this file. but it will not tell which cd it is on.

lslpp will List installed software products. so if you do a lslpp -w on a non-installed program you will get nothing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top