Finding out the current AIX Maintenance Level


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Finding out the current AIX Maintenance Level
# 1  
Old 03-25-2002
Finding out the current AIX Maintenance Level

Is there a simple command in the vein of `oslevel` under AIX 4.3 to show the current patch level of the machine?
# 2  
Old 03-25-2002
You can check current patch level by passing lslpp command

$ lslpp - l

Code:
% lslpp -l bos.rte

     Fileset                      Level  State      Description         
     ----------------------------------------------------------------------------
   Path: /usr/lib/objrepos
     bos.rte                    4.1.4.0  COMMITTED  Base Operating System Runtime
 
   Path: /etc/objrepos
     bos.rte                    4.1.4.0  COMMITTED  Base Operating System Runtime

Code:
   % lslpp -l | grep -i dce

     dce.cdmf.rte               2.1.0.0  COMMITTED  DCE User Data Masking
     dce.cds.rte                2.1.0.4  COMMITTED  DCE Cell Directory Services
     dce.client.core.rte        2.1.0.9  COMMITTED  DCE Client Services
     dce.client.core.rte.admin  2.1.0.6  COMMITTED  DCE Client Administrative
     dce.client.core.rte.cds    2.1.0.2  COMMITTED  DCE Client CDS Tools
     dce.client.core.rte.config

* Also you can check current Patch and view latest AIX DCE Code patch at:
http://www-3.ibm.com/software/networ...es/dceaix.html
# 3  
Old 03-25-2002
Bug Thanks!

:-)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

How to upgrade AIX Firmware & TL Maintenance Level in AIX

Steps to upgrade AIX TL ( technology Level ) / Maintenance Level in AIX ( including Firmware HMC VIOS ) This article or post covers upgrades for - Hardware Management Console ( HMC ) - Firmware ( also known as microcode ) - VIO ( Virtual I/O Server = PowerVM ) - AIX Version, Technology... (2 Replies)
Discussion started by: filosophizer
2 Replies

2. AIX

Finding patch level in AIX

Hi, How to find out patch level in AIX and what patches are installed on AIX box? As per my knowledge oslevel -s will give service and maintanance level description , but regarding patch level any command is there? Regards, Manoj (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. Shell Programming and Scripting

Finding files in current directory when 100,000's files in current directory

Hi All I was wondering what is the most efficient way to find files in the current directory(that may contain 100,000's files), that meets a certain specified file type and of a certain age. I have experimented with the find command in unix but it also searches all sub directories. I have... (2 Replies)
Discussion started by: kewong007
2 Replies

4. AIX

maintenance level

Hello I have a question. I have several box with $ oslevel -s 5300-06-01-0000 My questions are: 1.-How long I can keept my actual technology level (in time) before I updated to the next technology level? My other question is If I have to update to the next technology level. ... (2 Replies)
Discussion started by: lo-lp-kl
2 Replies

5. AIX

maintenance on the SAN with AIX

Hi All, I need to do maintenance on the SAN. Do I need to shutdown AIX as well? Or I can just unmount the SAN-FS and let the SAN reboot or do maintenance mode. And then when SAN is up, just mount it back. Is that simple it is or not? Thanks in advance, itik (1 Reply)
Discussion started by: itik
1 Replies

6. AIX

finding original login name, not current name

Hi all, I've searched around and not found any specific solution to my problem, so wondered if someone out there could help. I'm in the process of migrating some shell scripts from HP UNIX to AIX and one of the scripts uses the 'logname' command. On HP 'logname' returns the login name,... (8 Replies)
Discussion started by: Boothy
8 Replies

7. AIX

aix maintenance level

Hi, I want to know which command will list only maintenance level of Aix Operating system For Example: 5.3.1.7 in this example which is maintenance level of OS. (3 Replies)
Discussion started by: manoj.solaris
3 Replies

8. Solaris

Solaris 8,9 Current OS Level Patches

Hi I was told for Solaris 8, 9 and 10 there is a command to get the current OS level patches ? Does anyone know ? This will be the equivalent of the AIX Maintenance level. Thanks (2 Replies)
Discussion started by: DarReNz
2 Replies

9. AIX

AIX maintenance package 4.3.

Hello, we have an 7015-R40, we want to update AIX. oslevel shows 4.3.2.0 At ibm.com we found following AIX 4300-11 maintenance package Recommended maintenance for AIX 4.3.3 It's possible to update the system with this file or does we need another source? Thank you! S. (8 Replies)
Discussion started by: Sagitario
8 Replies

10. Shell Programming and Scripting

Finding your current run lvl

The title says it all really. I am writing a shell script for a Linux box, and I have recently run into a problem. I need to make sure I am at a certain run level first. Hence, the question. How can I find out what run level the box is currently running at? Is there a system variable... (2 Replies)
Discussion started by: Scripting Newb
2 Replies
Login or Register to Ask a Question