How can we find out the patch insallation history.
Hi,At any given time, how can we find out the patch installation history in solaris.For example, I want to know when my solaris9 kernel was patched to 118558-33 etc.Please suggest,Thanks & Regards.
[236 byte] By [
gshekar] at [2007-11-26 11:26:49]

# 3
> showrev -p shows what patches are installed. But not
> when.
> I'm not aware of a way to do that.
When you install a patch or package for that matter, it write information to the disk. I should hope that it creates a directory and writes the current date and time to that directory before it writes the files to the disk. Checking the date and time stamp on the directories should yield that information.
alan
# 5
Maybe:ls -la /var/sadm/patch/*/logNote that if you are running an updated release (such as Solaris 10 01/06 or 06/06), not all patches will turn up in that list, since some are included in the OS installation. .7/M.