sconadm hell
"registration failed"
userName and password are mine, and work fine on SO. Another coworker has tried this same registration with his SO ID and it fails in the same way.
userName=******
password=********
hostName=
subscriptionKey=**************
portalEnabled=false
proxyHostName=gatekeeper.ourdomain.org
proxyPort=80
proxyUserName=
proxyPassword=
Can someone remind me how this is better than download .zip + ./install_cluster? *sigh*
Any help would be appreciated before March 11th!
[562 byte] By [
kickslopa] at [2007-11-26 20:16:11]

# 1
bash-3.00# showrev -p | egrep -e '121453|121118|120335|121081|121563|122231|119788'
Patch: 121453-02 Obsoletes: 120776-03, 121086-02, 119107-07 Requires: 119574-02, 119254-06 Incompatibles: Packages: SUNWcsu, SUNWcsr, SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWswupcl, SUNWccccfg, SUNWccfwctrl, SUNWppro-plugin-sunos-base
Patch: 121081-05 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWccccrr, SUNWccccr, SUNWccfw, SUNWccsign, SUNWcctpx, SUNWccinv, SUNWccccfg, SUNWccfwctrl
Patch: 122231-01 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWcctpx
Patch: 121118-11 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWcsmauth, SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWppro-plugin-sunos-base
Patch: 121118-06 Obsoletes: Requires: 121453-02 Incompatibles: Packages: SUNWppror, SUNWpprou, SUNWupdatemgru, SUNWupdatemgrr, SUNWppro-plugin-sunos-base
Patch: 120335-04 Obsoletes: Requires: 121453-01 Incompatibles: Packages: SUNWpprou
bash-3.00#
bash-3.00# java -version
java version "1.5.0_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
Java HotSpot(TM) Server VM (build 1.5.0_06-b05, mixed mode)
bash-3.00#
bash-3.00# uname -a
SunOS tapestry.ourdomain.org 5.10 Generic_118833-17 sun4u sparc SUNW,Sun-Fire-280R
bash-3.00#
# 2
And yes, this same SO ID has been used to register another box (albeit not behind a proxy).
# 3
# /usr/sbin/sconadm proxy -r /.regprofile
sconadm is running
#
# /usr/sbin/sconadm register -a -e softwareUpdate -r /.regprofile
sconadm is running
Authenticating user ...
failed registration!
#
And...
bash-3.00# grep '^[A-Z][A-Z]' /tmp/basicreg20070302124647849.log | sed '/INFO/D'
SEVERE: Error: login account exception: RemoteException
SEVERE:
SWUPOfferingFactory ObjectName =
SEVERE: Error: SWUPOM register() exception: Failed to register asset with AMS. Error message is :com.sun.scn.offering.prom.AssetRegistrationException: RemoteException
SEVERE:
# 4
Please post the following output from the problem system - # smpatch get# cat /etc/release# cat /var/sadm/system/admin/CLUSTER# psrinfo -v
# 5
bash-3.00# 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.source-https://getupdates1.sun.com/
patchpro.patchset-current
patchpro.proxy.host -""
patchpro.proxy.passwd********
patchpro.proxy.port -8080
patchpro.proxy.user -""
bash-3.00#
Solaris 10 6/06 s10s_u2wos_09a SPARC
Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled 09 June 2006
bash-3.00# cat /var/sadm/system/admin/CLUSTER
CLUSTER=SUNWCall
bash-3.00#
bash-3.00# psrinfo -v
Status of virtual processor 0 as of: 03/05/2007 15:25:51
on-line since 02/06/2007 14:13:13.
The sparcv9 processor operates at 900 MHz,
and has a sparcv9 floating point processor.
Status of virtual processor 1 as of: 03/05/2007 15:25:51
on-line since 02/06/2007 14:13:14.
The sparcv9 processor operates at 900 MHz,
and has a sparcv9 floating point processor.
bash-3.00#
# 6
And now, after smpatch set commands:
bash-3.00# 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.source-https://getupdates1.sun.com/
patchpro.patchset-current
patchpro.proxy.host gatekeeper.ourdomain.org""
patchpro.proxy.passwd********
patchpro.proxy.port 80 8080
patchpro.proxy.user -""
bash-3.00#
/usr/sbin/sconadm register -a -e softwareUpdate -r /.regprofile
sconadm is running
Authenticating user ...
failed registration!
# 7
Can you make sure you can access the following URLs through gatekeeper.ourdomain.org:
getupdates1.sun.com / port 443
cns-services.sun.com / port 443
cns-transport.sun.com / port 443
www.sun.com / port 80
a248.e.akamai.net / port 443
It may also be worth upgrading Java to 1.5.0_11
# 8
Thanks.Opened a ticket with Sun.