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

oslevel output is wrong 1

Status
Not open for further replies.

MickCampbell

Technical User
Mar 3, 2009
9
0
0
IE
Hi

I have an AIX5.3 ML4 box which I want to bring up to TL8. After I run in the TL8 software, I can see that a lot of the filesets have been upgraded to 5.3.8.0, however when I run oslevel -r it still shows 5300-04. Does anyone have any ideas on this?

Any Help Appreciated

Mick
 
You're probably missing some fileset updates

for TL 8 run this

[tt]oslevel -r -l 5300-08[/tt]

to find out which filesets are lower than 5300-08

for service packs, run first this

[tt]oslevel -s -q[/tt]

to find out which service packs are known to the system. Then
run this:

[tt]oslevel -s -l [red]5300-06-06-0811[/red][tt]

(substitute your desired service pack).
To find out which filesets are lower than the desired SP.

See the man page for oslevel for more info.



HTH,

p5wizard
 
Thanks p5wizard

I'm getting the following:

ukdrimage:root:/dba/software/oracle10.2.0.1 $ oslevel -r -l 5300-08
Fileset Actual Level Recommended ML
-----------------------------------------------------------------------------
devices.msg.en_US.chrp.IBM.HPS.rte 1.2.0.0 1.2.0.2
devices.msg.en_US.common.IBM.sni.ntbl 1.2.0.0 1.2.0.1
You have mail in /usr/spool/mail/root
ukdrimage:root:/dba/software/oracle10.2.0.1 $ oslevel -s -q
Known Service Packs
-------------------
5300-08-01-0819
5300-07-03-0811
5300-07-02-0806
5300-07-01-0748
5300-06-06-0811
5300-06-05-0806
5300-06-04-0748
5300-06-03-0732
5300-06-02-0727
5300-06-01-0722
5300-06-01-0000
5300-05-CSP-0000
5300-05-06-0000
5300-05-05-0000
5300-05-04-0000
5300-05-03-0000
5300-05-02-0000
5300-05-01-0000
5300-04-CSP-0000
5300-04-03-0000
5300-04-02-0000
5300-04-01-0000
5300-04-00-0000
5300-03-CSP-0000
ukdrimage:root:/dba/software/oracle10.2.0.1 $ oslevel -s -l 5300-08-01-0819
ukdrimage:root:/dba/software/oracle10.2.0.1 $

So is it just the two devices.msg.en_US filesets that need to be updated to bring me up to TL8?

Regards

Mick
 
Just read the output: your actual level for those filesets (1.2.0.0 in both cases) is not what it should be (1.2.0.2 and 1.2.0.1).




HTH,

p5wizard
 
Cheers p5wizard, i'm tracking down those two filesets and hopefully then oslevel will show up as 5300-08.

Thanks again.

Mick
 
Even one fileset update missing will give you what you are getting and a language update missing is often the reason.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top