15 pts.
 Verify if a Patch is installed for Solaris 10
I need to check if 2 patches (120753-05 & 120048-03) have been installed for Solaris 10. How do I check that they have been installed.

Software/Hardware used:
Solaris 10, SPARC
ASKED: October 13, 2011  3:30 PM
UPDATED: October 15, 2011  5:00 AM

Answer Wiki:
To see what patches are installed try below: showrev -p OR showrev -p | grep <patch name> just like that showrev -p | grep 120753-05 it helps to see the level of a particuler patch even u can use pkginfo command with related package name see kernel patch uname -a For better info and hints: please <a href="http://www.sunsolarisadmin.com/general/sun-patch-check-free-opensource-utility-to-check-patch-status/">see here</a>
Last Wiki Answer Submitted:  October 14, 2011  4:33 am  by  Subhendu Sen   22,125 pts.
All Answer Wiki Contributors:  Subhendu Sen   22,125 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

i will try showrev -p

My problem so far with pkginfo is it doesn’t consider 120753-05 to be the packagename, and I can’t figure out what the package name for the update actually is

 15 pts.

 

I think 120753-05 or whatever it is is not a package name. Try one more time as: pkgchk with full package and path name, See here and I hope this also helps to determine with patch exit code and full Tips and Tricks

And also see here for Package related all queries, specially, u will do scroll down and see the section Package Verification
Even u can use the above link (which I mentioned in Answer) and it is a free utility.

 22,125 pts.