Wednesday, March 14, 2007

Check Solaris Patch Levels

I had to upgrade a workstation today and needed to check the patch levels. Here's the commands.

# showrev -p
or
# patchadd -p

Recommend you use showrev -p since it's a binary program. The patchadd utility is a script; therefore, it takes awhile to run.

1 comments:

zogness said...

Actually, this post tells me nothing. How do I understand the output of the command?