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

Maintenance Level... 1

Status
Not open for further replies.

rvstout

Technical User
Joined
Feb 11, 2002
Messages
9
Location
US
If I have 4.3.3 installed, how can I determine the ML?
Thanks in advance...
 
`oslevel` gives 4.3.3.0

`oslevel -r` gives 4330-08 known recommended maint level where all filesets are installed for ML

`oslevel -r -q` gives:
Known Recommended Maintenance Levels
------------------------------------
4330-09
4330-08
4330-07
4330-06
4330-05
all known recommeded maint levels that are installed, without all filesets installed (one fileset installed for ML will report)
 
You can use instfix command

Example:
# instfix -i | grep ML
the ouptut will give the Maitenance Level and if you have installed all the patches.

You can use this command to check the status of all patches
 
Thanks... I appreciate it...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top