AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  AIX 5.3 LPP's

    Posted Tue August 29, 2006 07:52 AM

    Originally posted by: SystemAdmin


    Greetings Folks

    Don't have the CD's handy and can't seem to find a reference anywhere.

    Does someone know where I can find a list of all the AIX 5.3 LPP's ?

    Thanks

    Smoker


  • 2.  Re: AIX 5.3 LPP's

    Posted Tue August 29, 2006 03:18 PM

    Originally posted by: SystemAdmin


    lslpp -l will show you all installed LPPs. If you are looking for a list of all possible LPPs, then you'll need to find an LPP_SOURCE on a NIM server or your copies of the CDs.

    -Aaron


  • 3.  Re: AIX 5.3 LPP's

    Posted Thu August 31, 2006 09:12 AM

    Originally posted by: SystemAdmin


    If you happen to have bos.content_list installed you can look at the file /usr/lpp/bos/AIX_file_list. This is a colon-delimited file with the first field being the fileset.

    cut -f1 -d":" /usr/lpp/bos/AIX_file_list | sort | uniq

    should give you what you're after.

    HTH

    Jim Lane