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!

"lppchk -v" on AIX v5.1ML3

Status
Not open for further replies.

mixmouse

Programmer
Mar 22, 2001
26
CA
I try to upgrade my OS from AIX V5.1ML3 to V5.2. Before I upgrade os, I used "lppchk -v", it showed me following messages:
-------------------------------------
eservera:/ # lppchk -v
lppchk: The following filesets need to be installed or corrected to bring the system to a consistent state:

bos.html.en_US.nav 4.3.3.0 (not installed; requisite fileset)
bos.rte v<5 (not installed; requisite fileset)
xlC.aix43.rte 5.0.0.2 (not installed; requisite fileset)
---------------------------------------
Why does it ask for the fielsets for AIX V4.3?
I searched on the Internet, and couldn't find the properly filesets to install. Yes, I found xlC.aix43.rte 5.0.0.2, but it asked for xlC.aix43.rte 5.0.0.0. Eventually, I could not upgrade anything.

Is there anyone can help?
 
hi!
Above problem can be cleaned up by doing the following;
#lppchk -vm3
This will list samething as "lppchk -v" plus lines that read
fileset <filesetname> requires <and its requirements>.
To rectify the "lppchk -v" output,excute following command;
#installp -ug <filename>.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top