problem installing "download only" patch


 
Thread Tools Search this Thread
Operating Systems Solaris problem installing "download only" patch
# 1  
Old 03-23-2009
Error problem installing "download only" patch

Hi guys, can you help me solve this trouble?
TNX!


root@TRaNCe(/var/sadm/spool)
# patchadd /var/sadm/spool/121431-36.jar
Validating patches...

Loading patches installed on the system...

Done!

Loading patches requested to install.

Done!

Checking patches that you specified for installation.

Done!


Approved patches will be installed in this order:

121431-36


Verifying signed patch <121431-36>...
Verifying digital signature for signer <PATCHSIG>
ERROR: Signature verification failed while verifying certificate <subject=/C=US/O=VeriSign, Inc./OU=Class 2 Public Primary Certification Authority - G2/O, issuer=/C=US/O=VeriSign, Inc./OU=Class 2 Public Primary Certification Authority - G2/O>:<self signed certificate in certificate chain>.
ERROR: Unable to verify signature for signer <PATCHSIG>
Signature invalid on signed patch <121431-36>.

Patchadd is terminating.

Smilie
# 2  
Old 03-23-2009
try using "smpatch" utility. should be something like "smpatch -i add patchid".
# 3  
Old 03-23-2009
Quote:
Originally Posted by DukeNuke2
try using "smpatch" utility. should be something like "smpatch -i add patchid".
LOL!!! It works thanks thanks a lot! You are genius man!!! Smilie Smilie


# smpatch add -i 121431-36
add patch 121431-36
Transition old-style patching.
Patch 121431-36 has been successfully installed.
WARNING!!! - /etc/lu/synclist may have been modified from it's original contents.
WARNING!!! - Original /etc/lu/synclist saved as /etc/lu/synclist.121431-36
WARNING!!! - Merge any changes made to /etc/lu/synclist.121431-36 into /etc/lu/synclist
Updating /etc/default/lu
WARNING!!! - /etc/default/lu may have been modified from it's original contents.
WARNING!!! - Original /etc/default/lu saved as /etc/default/lu.121431-36
WARNING!!! - Merge any changes made to /etc/default/lu.121431-36 into /etc/default/lu
=========================================================================
IMPORTANT NOTICE
Patches Needed to Run Solaris Live Upgrade
Correct operation of Solaris Live Upgrade requires that a limited set of
patch revisions be installed for SunOS 5.10 for the i386 platform.
Before installing or running Live Upgrade, you are required to install a
limited set of patch revisions. Make sure you have the most recently
updated patch list by consulting sunsolve.sun.com. Search for the technical
instruction (info doc) 206844 on the SunSolve(tm) web site.
Live Upgrade may fail to work properly if the latest limited set
of patch revisions are not installed on this system.
=========================================================================
=========================================================================
IMPORTANT NOTICE
Patches Needed to Run Solaris Live Upgrade
Correct operation of Solaris Live Upgrade requires that a limited set of
patch revisions be installed for SunOS 5.10 for the i386 platform.
Before installing or running Live Upgrade, you are required to install a
limited set of patch revisions. Make sure you have the most recently
updated patch list by consulting sunsolve.sun.com. Search for the technical
instruction (info doc) 206844 on the SunSolve(tm) web site.
Live Upgrade may fail to work properly if the latest limited set
of patch revisions are not installed on this system.
=========================================================================

blah blah... everything is fine now.. i hope so Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Bash script - Print an ascii file using specific font "Latin Modern Mono 12" "regular" "9"

Hello. System : opensuse leap 42.3 I have a bash script that build a text file. I would like the last command doing : print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt where : print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies

2. UNIX for Dummies Questions & Answers

Using "mailx" command to read "to" and "cc" email addreses from input file

How to use "mailx" command to do e-mail reading the input file containing email address, where column 1 has name and column 2 containing “To” e-mail address and column 3 contains “cc” e-mail address to include with same email. Sample input file, email.txt Below is an sample code where... (2 Replies)
Discussion started by: asjaiswal
2 Replies

3. UNIX for Dummies Questions & Answers

"Help with bash script" - "License Server and Patch Updates"

Hi All, I'm completely new to bash scripting and still learning my way through albeit vey slowly. I need to know where to insert my server names', my ip address numbers through out the script alas to no avail. I'm also searching on how to save .sh (bash shell) script properly.... (25 Replies)
Discussion started by: profileuser
25 Replies

4. Shell Programming and Scripting

awk command to replace ";" with "|" and ""|" at diferent places in line of file

Hi, I have line in input file as below: 3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL My expected output for line in the file must be : "1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL" Can someone... (7 Replies)
Discussion started by: shis100
7 Replies

5. UNIX for Advanced & Expert Users

A question/problem about oracle "tns listener" and "enterprise manager"

hi, I have a problem about the Oracle related components. I'm not able to find any answer yet, and waiting for your responses... Here is the configuration of my system: * an IBM P550 machine, * an AIX 5.3 running on it and * an oracle database, already installed on it. The problem (or... (1 Reply)
Discussion started by: talipk
1 Replies

6. UNIX and Linux Applications

A question/problem about oracle "tns listener" and "enterprise manager"

hi, I have * an IBM P550 machine, * an AIX 5.3 running on it and * an oracle database, already installed on it. The problem (or question of my own) is: Oracle tns listener, "CT_LISTENER", and the enterprise manager (EM) of the instance, which is uniq instance and called... (0 Replies)
Discussion started by: talipk
0 Replies

7. UNIX for Dummies Questions & Answers

Explain the line "mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'`"

Hi Friends, Can any of you explain me about the below line of code? mn_code=`env|grep "..mn"|awk -F"=" '{print $2}'` Im not able to understand, what exactly it is doing :confused: Any help would be useful for me. Lokesha (4 Replies)
Discussion started by: Lokesha
4 Replies
Login or Register to Ask a Question