Solaris 10: No patches required.

Hi there!

I cannot install any new patches with smpatch.

[code

# smpatch analyze

No patches required.

[/code]

# uname -a

SunOS MrLobo.ivs-lab 5.10 Generic_118833-33 sun4u sparc SUNW,Sun-Fire-V240

# smpatch get

patchpro.backout.directory-""

patchpro.baseline.directory-/var/sadm/spool

patchpro.download.directory-/var/sadm/spool

patchpro.install.types rebootafter:reconfigafter:standardrebootafter:reconfigafter:standard

patchpro.patch.sourcehttps://getupdates1.sun.com/https://getupdates1.sun.com/

patchpro.patchset-current

patchpro.proxy.host -""

patchpro.proxy.passwd********

patchpro.proxy.port -8080

patchpro.proxy.user -""

# cat /etc/release

Solaris 10 11/06 s10s_u3wos_10 SPARC

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.

Use is subject to license terms.

Assembled 14 November 2006

# cat /var/sadm/system/admin/CLUSTER

CLUSTER=SUNWCreq

As I installed solaris 10 via jumpstart and SUNWCreq, I assume that I missed some packages. A full installed Solaris works well.

Any ideas?

Thanks! :)

[1297 byte] By [ReneKoeniga] at [2007-11-27 7:40:10]
# 1
Please can you run the following command on this system:# /usr/lib/cc-ccr/bin/ccr -g cns.assetid# smpatch analyze# smpatch downloadPlease can you forward us the command output generated.
ForumModeratora at 2007-7-12 19:20:38 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 2
# /usr/lib/cc-ccr/bin/ccr -g cns.assetidr+GwLEFUdDP3TIwcsbw2gnDA4Kg=# smpatch analyzeNo patches required.smpatch downloadNo patches required.
ReneKoeniga at 2007-7-12 19:20:38 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 3

Please post the output from the 3 commands below, this will show if there are any patches or packages missing from the system.

# java - version

# showrev -p | cut -d " " -f1,2 > /tmp/showrev-p ; awk '/Patch: (IDR|11978[8|9]|12033[5|6]|12108[1|2]|12111[8|9]|12145[3|4]|12156[3|4]|12223[1| 2]|12300[3|4|5|6]|124\463|12461[4|5])/ {print $2}' /tmp/showrev-p | sort

# pkginfo SUNWzoner SUNWj5rt SUNWj5rtx SUNWpoolr SUNWpool SUNWadmc SUNWadmfr SUNWadmfw SUNWlur SUNWluu SUNWluzone SUNWzoneu SUNWbreg SUNWbrg SUNWbrgr SUNWccccfg SUNWccccr SUNWccccrr SUNWccfw SUNWccfwctrl SUNWccinv SUNWccsign SUNWcctpx SUNWcsr SUNWcsu SUNWdc SUNWppro-plugin-sunos-base SUNWppror SUNWpprou SUNWxcu4 SUNWctpls SUNWmfrun SUNWjdmk-base SUNWxwrtl SUNWxwice SUNWxwfnt SUNWxwplr SUNWxwplt 2>&1 | grep "was not found" | sed -e 's/\"//g' | awk '{print $4" not installed"}' 2>&1

ForumModeratora at 2007-7-12 19:20:38 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 4

# java -version

java version "1.5.0_07"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_07-b03)

Java HotSpot(TM) Client VM (build 1.5.0_07-b03, mixed mode, sharing)

# showrev -p | cut -d " " -f1,2 > /tmp/showrev-p ; awk '/Patch: (IDR|11978[8|9]|12033[5|6]|12108[1|2]|12111[8|9]|12145[3|4]|12156[3|4]|12223[1| 2]|12300[3|4|5|6]|124\463|12461[4|5])/ {print $2}' /tmp/showrev-p | sort

120335-04

121081-06

121118-09

121453-02

123003-02

123005-05

124614-01

# pkginfo SUNWzoner SUNWj5rt SUNWj5rtx SUNWpoolr SUNWpool SUNWadmc SUNWadmfr SUNWadmfw SUNWlur SUNWluu SUNWluzone SUNWzoneu SUNWbreg SUNWbrg SUNWbrgr SUNWccccfg SUNWccccr SUNWccccrr SUNWccfw SUNWccfwctrl SUNWccinv SUNWccsign SUNWcctpx SUNWcsr SUNWcsu SUNWdc SUNWppro-plugin-sunos-base SUNWppror SUNWpprou SUNWxcu4 SUNWctpls SUNWmfrun SUNWjdmk-base SUNWxwrtl SUNWxwice SUNWxwfnt SUNWxwplr SUNWxwplt 2>&1 | grep "was not found" | sed -e 's/\"//g' | awk '{print $4" not installed"}' 2>&1

SUNWbreg not installed

SUNWccccfg not installed

SUNWccfwctrl not installed

SUNWccinv not installed

SUNWcctpx not installed

SUNWdc not installed

SUNWppro-plugin-sunos-base not installed

SUNWctpls not installed

SUNWxwfnt not installed

SUNWxwplr not installed

ReneKoeniga at 2007-7-12 19:20:38 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 5
After installing all those packages it works well.But what did I mess with the depencencies? I mean... shouldn't the deps. resolve that issue?Thanks!
ReneKoeniga at 2007-7-12 19:20:38 > top of Java-index,Administration Tools,Sun Update Connection-System...
# 6

Please can you clarify what exactly what you mean.

Given that after applying specific packages, the SunUC functionality begain to work, it would appear that you were missing package for the flar used to jumpstart this system.

Simply create new flar on the basis of the working system, and this should be sufficient.

ForumModeratora at 2007-7-12 19:20:38 > top of Java-index,Administration Tools,Sun Update Connection-System...