AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  Operating System Patches Information

    Posted Wed May 20, 2009 12:14 PM

    Originally posted by: SystemAdmin


    I'm trying to establish if there is an easy way to determine whether or not the output from a patch listing can be used to determine if critical/recommended patches are missing or not. Using the command /usr/sbin/instfix -ia
    produces close to 2000 entries with the following text -

    No filesets which have fixes for <patchid> are currently installed.

    Is there an easy way to determine which of these are truly an issue?
    #AIX-Forum


  • 2.  Re: Operating System Patches Information

    Posted Wed May 20, 2009 12:53 PM

    Originally posted by: alethad


    If you already know the patch you are looking for the syntax for instfix is:
    instfix -ik |grep IYXXXXX (or IZXXXXX)

    Or do you mean missing requisites/filesets, which is different? Like lppchk -v ?
    Check out the oslevel command also. I think this might be what you're looking for.
    #AIX-Forum


  • 3.  Re: Operating System Patches Information

    Posted Wed May 20, 2009 01:12 PM

    Originally posted by: alethad


    For got to say the -rl should show you missing filesets for the OS level you have installed. You didn't say what OS level you are installing/running.

    Try this oslevel -rl oslevel format

    example of mine is * oslevel -rl 5300-08-03-0847*
    good luck.
    #AIX-Forum


  • 4.  Re: Operating System Patches Information

    Posted Wed May 20, 2009 02:02 PM

    Originally posted by: SystemAdmin


    Thank you for your very prompt responses to my question. My challenge is I no longer have access to the system from which this information was obtained. I can make a list of all the patchset id's that have that entry - what i was hoping was to be able to compare that against a recommended/critical list of the same - perhaps on the web - or to obtain that list from the web in order to make a comparison - the os level is 5300-08-00-0818 - Thanks!
    #AIX-Forum