patchadd command


 
Thread Tools Search this Thread
Operating Systems Solaris patchadd command
# 1  
Old 12-24-2008
patchadd command

Code:
# patchadd /Desktop/117837-08.jar
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 SPROcc from directory SPROcc in patch 117837-08 is not installed on the system. Changes for package SPROcc 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 117837-08 are installed on the system.


No patches to install.
#

I'm trying to install the above patch as a pre-requisite to installing oracle on my solaris 10 but got the above error. pls can someone ditrect me on where i can get the package SPROcc indicated as above.
# 2  
Old 12-24-2008
try this:

#cd /Desktop
# unpack-patches -r -q


and let me know how it goes


otherwise, try to uncompress the patch and use the patchadd command again

Last edited by DukeNuke2; 12-24-2008 at 05:03 PM..
# 3  
Old 12-24-2008
Try to install 117846-02 (or greater) first if it is not already installed.
# 4  
Old 12-24-2008
Quote:
Originally Posted by Sun Fire
try this:

#cd /Desktop
# unpack-patches -r -q


and let me know how it goes


otherwise, try to uncompress the patch and use the patchadd command again
"unpack-patches" only runs after an "setup-standard.sh" from EIS-DVD. also won't this command install signed patches (afaik).
his problem wasn't the installation of the patch. the application he tried to patch is not installed...
# 5  
Old 12-25-2008
Quote:
Originally Posted by DukeNuke2
"unpack-patches" only runs after an "setup-standard.sh" from EIS-DVD. also won't this command install signed patches (afaik).
his problem wasn't the installation of the patch. the application he tried to patch is not installed...
yes I wanted to check if the EIS dvd has been used.

but about the application, sometimes when i add a patch for a package that's not there, some error code return (error code 8), but the message he got is different.

how can we know if the application we're trying to patch is not there ?
# 6  
Old 12-25-2008
Quote:
Originally Posted by solaix14
Try to install 117846-02 (or greater) first if it is not already installed.
I tried installing the above when i discovered that i need to install another required patch and this gave me the error as shown below

Code:
# patchadd ./118682-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 SPROlang from directory SPROlang in patch 118682-01 is not installed on the system. Changes for package SPROlang 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 118682-01 are installed on the system.




No patches to install.

pls can someone help
# 7  
Old 12-25-2008
i recommend a knew solaris installation. use the install cluster "sunwcxall" and after that download and install the latest patchcluster. don't forget to choose all needed languages during installation.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

I am new & I have a question about patchadd in Solaris 11

Hi guys, I am really new to Solaris. My question is about the patching package management. Now I was provided some old packages within that there are hard-coded codes written with commands like "patchadd", so anyway I can make them work with Solaris 11? Cheers! (8 Replies)
Discussion started by: ethanzhou
8 Replies

2. UNIX for Dummies Questions & Answers

passing command output from one command to the next command in cshell

HI Guys, I hope you are well. I am trying to write a script that gets executed every time i open a shell (cshell). I have two questions about that 1) I need to enter these commands $ echo $DISPLAY $ setenv $DISPLAY output_of_echo_$display_command How can i write a... (2 Replies)
Discussion started by: kaaliakahn
2 Replies

3. Cybersecurity

How to limit patchadd command to root user only?

How to limit patchadd command to root user only? I'm running a solaris 10 5/09 server, I have 2 users other than root. One being able to use the patchadd command and one is unable to do so. What I'm trying to do is to limit the patchadd command so that only root is able to run it. (7 Replies)
Discussion started by: ShouTenraku
7 Replies

4. Solaris

patchadd -p ,, basic question

greetings, I am new to solaris, have a basic question. I have to check for patch 137111-04 (as prerequisite) for installing Oracle. # patchadd -p | grep 137111-04 # patchadd -p | grep 137111 Patch: 137137-09 Obsoletes: 120741-01 120986-12 120992-02 121008-02 121274-01 121414-01... (2 Replies)
Discussion started by: mubeenmd
2 Replies

5. Solaris

patchadd error

Greetings All- I ran into this problem today and was curious if anyone else had seen it. I am attempting to add patch 137402-02 on a v890 running Sol9. Here's the error I get: #> patchadd 137402-02 Checking installed patches... Verifying sufficient filesystem capacity (dry run... (7 Replies)
Discussion started by: bluescreen
7 Replies

6. Solaris

patchadd fails to apply a patch

Hello, I'm trying to apply the patch on Solaris 9 : $/jac/update$ patchadd ./112945-46 Checking installed patches... One or more patch packages included in 112945-46 are not installed on this system. Patchadd is terminating. The error message is not really talkative so I had a... (7 Replies)
Discussion started by: Tex-Twil
7 Replies

7. Solaris

Patchadd error

Hi, I have a Sun fire V280R server and when i updated the kernel patch i got this error. mdb not found: patchadd not safe. /kernel/dacf/sparcv9/usb_ac_dacf: undefined symbol 'am_attach' /kernel/dacf/sparcv9/usb_ac_dacf: undefined symbol 'am_src2' /kernel/dacf/sparcv9/usb_ac_dacf: undefined... (3 Replies)
Discussion started by: Jartan
3 Replies

8. Solaris

patchadd/patchrm

Ok, I attempted to apply a patch to a V440 and it bailed part way through. When I tried to patchrm the patch (after booting from CD), patchrm said that I had to fully install the failed patch before I could delete it. Since installing it killed the system forcing a boot from CD, it sounds like a... (4 Replies)
Discussion started by: BOFH
4 Replies
Login or Register to Ask a Question