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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

aix 5.3 upgrade problem

Status
Not open for further replies.

cpu533

IS-IT--Management
Nov 6, 2003
68
CA
Hi,
I am trying to upgrade current aix 5300-05 to aix 5300-08.I have the aix 5300-08 with sp1 CD on hand. i run the command smitty update_all. After upgrade, system complains some missing filesets. I do not know why, everything should includes in the CD set. I decide to leave it asis. But when I try to use CD-ROM or tape drive, the system will crash and reboot. Anybody has idea? The os still at 5300-05 level.

Thanks,
Denny
 
Try running this:

oslevel -rl 5300-08

which should show you the missing filesets.

and this => lppchk -v

Have a look at this useful link:


TSch Comment:
Code:
I'd use

"smitty update_all"

just to be sure you get all the parameters right.

Next you should run

instfix -ick <ML_Keyword> | grep ':-:'

to determine exactly what is missing.

In your case the commands would be

instfix -ick 5200-05_AIX_ML | grep ':-:'
instfix -ick 5200-06_AIX_ML | grep ':-:'
instfix -ick 5200-07_AIX_ML | grep ':-:'
instfix -ick 5200-08_AIX_ML | grep ':-:'

Regards,
Khalid
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top