AIX

AIX

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


#Power
#Power
#Operatingsystems
#Servers
 View Only
  • 1.  Validate last update made to OS

    Posted 07/14/06 11:01 AM

    Originally posted by: SystemAdmin


    I am currently undertaking security audit for an company running IBM AIX.
    What is an easy way to ascertain when the last patch update or change to the OS was made.
    Intention being to ensure that an spurious / illegal change to the OS was not made.
    Rajat Bhatnagar


    #AIX-Forum


  • 2.  Re: Validate last update made to OS

    Posted 07/14/06 03:41 PM

    Originally posted by: SystemAdmin


    lppchk -c does a checksum comparison of files on disk against the SWVPD contents. If this is an ongoing effort, Tripwire can help monitor unplanned changes. You might also try:
    lslpp -qh bos.mp64
    This isn't definitive, but will give you a history of changes to the base OS.
    Hope that helps.
    #AIX-Forum