Please post the output of the following commands so that we can check whether everything is configured correctly on your Sun UC Proxy (LPS).
# cat /etc/release
# cat /var/sadm/system/admin/CLUSTER
# patchsvr setup -l
# smpatch get
# smpatch analyze
# showrev -p | awk '/Patch: (11978[8|9]|12033[5|6]|12108[1|2])/ {print $2}'
# showrev -p | awk '/Patch: (12111[8|9]|12145[3|4]|12156[3|4])/ {print $2}'
# showrev -p | awk '/Patch: (12223[1|2]|12300[5|6]|124463)/ {print $2}'
hi,
thanks a lot for answer.
Is there a way to connect to getupdates1.sun.com and analyse, if connect is successful and lsp is able to get all required informations. I don't want to create information like I did today and send it to you for verification.
Here is the output . . .
# cat /etc/release
Solaris 10 3/05 s10_74L2a SPARC
Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 22 January 2005
# cat /var/sadm/system/admin/CLUSTER
CLUSTER=SUNWCreq
# patchsvr setup -l
Patch source URL: https://getupdates1.sun.com/
Cache location: /var/sadm/spool/patchsvr
# smpatch get
patchpro.backout.directory-""
patchpro.baseline.directory-/var/sadm/spool
patchpro.download.directory-/var/sadm/spool
patchpro.install.types -rebootafter:reconfigafter:standard
patchpro.patch.sourcehttp://OurLocalPatchServer:3816/https://getupdates1.sun.com/
patchpro.patchset-current
patchpro.proxy.host "" ""
patchpro.proxy.passwd********
patchpro.proxy.port "" 8080
patchpro.proxy.user "" ""
# smpatch analyze
119081-25 SunOS 5.10: CD-ROM Install Boot Image Patch
124630-01 SunOS 5.10: System Administration Applications, Network, and Core Libraries Patch
121430-13 SunOS 5.8 5.9 5.10: Live Upgrade Patch
119313-10 SunOS 5.10: WBEM Patch
124188-02 SunOS 5.10: Trusted Solaris Attributes Patch
119254-32 SunOS 5.10: Install and Patch Utilities Patch
118676-03 SunOS 5.10: patch for Solaris make and sccs utilities
119042-10 SunOS 5.10: svccfg & svcprop patch
123908-01 SunOS 5.10: ar patch
120050-04 SunOS 5.10: usermod patch
124614-01 SunOS 5.10: sconadm proxy: UnknownHostException
124171-03 SunOS 5.10: flash issue with SUNWscn-base due to broken package
123915-01 SunOS 5.10: libcfgadm.so.1 patch
124327-03 SunOS 5.10: libpcp patch
123252-01 SunOS 5.10: platform/SUNW,Netra-T2000 patch
123839-04 SunOS 5.10: Fault Manager Patch
119974-07 SunOS 5.10: fp plug-in for cfgadm
120182-05 SunOS 5.10: Sun Fibre Channel Host Bus Adapter Library
120346-06 SunOS 5.10: Common Fibre Channel HBA API Library
124208-01 SunOS 5.10: Trusted Extensions header files patch
124286-01 SunOS 5.10: chkey core dump
119470-10 SunOS 5.10: Sun Enterprise Network Array firmware and utilities
122537-02 SunOS 5.10: libpiclenvmon.so.1 patch
119555-04 SunOS 5.10: Software to support QLogic Ultra3 SCSI host bus adapters
122860-03 SunOS 5.10: SCN Update Manager localization patch
119246-21 SunOS 5.10: Manual Page updates for Solaris 10
121975-01 CDE 1.6: Xsession patch
120410-17 SunOS 5.10: Internet/Intranet Input Method Framework patch
123611-02 X11 6.6.2: Trusted Extensions patch
119280-10 CDE 1.6: Runtime library patch for Solaris 10
#
#
# showrev -p | awk '/Patch: (11978[8|9]|12033[5|6]|12108[1|2])/ {print $2}'
119788-02
119788-07
120335-04
121081-03
121081-04
121081-05
121081-06
# showrev -p | awk '/Patch: (12111[8|9]|12145[3|4]|12156[3|4])/ {print $2}'
121453-02
121118-05
121118-06
121118-08
121118-10
121563-02
# showrev -p | awk '/Patch: (12223[1|2]|12300[5|6]|124463)/ {print $2}'
122231-01
#
Regards Eric
> Is there a way to connect to getupdates1.sun.com and
> analyse, if connect is successful and lsp is able to
> get all required informations.
Please re-phrase as I don't understand.
> Here is the output . . .
>
All is correct apart from these missing patches, please manually install and then check that your clients can successfully complete a "smpatch update":
120335-04
123005-05
124463-02
124614-01
If you have problems, post the version of java on the proxy, it needs to be 1.5.09 or 1.6:
# java -version
--
Modski
Hi.
If you look in /var/sadm/spool/patchsvr/ , there will be a file named %2Fentitlement%2F . If the LPS is fully registered, and has access to all patches, it should look like:
-START-ENTITLEMENT-TOKENS-
Solaris10
SolarisAllUpdates
Solaris10Security
SolarisSecurityUpdates
Solaris10Security
SolarisSecurityUpdates
SolarisDataIntegrityUpdates
SolarisHardwareUpdates
SolarisUtilityUpdates
Public
--END-ENTITLEMENT-TOKENS--
Mod.
hi,
great. Our File looks like ...
# cat ./%2Fsolaris%2F%3Faction%3DgetEntitlement%26name%3D%26version%3D2.1
Solaris10
Solaris10Security
SolarisSecurityUpdates
SolarisDataIntegrityUpdates
SolarisHardwareUpdates
SolarisUtilityUpdates
Public
#
How to get the missing entry"SolarisAllUpdates"?
Thanks Eric