Problem with patch bundle installation on Solairs 10


 
Thread Tools Search this Thread
Operating Systems Solaris Problem with patch bundle installation on Solairs 10
# 1  
Old 07-22-2009
Problem with patch bundle installation on Solairs 10

Smilie Smilie Hello,

Could some help me to resolve why i am geting the below errors... Smilie

Just tried installing patch bundle on solairs 10.

many patches are been failed. wen i am trying to install it manualy i am geting the below errors..

*******************************************************

patchadd 124924-01
Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Done!

The following requested patches have packages not installed on the system
Package SUNWvolu from directory SUNWvolu in patch 124924-01 is not installed on the system. Changes for package SUNWvolu will not be applied to the system.

Checking patches that you specified for installation.

Done!


The following requested patches will not be installed because
the packages they patch are not installed on this system.

0 No Packages from patch 124924-01 are installed on the system.




No patches to install.

*******************************************************

patchadd 120011-14



showrev -p | grep 141414-02
patchadd 141414-02
Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Version of package SUNWcakr from directory SUNWcakr.v in patch 141414-02 differs from the package installed on the system.
Version of package SUNWcakr from directory SUNWcakr.us in patch 141414-02 differs from the package installed on the system.
Done!

The following requested patches have packages not installed on the system
Package SUNWcpr from directory SUNWcpr.u in patch 141414-02 is not installed on the system. Changes for package SUNWcpr will not be applied to the system.
Package SUNWs9brandr from directory SUNWs9brandr in patch 141414-02 is not installed on the system. Changes for package SUNWs9brandr will not be applied to the system.
Package SUNWust1 from directory SUNWust1.v in patch 141414-02 is not installed on the system. Changes for package SUNWust1 will not be applied to the system.
Package SUNWust2 from directory SUNWust2.v in patch 141414-02 is not installed on the system. Changes for package SUNWust2 will not be applied to the system.
Package FJSVmdb from directory FJSVmdb in patch 141414-02 is not installed on the system. Changes for package FJSVmdb will not be applied to the system.

Checking patches that you specified for installation.

Done!


The following requested patches will not be installed because
at least one required patch is not installed on this system.

0 For patch 141414-02, required patch 120011-14 does not exist.



No patches to install.

***************************************************Smilie
# 2  
Old 07-23-2009
you try to install patches for packages that are not installed. which update of solaris do you use? check and post the output of "less /etc/release".
# 3  
Old 07-23-2009
The recommended patch clusters from Sun contain a lot of patches and it is normal for some of them to fail to install because of missing dependent packages or patches.
If you're worried you should read the documentation for the failed patches and see if they patch software that actually exists on your system. If you don't have it installed then don't worry about the patch failing.
# 4  
Old 07-23-2009
Quote:
Originally Posted by bullz26
many patches are been failed.
error codes?
some are common and you can ignore them (example 2,8 etc.)

Quote:
Originally Posted by bullz26
The following requested patches have packages not installed on the system
...error code 8

try in this way:
Code:
# script /tmp/p.log
# ./install_cluster

Code:
# grep failed /tmp/p.log | egrep -v 'code 2|code 8' | less

so you can compare the codes with this: Solaris Patch Return Codes - patchadd
# 5  
Old 07-24-2009
package version differs for many of the packages...!

Hello all,

For sample, see the below log for patch 120011-14

Patchadd is terminating.
[66/258] Installing 120011-14 ...
Validating patches...

Loading patches installed on the system...
**********************************************************

Version of package SUNWcpc from directory SUNWcpc.v in patch 120011-14 differs from the package installed on the system.
Version of package SUNWkvm from directory SUNWkvm.us in patch 120011-14 differs from the package installed on the system.
Version of package SUNWcar from directory SUNWcar.us in patch 120011-14 differs from the package installed on the system.
Version of package SUNWcakr from directory SUNWcakr.v in patch 120011-14 differs from the package installed on the system.
Version of package SUNWkvm from directory SUNWkvm.v in patch 120011-14 differs from the package installed on the system.
Version of package SUNWcakr from directory SUNWcakr.us in patch 120011-14 differs from the package installed on the system.
Version of package SUNWcar from directory SUNWcar.v in patch 120011-14 differs from the package installed on the system.
Version of package SUNWcpc from directory SUNWcpc.us in patch 120011-14 differs from the package installed on the system.


**********************************************************

wen i verifed, the pkg version is differs from patch bundle and installed packages.

example below

pkginfo -l SUNWcpc
PKGINST: SUNWcpc
NAME: CPU Performance Counter driver
CATEGORY: system
ARCH: sparc.sun4u
VERSION: 11.10.0,REV=2005.01.21.15.53
BASEDIR: /
VENDOR: Sun Microsystems, Inc.
DESC: Kernel support for CPU Performance Counters
PSTAMP: gaget20050121155930
INSTDATE: Mar 17 2006 02:03
HOTLINE: Please contact your local service provider
STATUS: completely installed
FILES: 10 installed pathnames
5 shared pathnames
1 linked files
7 directories
1 executables
42 blocks used (approx)

#more pkgingo

PKG=SUNWcpc
NAME=CPU Performance Counter driver
ARCH=sparc.sun4v
VERSION=11.10.0,REV=2005.07.25.02.27

Could some one tell what REV is?
# 6  
Old 07-24-2009
To keep the forums high quality for all users, please take the time to format your posts correctly.

First of all, use Code Tags when you post any code or data samples so others can easily read your code. You can easily do this by highlighting your code and then clicking on the # in the editing menu. (You can also type code tags [code] and [/code] by hand.)

Second, avoid adding color or different fonts and font size to your posts. Selective use of color to highlight a single word or phrase can be useful at times, but using color, in general, makes the forums harder to read, especially bright colors like red.

Third, be careful when you cut-and-paste, edit any odd characters and make sure all links are working property.

Thank You.

The UNIX and Linux Forums
# 7  
Old 07-24-2009
Thanks, just i wana to highlight the errors... Thats y i used colors..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

Recommended patchset for Solaris and the patch bundle

Hello I recently downloaded and installed the latest patchset for Solaris 10 (update 5) running on SPARC. Actually I am new to Solaris (I come from Red Hat) and the security department asked me to update the system for security fixes. I logged in to Oracle support and used the recommended patch... (3 Replies)
Discussion started by: abohmeed
3 Replies

2. Linux

Patch Installation

Am new to Linux and this forum From where can I download sysstatx86_64 and numactl-devel patches ? Thanks! :b: (1 Reply)
Discussion started by: dsreedharan
1 Replies

3. Solaris

OS Patch Installation

Hello, I'm very new to this forum and solaris - I have solaris 5.10 installed on my machine (x86) and when I did a prerequisite check for Oracle Database 11g R2, it was showing the following patches are missing - OS Patch:137104-02 OS Patch:120754-06 OS Patch:119961-05 OS Patch:119964-14... (3 Replies)
Discussion started by: dsreedharan
3 Replies

4. Solaris

Patch installation

Can any one let me know the complete steps to install patch on a production server like Sun Fire V440. (7 Replies)
Discussion started by: chetansingh23
7 Replies

5. Solaris

solairs installation

We have purchased one solaris 10 DVD to install solaris on sparc(already it has solaris 9 OS) system.In our sparc system having cd-rw.Aparting that we are having windows xp system which is having dvd-rw.Both sparc and windows xp are connected network in that we are sharing the files from windows... (1 Reply)
Discussion started by: ambavaram
1 Replies

6. HP-UX

installation of many patches / bundle

Hi, I need to install these 7 patches on my server: and the below are the 5 dependency to install these patches 1. PHNE_31097; 1(a). PHCO_33205 (dependency) b(a). PHCO_30398 (dependency) 2. PHSS_32508; 3. PHSS_32509; 4. PHSS_32510; 5. PHSS_30970; 6. PHSS_32731; 6(a). PHNE_28810... (2 Replies)
Discussion started by: vipsinghal
2 Replies

7. HP-UX

Patch Installation Problem

HI: Thanks for your help Im follow the steps describe on the link http://docs.hp.com/en/B2355-90772/ch06s01.html and have a diffetrent types of error messages and warning messages describes below: on the step two sh: PH* not found on step three *session started for user "root@test"... (0 Replies)
Discussion started by: RAFA
0 Replies

8. Post Here to Contact Site Administrators and Moderators

Patch Installation

I am having trouble installing some HPUX patches on my 11.00. I am a novice at this so bear with me. I do not understand how to install depots. Now I'm trying to patch my system so I can get the Oracle client installed. Oracle says I need these two patches: PHSS_21950, QPK_11.00.64 I go to:... (0 Replies)
Discussion started by: RAFA
0 Replies
Login or Register to Ask a Question