Last installed patch date for Unix

how can we get the last patch installed date using analysys or something from bigfix?

Please help me on this.

if exist file"/var/opt/BESClient/EDRDeployData/EDR_DeploymentResults.txt" then(((tuple string item 2 of it) & " " & (tuple string item 1 of it as integer as month as three letters) & " " & (tuple string item 0 of it)) of (concatenation ", " of (substrings separated by “-” of (substrings separated by " " of lines whose (it contains “Done. Install/test successfully.” and line number of it >= ( (it as integer) of tuple string item ((it -1) of number of lines whose (it contains “Done. Install/test successfully.”) of files “/var/opt/BESClient/EDRDeployData/EDR_DeploymentResults.txt”) of concatenation “, " of (it as string) of line numbers of lines whose (it contains “Done. Install/test successfully.”) of files “/var/opt/BESClient/EDRDeployData/EDR_DeploymentResults.txt”)) of files “/var/opt/BESClient/EDRDeployData/EDR_DeploymentResults.txt”) whose (it contains “-”))))else"DEPLOYMENT RESULT NOT FOUND”`

1 Like

Thanks for quick response.
We didn’t used Bigfix for unix patching, but required when the server patched last time.

The first question is usually “How would you obtain this info without BigFix, if you were just looking at the computer directly”. Yum? DNF? Apt? Smitty?

I mean we haven’t patched unix servers using bigfix , only patching windows, we will use bigfix for unix patching.we required the last patch installed date for unix servers

we will use this command to check installed packages
rpm -qa --last