![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| No dbx installed | calloc | High Level Programming | 1 | 04-21-2008 07:25 AM |
| Date Patch was Installed | sellafrica1 | AIX | 5 | 02-21-2008 07:03 AM |
| get installed patch list | umen | SUN Solaris | 1 | 01-19-2006 08:35 AM |
| Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a | Rakesh Ranjan | IP Networking | 0 | 11-03-2005 09:29 AM |
| I 've installed Red Hat 7.2 but ????Help | atiato | UNIX for Dummies Questions & Answers | 2 | 02-06-2002 11:37 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Is there a way to find out if a patch has been applied? I'm running Solaris 2.6 on an Ultra Sparc machine. Our UNIX System Admin has left the company and unfortunately for the time being I'm the man. I need to know if he installed Kernel patch 103640-05 and Thread patch 103920-05 before I can install a database program. Any help I can get will be greatly appreciated. Thanks in Advance.
Dman |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
'showrev -p' should show all the patches installed on your system
|
|
#3
|
|||
|
|||
|
Thanks for the help, I did the showrev -p but the only patches I see start with 105, do I assume the patches both start with 103 I need to be installed have been?
|
|
#4
|
||||
|
||||
|
103640-05 has been replaced with 103640-38 but both are patches to Solaris 2.5.1.
103920-05 was obsoleted by 103640 but again these are for Solaris 2.5.1. Whoever is advising you to attempt to install them on Solaris 2.6 is simply wrong. |
|
#5
|
||||
|
||||
|
You can try to run showrev -p and then grep for the patch id number before the hyphen. That will show you that patch if it has been installed before, and what revision (the number after the hyphen) it is. If they don't show up, it probably hasn't been installed.
|
|
#6
|
|||
|
|||
|
Thanks for all the help and Happy Holidays....
|
|||
| Google The UNIX and Linux Forums |