The Install date on the system is pointless. It is more important to reference the exact patch to see if there is an alert on it.
the patches are in xxxxxx-xx format
eg: 118844-29
When you search sun alerts, it will tell you specifically what patch and revision it is reporting about. So if there was a Sun Alert on 118844-29, it would show that specifically, if you seen 118844-29 in the Sun alert, and you had -37 installed than your patch revision is not affected.
You can use the command: showrev -p to see what patches are installed on your server:
#showrev -p (gives you all patches, really noisy)
#showrev -p |grep 118844
#showrev -p | grep "Patch: 118668"
You can find some patches located in /var/sadm/patches, you will not find all the patches there though, the only patches in this directly for the most part are the patches that make up the core operating system and kernel updates.
Thanks for the information, but I am looking for dates. for example, if I wanted to see when the firefox was installed , I want to do a search on the date when it was installed, not if the patch exist.
if it was a pkg you needed info on, you can use pkginfo -l <pkgname>
but since you are asksing about patches...
well I guess for any updates that you add via a patch they will probably be in /var/sadm/patch.
you can then cd into the patch and look at the date the log was created. It logs the installation of the patch. There are other patches not located in /var/sadm/patch that show up with showrev -p, these are mainly the patches that initially made up the installation of your installed operating system. you will not be able to check the date of these unless you use updatemanager.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.