oslevel -s


 
Thread Tools Search this Thread
Operating Systems AIX oslevel -s
# 1  
Old 08-13-2007
oslevel -s

Hi All,

Would like to know what files or file sets are referred when the 'oslevel -s' command is executed, and the mechanism that it uses to give us the output regarding the ML and the SP level of the machine. Any help would be highly appreciated.

Thanks in advance!

Regards
Digiwolf123
# 2  
Old 08-14-2007
I think this is what you're looking for (from the man pages: man oslevel).


Code:
Examples
       1    To determine the maintenance level of the system, type:

            oslevel
       2    To determine the file sets that are below level 4.1.2.0, type: oslevel -l
            4.1.2.0

       3    To determine the file sets at levels later than the current maintenance
            level, type: oslevel -g

       4    To determine the highest recommended maintenance level reached for the
            current version of AIX(R) on the system, type:

            oslevel -r
       5    To list all known recommended maintenance levels on the system, type:

            oslevel -rq

# 3  
Old 08-24-2007
Tools One more useful "oslevel" command variation

If you apply a new TL or SP and find that the oslevel -s command shows a level lower than expected, the command "oslevel -rl" will indicate the down-level filesets. So if you've upgraded to 5300-06 and the oslevel -s command shows "5300-05-02", the command "oslevel -rl 5300-06" will list all the down-level filesets.
# 4  
Old 09-17-2007
oslevel -s on an AIX 5.3 onwards system shows you the service pack levels.

Regards,

Kaps
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. AIX

EEEK - OSLEVEL -r is now reverted back to original level

Dont know what happened, my AIX 53 TL6 os just reverted back to original TL4 from whence I started this week. Is there a commad to check the ODM or kernel or something to ensure stability? (2 Replies)
Discussion started by: mrmurdock
2 Replies

2. AIX

oslevel command

I just upgraded my system from 53tl9 to 53tl10 and it is still showing 53tl9 (5300-09). When I run oslevel -rl 5300-10 or oslevel -r -l 5300-10 I get the following error "Error: Recommended Maintenance level 5300-11 is invalid or unknown." How do I determine what files are missing from the... (3 Replies)
Discussion started by: daveisme
3 Replies
Login or Register to Ask a Question