How to check supersede of patch


 
Thread Tools Search this Thread
Operating Systems AIX How to check supersede of patch
# 1  
Old 05-27-2010
How to check supersede of patch

Hi dear All.
I need to create script, that will check if some specific AIX patch is superseded by another patch, already installed on system
Let us say I have AIX 5.3 machine, and I have to check for patch "X".
Of cause - it is not a problem to check if patch "X" is already installed on given machine. But - how can I check if those machine have some patch already installed on it - that supersede "X"
Since - this is script - it can not go to site of AIX and check at description of patch... Check have to be done programmatically...
# 2  
Old 06-01-2010
hi,

using instfix command u can check the list of filesets that are higher then ur TL level...instfix -icqk <AIX TL level> |grep :+:

+ will show filesets higher then ur matching TL level
- will show filesets lower then ur matching TL level.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

Check that supersede of package version is installed

I need a programmatic way to check, that supersede of required package is installed. At Linux I do it using rpmvercm utility to compare installed package version to my minimal requirement. So - I need analog of Linux "rpmvercm" utility for Solaris (10/11) Let us say - I know that minimal version... (10 Replies)
Discussion started by: zuismanm
10 Replies
Login or Register to Ask a Question