pkgadd issues


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers pkgadd issues
# 1  
Old 07-02-2007
Error pkgadd issues

Please inform me on how I can resolve the PaTcH_MsG 8 Version message below I am running solaris 9 9/05 HW on a Sun V445. Thank you.


# pkgadd SUNWqlc

Processing package instance <SUNWqlc> from </var/spool/pkg>

Qlogic ISP 2200/2202 Fibre Channel Device Driver
(sparc) 11.9.0,REV=2002.04.06.15.27
Copyright 2003 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
## Executing checkinstall script.
PaTcH_MsG 8 Version 11.9.0,REV=2002.04.06.15.27 of SUNWqlc is not installed on this system.
checkinstall script suspends

Installation of <SUNWqlc> was suspended (administration).
No changes were made to the system.

Last edited by GLJ@USC; 07-02-2007 at 03:50 PM.. Reason: forgot to add what OS and Hardware I'm using
# 2  
Old 07-02-2007
May sound like a silly question, but are you following the installation instructions for this patch?

Do you have a previous version of the SUNWqlc package installed?
# 3  
Old 07-03-2007
Quote:
Originally Posted by porter
May sound like a silly question, but are you following the installation instructions for this patch?

Do you have a previous version of the SUNWqlc package installed?
Yes, I am following the instructions and No I do not have a previous version os the pkg installed. Thanks.
# 4  
Old 07-03-2007
Quote:
Originally Posted by GLJ@USC
I do not have a previous version os the pkg installed. Thanks.
What about the prerequisites? It looks like it expects to be patching a previous version and is finding nothing to patch.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

pkgadd changes permissions of /etc

Hi, when I install a package using pkgadd, it correctly installs the binary files with the user name that I want. However it also changes the permissions of /etc/rc2.d. I don't want this to happen. I want to retain original owner of /etc/rc2.d as it is. I could see that before installing,... (1 Reply)
Discussion started by: funwithdolphin
1 Replies

2. Shell Programming and Scripting

pkgadd question

Hi, Please could someone help me, understand how pkgadd works within unix. I have a software file, and I need to package this up and then pkgadd this to another server. Please could some advise me the best way to do this. regards venhart (2 Replies)
Discussion started by: venhart
2 Replies

3. Solaris

Pkgadd error

Hi All, Good Mng,Here I am getting one error while adding the top package to one of my Aun server. root@HYDREM01 # pkgadd -d top-3.6.1-sol9-sparc-local The following packages are available: 1 SMCtop top (sparc) 3.6.1 Select package(s) you wish to process (or... (6 Replies)
Discussion started by: lbreddy
6 Replies

4. Solaris

pkgadd woes

Morning all, I am attempting to load a package from a Solaris 8 CDROM. This fails with the error : "pkgadd: ERROR: unable to access pkgmap file </cdrom/ .........../SUNWlibC/pkgmap> No changes were made to the system" Any help would be appreciated Andy (6 Replies)
Discussion started by: AndyD
6 Replies

5. Solaris

pkgadd?

Hi all. Is there an option to #pkgadd to test if package bundle you want to install requires a reboot? #pkgadd -d "package bundle" an option like test or a dry run? Suggestions, anyone? :confused: Reloader (2 Replies)
Discussion started by: Reloader
2 Replies

6. Solaris

Pkgadd problem

Hi there, I need to install the Sun explorer package on hundreds of boxes and am writing a script to install it ..However, When you run pkgadd -d SUNWexplo It is interactive .....well i say interactive ...it gives you two questions both of which I answer a simple yes to. So i tried ... (9 Replies)
Discussion started by: hcclnoodles
9 Replies

7. Solaris

pkgadd help

I'm trying to install a package and it worked on most of the sun boxes and one of the box is just freezing and not going further. Her is the output. pkgadd -d packagename.dstream Select package(s) you wish to process (or 'all' to process all packages). (default: all) : Processing... (1 Reply)
Discussion started by: mokkan
1 Replies

8. UNIX for Advanced & Expert Users

pkgadd issues

I have a server running solaris 8 with veritas 4.1. I am trying to install a package on the server. The package install fails miserably though. I have installed the very same package on other development servers, but for some reason, the install fails on this, soon to be prod, server. No idea... (3 Replies)
Discussion started by: Sowser
3 Replies

9. Solaris

pkgadd

is there an option in pkgadd to accept the default option? I want to use pkgadd in a script and do not want to stop at intercative questions. thx. (6 Replies)
Discussion started by: melanie_pfefer
6 Replies

10. UNIX for Dummies Questions & Answers

pkgadd

I am adding gcc 3.3.2 to my unix box what is the best way to do it???? (4 Replies)
Discussion started by: alsande
4 Replies
Login or Register to Ask a Question